/[MITgcm]/MITgcm_contrib/dfer/matlab_stuff/calcEulerPsiCube.m
ViewVC logotype

Diff of /MITgcm_contrib/dfer/matlab_stuff/calcEulerPsiCube.m

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

revision 1.1 by dfer, Mon Feb 15 23:52:18 2010 UTC revision 1.2 by dfer, Wed Mar 7 22:01:18 2018 UTC
# Line 3  function [psi,mskG,ylat] = calcEulerPsiC Line 3  function [psi,mskG,ylat] = calcEulerPsiC
3  % [psi,mskG,ylat] = calcEulerPsiCube(d,g,flu,rstar,blkFile,[optional]);  % [psi,mskG,ylat] = calcEulerPsiCube(d,g,flu,rstar,blkFile,[optional]);
4  %  %
5  % Input arguements:    % Input arguements:  
6  %       d  [Field data]  Velocity field (Mass-weighted if rstar=1)  %       d  [Field data]  Velocity field (Mass-weighted if rstar=1):
7    %                        UVELMASS,VVELMASS for rstar=1
8    %                        UVEL,VVEL         for rstar=0
9  %       g  [Grid data ]  drF,dxG,dyG,HFacW,HFacS  %       g  [Grid data ]  drF,dxG,dyG,HFacW,HFacS
10  %       flu      (str)   'O' or 'A' for ocean or atmosphere  %       flu      (str)   'O' or 'A' for ocean or atmosphere
11  %       rstar    (int)   0 or 1 if you are using r* coordinates or not  %       rstar    (int)   0 or 1 if you are using r* coordinates or not

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

  ViewVC Help
Powered by ViewVC 1.1.22