Back to home page

MITgcm

 
 

    


Warning, /utils/matlab/README.txt is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
92749caea6 Ed H*0001 The following utilities are available in this directory:
                0002 
3b950e0cc1 Jean*0003   cm_landwater.m            :: creates colormap for plotting bathymetry/orography
                0004   contourfv.m               :: customized contourf version (for finite volume topo)
                0005   densjmd95.m               :: calculate in-situ density (Jackett & McDougall 1995)
                0006   densmdjwf.m               :: calculate in-situ density (McDougall et.al. 2003)
                0007   dens_poly3.m              :: calculate in-situ density as MITgcm POLY3
                0008   gluemnc.m                 :: glue together different tiles into a global file
                0009   grepread.m                :: a new (from Aug 2001) useful script
                0010   griddata_fast.m           :: script to help use cube and netcdf
                0011   griddata_preprocess.m     :: script to help use cube and netcdf
                0012   ini_poly3.m               :: calculate in-situ density as MITgcm POLY3
                0013   inpaint_nans.m            :: used by interpickups.m (for topography mask)
                0014   interpickups.m            :: interpolate mnc pickup files
                0015   ioLb2num.m                :: convert from ptracer io-label to ptracer number
ecaf506031 Jean*0016   load_grid.m               :: load MITgcm output grid-files into one structure array
3b950e0cc1 Jean*0017   longitude.m               :: new (from Aug 2001) script for plotting cube stuff.
92749caea6 Ed H*0018   mnc_assembly.m            :: assemble MNC tiles into single NetCDF files
3b950e0cc1 Jean*0019   nc_add.m                  :: script to help use cube and netcdf
                0020   num2ioLb.m                :: convert from ptracer number to ptracer io-label
                0021   pcolorfv.m                :: customized pcolor version (for finite volume topo)
                0022   rdmds.m                   :: read MDSIO output (data & meta) files
                0023   rdmeta.m                  :: read MDSIO output meta file
                0024   rdmnc.m                   :: read tiled MNC output files
                0025   stats.m                   :: calculate and print basic statistics of 1 array
                0026   test_nc_add.m             :: script to help use cube and netcdf
92749caea6 Ed H*0027 
                0028 
127047c0ca Dimi*0029 Subdirectories:
                0030 
                0031   Graphix                   :: cubed-sphere data manipulation and plotting package
                0032   cs_grid                   :: cubed-sphere and lat-lon-cap routines
                0033   gmt                       :: general MITgcm tiles/topologies
                0034   ocean_basin               :: basin mask generation routines
92749caea6 Ed H*0035 
                0036 
127047c0ca Dimi*0037 And more complete directions for each script are:
                0038 
92749caea6 Ed H*0039 ===  mnc_assembly.m  ===
                0040 
                0041   This utility is available for assembling the data from one or more
                0042   variables contained in multiple MNC tiles (each having their own
                0043   file) into a single NetCDF file.  It understands both "old-style"
                0044   MITgcm exch1 topologies and newer exch2 topologies.  A complete set
                0045   of examples demonstrating the use of this tool on both exch1 and
                0046   exch2 data sets is available from the MITgcm.org CVS server at:
                0047 
                0048     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
                0049     $ cvs login
                0050     $ cvs co development/edhill/mnc_assembly