NCEPLIBS-ip 5.2.0
Loading...
Searching...
No Matches
ip_constants_mod Module Reference

Module containing common constants. More...

Variables

real, parameter dpr =180.0/pi
 Radians to degrees.
 
real, parameter e2_wgs84 = 0.00669437999013
 Eccentricity squared of Earth defined by WGS-84.
 
real, parameter pi =3.14159265358979
 PI.
 
real, parameter pi2 =pi/2.0
 PI / 2.0.
 
real, parameter pi4 =pi/4.0
 PI / 4.0.
 
real, parameter rerth_wgs84 =6.378137E6
 Radius of the Earth defined by WGS-84.
 

Detailed Description

Module containing common constants.

Author
Kyle Gerheiser, George Gayno, Alex Richert

Variable Documentation

◆ dpr

real, parameter ip_constants_mod::dpr =180.0/pi

◆ e2_wgs84

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().

◆ pi

real, parameter ip_constants_mod::pi =3.14159265358979

PI.

Definition at line 14 of file ip_constants_mod.F90.

◆ pi2

real, parameter ip_constants_mod::pi2 =pi/2.0

PI / 2.0.

Definition at line 16 of file ip_constants_mod.F90.

◆ pi4

real, parameter ip_constants_mod::pi4 =pi/4.0

PI / 4.0.

Definition at line 17 of file ip_constants_mod.F90.

◆ rerth_wgs84

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().