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

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

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


Revision 1.2 - (hide annotations) (download)
Mon Nov 5 17:05:13 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +24 -26 lines
File MIME type: text/plain
updated (description taken from cvs-check-in msg, accuracy not guaranted)

1 jmc 1.2 % $Header: $
2     % $Name: $
3 edhill 1.1
4     The following utilities are available in this directory:
5    
6 jmc 1.2 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     longitude.m :: new (from Aug 2001) script for plotting cube stuff.
20 edhill 1.1 mnc_assembly.m :: assemble MNC tiles into single NetCDF files
21 jmc 1.2 nc_add.m :: script to help use cube and netcdf
22     num2ioLb.m :: convert from ptracer number to ptracer io-label
23     pcolorfv.m :: customized pcolor version (for finite volume topo)
24     rdmds.m :: read MDSIO output (data & meta) files
25     rdmeta.m :: read MDSIO output meta file
26     rdmnc.m :: read tiled MNC output files
27     stats.m :: calculate and print basic statistics of 1 array
28     test_nc_add.m :: script to help use cube and netcdf
29 edhill 1.1
30    
31     And more complete directions for each script are:
32    
33    
34     === mnc_assembly.m ===
35    
36     This utility is available for assembling the data from one or more
37     variables contained in multiple MNC tiles (each having their own
38     file) into a single NetCDF file. It understands both "old-style"
39     MITgcm exch1 topologies and newer exch2 topologies. A complete set
40     of examples demonstrating the use of this tool on both exch1 and
41     exch2 data sets is available from the MITgcm.org CVS server at:
42    
43     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
44     $ cvs login
45     $ cvs co development/edhill/mnc_assembly

  ViewVC Help
Powered by ViewVC 1.1.22