source: trunk/WRF.COMMON/WRFV3/external/io_grib_share/wrf_projection.h @ 2759

Last change on this file since 2759 was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

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.