--- MITgcm_contrib/enderton/Diagnostics/DiagGenParam.m 2005/02/02 16:20:12 1.3 +++ MITgcm_contrib/enderton/Diagnostics/DiagGenParam.m 2005/04/29 17:34:38 1.4 @@ -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].