--- MITgcm_contrib/gmaze_pv/Contents.m 2006/10/06 18:54:35 1.5 +++ MITgcm_contrib/gmaze_pv/Contents.m 2007/09/19 15:37:38 1.9 @@ -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: Feb1/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 @@ -27,7 +37,7 @@ % temperature THETA and anomalous salinity SALTanom. % B_compute_relative_vorticity(SNAPSHOT) % Computes the 3 components of the relative vorticity from the -% horizontal flow. +% horizontal flow. Take care to the (U,V) grid ! % C_compute_potential_vorticity(SNAPSHOT,[WANT_SPL_PV]) % Computes the potential vorticity field from the relative % vorticity components and the potential density. Option