/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/DiagGenParam.m
ViewVC logotype

Diff of /MITgcm_contrib/enderton/Diagnostics/DiagGenParam.m

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

revision 1.2 by enderton, Wed Feb 2 15:38:21 2005 UTC revision 1.4 by molod, Fri Apr 29 17:34:38 2005 UTC
# Line 32  fields2D = {'USTR'  ,'VSTR'  ,'TSR'   ,' Line 32  fields2D = {'USTR'  ,'VSTR'  ,'TSR'   ,'
32            
33  fields3D = {'S','T','Temp','TT','U','UU','uVel','V','VV','vVel','W',...  fields3D = {'S','T','Temp','TT','U','UU','uVel','V','VV','vVel','W',...
34              'wVel','aim_RH','Tstd','KEpri','phiHyd','Psi','Bol','Res',...              'wVel','aim_RH','Tstd','KEpri','phiHyd','Psi','Bol','Res',...
35              'Conv','Test','ActT','MoiPTc'};              'Conv','Test','ActT','ThetaEc'};
36    
37            
38  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# Line 177  ipst = 13; Line 177  ipst = 13;
177  % Often time cube sphere data must be interpolated onto a lon-lat grid.  % Often time cube sphere data must be interpolated onto a lon-lat grid.
178  % These variables define the longitude (XL) and latitude (YL) values onto  % These variables define the longitude (XL) and latitude (YL) values onto
179  % which the grid sphere data is interpolated.  % which the grid sphere data is interpolated.
180  XL = -179:2:180;  XL = -180:2.5:177.5;
181  YL =  -89:2:90 ;  YL =  -90:2:90 ;
182    
183  % Zonal averaging parameters.  Currently the zonal average function is set  % Zonal averaging parameters.  Currently the zonal average function is set
184  % to compute the grid information everytime.  Though it only needs to do  % to compute the grid information everytime.  Though it only needs to do
# Line 202  A_CC     = 611;         % Clausius-Clape Line 202  A_CC     = 611;         % Clausius-Clape
202  Beta_CC  = 0.067;       % Clausius-Clapeyron Beta coefficient [1/C].  Beta_CC  = 0.067;       % Clausius-Clapeyron Beta coefficient [1/C].
203    
204  % Conversions  % Conversions
 K2C      = 273.15;      % Kelvin = K2C + Celsius [K or C].  
205    K2C      = 273.15;      % Kelvin = K2C + Celsius [K or C].

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

  ViewVC Help
Powered by ViewVC 1.1.22