source: lmdz_wrf/WRFV3/external/io_grib_share/wrf_projection.h @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 338 bytes
Line 
1#define WRF_LATLON 0
2#define WRF_LAMBERT 1
3#define WRF_POLAR_STEREO 2
4#define WRF_MERCATOR 3
5#define WRF_GAUSS 4
6#define WRF_CYL 5
7#define WRF_CASSINI 6
8#define WRF_PS_WGS84 102
9#define WRF_ALBERS_NAD83 105
10#define WRF_ROTLL 203
11
12#define WRF_EARTH_RADIUS 6370
13#define PI 3.141593
14#define KM_TO_DEGREES 360. / (2. * PI * WRF_EARTH_RADIUS)
Note: See TracBrowser for help on using the repository browser.