NCEPLIBS-ip 4.0.0
constants_mod.f90 File Reference

Constants for use in NCEPLIBS-ip. More...

Go to the source code of this file.

Modules

module  constants_mod
 Module containing common constants.
 

Variables

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

Detailed Description

Constants for use in NCEPLIBS-ip.

Author
Kyle Gerheiser, George Gayno
Date
July 2021

Definition in file constants_mod.f90.