/[MITgcm]/MITgcm_contrib/gmaze_pv/B_compute_relative_vorticity.m
ViewVC logotype

Diff of /MITgcm_contrib/gmaze_pv/B_compute_relative_vorticity.m

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

revision 1.1 by gmaze, Fri Jun 16 21:12:20 2006 UTC revision 1.2 by gmaze, Mon Jul 10 15:09:01 2006 UTC
# Line 1  Line 1 
1  %  %
2  % [] = B_COMPUTE_RELATIVE_VORTICITY(SNAPSHOT)  % [] = B_compute_relative_vorticity(SNAPSHOT)
3  %  %
4  % For a time snapshot, this program computes the  % For a time snapshot, this program computes the
5  % 3D relative vorticity field from 3D  % 3D relative vorticity field from 3D
# Line 8  Line 8 
8  %       = (   Ox  ;  Oy  ;     ZETA    )  %       = (   Ox  ;  Oy  ;     ZETA    )
9  % 3 output files are created.  % 3 output files are created.
10  %  %
11    % Files names are:
12    % INPUT:
13    % ./netcdf-files/<SNAPSHOT>/<netcdf_UVEL>.<netcdf_domain>.<netcdf_suff>
14    % ./netcdf-files/<SNAPSHOT>/<netcdf_VVEL>.<netcdf_domain>.<netcdf_suff>
15    % OUPUT:
16    % ./netcdf-files/<SNAPSHOT>/OMEGAX.<netcdf_domain>.<netcdf_suff>
17    % ./netcdf-files/<SNAPSHOT>/OMEGAY.<netcdf_domain>.<netcdf_suff>
18    % ./netcdf-files/<SNAPSHOT>/ZETA.<netcdf_domain>.<netcdf_suff>
19    %
20  % 06/07/2006  % 06/07/2006
21  % gmaze@mit.edu  % gmaze@mit.edu
22  %  %

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22