/[MITgcm]/MITgcm/utils/matlab/README.txt
ViewVC logotype

Contents of /MITgcm/utils/matlab/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Thu Oct 4 14:02:42 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint64, checkpoint65, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.2: +2 -1 lines
File MIME type: text/plain
add a simple matlab script to load grid-files into 1 struture array

1 % $Header: /u/gcmpack/MITgcm/utils/matlab/README.txt,v 1.2 2007/11/05 17:05:13 jmc Exp $
2 % $Name: $
3
4 The following utilities are available in this directory:
5
6 cm_landwater.m :: creates colormap for plotting bathymetry/orography
7 contourfv.m :: customized contourf version (for finite volume topo)
8 densjmd95.m :: calculate in-situ density (Jackett & McDougall 1995)
9 densmdjwf.m :: calculate in-situ density (McDougall et.al. 2003)
10 dens_poly3.m :: calculate in-situ density as MITgcm POLY3
11 gluemnc.m :: glue together different tiles into a global file
12 grepread.m :: a new (from Aug 2001) useful script
13 griddata_fast.m :: script to help use cube and netcdf
14 griddata_preprocess.m :: script to help use cube and netcdf
15 ini_poly3.m :: calculate in-situ density as MITgcm POLY3
16 inpaint_nans.m :: used by interpickups.m (for topography mask)
17 interpickups.m :: interpolate mnc pickup files
18 ioLb2num.m :: convert from ptracer io-label to ptracer number
19 load_grid.m :: load MITgcm output grid-files into one structure array
20 longitude.m :: new (from Aug 2001) script for plotting cube stuff.
21 mnc_assembly.m :: assemble MNC tiles into single NetCDF files
22 nc_add.m :: script to help use cube and netcdf
23 num2ioLb.m :: convert from ptracer number to ptracer io-label
24 pcolorfv.m :: customized pcolor version (for finite volume topo)
25 rdmds.m :: read MDSIO output (data & meta) files
26 rdmeta.m :: read MDSIO output meta file
27 rdmnc.m :: read tiled MNC output files
28 stats.m :: calculate and print basic statistics of 1 array
29 test_nc_add.m :: script to help use cube and netcdf
30
31
32 And more complete directions for each script are:
33
34
35 === mnc_assembly.m ===
36
37 This utility is available for assembling the data from one or more
38 variables contained in multiple MNC tiles (each having their own
39 file) into a single NetCDF file. It understands both "old-style"
40 MITgcm exch1 topologies and newer exch2 topologies. A complete set
41 of examples demonstrating the use of this tool on both exch1 and
42 exch2 data sets is available from the MITgcm.org CVS server at:
43
44 $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
45 $ cvs login
46 $ cvs co development/edhill/mnc_assembly

  ViewVC Help
Powered by ViewVC 1.1.22