--- MITgcm_contrib/gmaze_pv/Contents.m 2006/10/06 18:54:35 1.5 +++ MITgcm_contrib/gmaze_pv/Contents.m 2007/01/30 22:10:10 1.6 @@ -1,4 +1,4 @@ -% CLIMODE: potential vorticity toolbox +% ECCO2: potential vorticity toolbox % % This package tries to provide some useful and simple routines to compute, visualize and % analyze Potential Vorticity from the global high resolution (1/8deg) simulation of the @@ -8,14 +8,24 @@ % Enjoy ! % % gmaze@mit.edu -% Last update: 10/06/06 +% Last update: Jan30/2007 % % --------------------------------------------------------------------------------------------- % PROGRAMS LIST (NOT A FUNCTIONS): % -% main_getPV_eg -% This program is an exemple of how to define global setup and +% eg_main_getPV +% This program is an example of how to define global setup and % to launch the PV computing. +% eg_write_bin2cdf_latlongrid_subdomain +% This program is an example of how to extract a subdomain from +% a lat/lon grid (1/8) binary file and write it into netcdf. A +% directory is created for each time step. +% eg_write_bin2cdf_csgrid_subdomain +% This program is an example of how to extract a subdomain from +% a cube sphere grid (CS510) binary file and write it into netcdf +% and lat/lon grid (1/4). A directory is created for each time step. +% eg_write_UVbin2cdf_csgrid_subdomain +% Idem, except adapted to U and V fields. % % --------------------------------------------------------------------------------------------- % FUNCTIONS LIST 1: NETCDF FILES DIAGNOSTICS