--- MITgcm_contrib/enderton/Diagnostics/DiagGenParam.m 2005/02/02 15:38:21 1.2 +++ MITgcm_contrib/enderton/Diagnostics/DiagGenParam.m 2005/04/29 17:34:38 1.4 @@ -32,7 +32,7 @@ fields3D = {'S','T','Temp','TT','U','UU','uVel','V','VV','vVel','W',... 'wVel','aim_RH','Tstd','KEpri','phiHyd','Psi','Bol','Res',... - 'Conv','Test','ActT','MoiPTc'}; + 'Conv','Test','ActT','ThetaEc'}; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -177,8 +177,8 @@ % Often time cube sphere data must be interpolated onto a lon-lat grid. % These variables define the longitude (XL) and latitude (YL) values onto % which the grid sphere data is interpolated. -XL = -179:2:180; -YL = -89:2:90 ; +XL = -180:2.5:177.5; +YL = -90:2:90 ; % Zonal averaging parameters. Currently the zonal average function is set % to compute the grid information everytime. Though it only needs to do @@ -202,4 +202,4 @@ Beta_CC = 0.067; % Clausius-Clapeyron Beta coefficient [1/C]. % Conversions -K2C = 273.15; % Kelvin = K2C + Celsius [K or C]. \ No newline at end of file +K2C = 273.15; % Kelvin = K2C + Celsius [K or C].