NCEPLIBS-ip
4.3.0
|
Module containing common constants. More...
Variables | |
real, parameter | dpr =180.0/pi |
Radians to degrees. More... | |
real, parameter | e2_wgs84 = 0.00669437999013 |
Eccentricity squared of Earth defined by WGS-84. More... | |
real, parameter | pi =3.14159265358979 |
PI. More... | |
real, parameter | pi2 =pi/2.0 |
PI / 2.0. More... | |
real, parameter | pi4 =pi/4.0 |
PI / 4.0. More... | |
real, parameter | rerth_wgs84 =6.378137E6 |
Radius of the Earth defined by WGS-84. More... | |
Module containing common constants.
real, parameter ip_constants_mod::dpr =180.0/pi |
Radians to degrees.
Definition at line 15 of file ip_constants_mod.F90.
Referenced by ip_mercator_grid_mod::init_grib1(), ip_polar_stereo_grid_mod::init_grib1(), ip_rot_equid_cylind_egrid_mod::init_grib1(), and ip_rot_equid_cylind_grid_mod::init_grib1().
real, parameter ip_constants_mod::e2_wgs84 = 0.00669437999013 |
Eccentricity squared of Earth defined by WGS-84.
Definition at line 19 of file ip_constants_mod.F90.
Referenced by ip_polar_stereo_grid_mod::init_grib1().
real, parameter ip_constants_mod::pi =3.14159265358979 |
PI.
Definition at line 14 of file ip_constants_mod.F90.
real, parameter ip_constants_mod::pi2 =pi/2.0 |
PI / 2.0.
Definition at line 16 of file ip_constants_mod.F90.
real, parameter ip_constants_mod::pi4 =pi/4.0 |
PI / 4.0.
Definition at line 17 of file ip_constants_mod.F90.
real, parameter ip_constants_mod::rerth_wgs84 =6.378137E6 |
Radius of the Earth defined by WGS-84.
Definition at line 18 of file ip_constants_mod.F90.
Referenced by ip_polar_stereo_grid_mod::init_grib1().