| 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 |
| 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]. |