NCEPLIBS-ip 4.0.0
constants_mod Module Reference

Module containing common constants. More...

Variables

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

Detailed Description

Module containing common constants.

Author
Kyle Gerheiser, George Gayno

Variable Documentation

◆ dpr

real(real64), parameter constants_mod::dpr =180d0/pi

Radians to degrees.

Definition at line 16 of file constants_mod.f90.

◆ e2_wgs84

real(real64), parameter constants_mod::e2_wgs84 = 0.00669437999013

Eccentricity squared of Earth defined by WGS-84.

Definition at line 20 of file constants_mod.f90.

◆ pi

real(real64), parameter constants_mod::pi =3.14159265358979d0

PI.

Definition at line 15 of file constants_mod.f90.

◆ pi2

real(real64), parameter constants_mod::pi2 =pi/2.0d0

PI / 2.0.

Definition at line 17 of file constants_mod.f90.

◆ pi4

real(real64), parameter constants_mod::pi4 =pi/4.0d0

PI / 4.0.

Definition at line 18 of file constants_mod.f90.

◆ rerth_wgs84

real(real64), parameter constants_mod::rerth_wgs84 =6.378137E6

Radius of the Earth defined by WGS-84.

Definition at line 19 of file constants_mod.f90.