FV3 Bundle
tools_const Module Reference

Variables

real(kind_real), parameter, public pi = acos(-1.0_kind_real)
 
real(kind_real), parameter, public deg2rad = pi/180.0_kind_real
 
real(kind_real), parameter, public rad2deg = 180.0_kind_real/pi
 
real(kind_real), parameter, public req = 6371229.0_kind_real
 
real(kind_real), parameter, public reqkm = 6371.229_kind_real
 
real(kind_real), parameter, public ps = 101325.0_kind_real
 
integer, parameter, public msvali = -999
 
real(kind_real), parameter, public msvalr = -999.0_kind_real
 

Variable Documentation

◆ deg2rad

real(kind_real), parameter, public tools_const::deg2rad = pi/180.0_kind_real

Definition at line 16 of file tools_const.F90.

◆ msvali

integer, parameter, public tools_const::msvali = -999

Definition at line 23 of file tools_const.F90.

◆ msvalr

real(kind_real), parameter, public tools_const::msvalr = -999.0_kind_real

Definition at line 24 of file tools_const.F90.

◆ pi

real(kind_real), parameter, public tools_const::pi = acos(-1.0_kind_real)

Definition at line 15 of file tools_const.F90.

◆ ps

real(kind_real), parameter, public tools_const::ps = 101325.0_kind_real

Definition at line 20 of file tools_const.F90.

◆ rad2deg

real(kind_real), parameter, public tools_const::rad2deg = 180.0_kind_real/pi

Definition at line 17 of file tools_const.F90.

◆ req

real(kind_real), parameter, public tools_const::req = 6371229.0_kind_real

Definition at line 18 of file tools_const.F90.

◆ reqkm

real(kind_real), parameter, public tools_const::reqkm = 6371.229_kind_real

Definition at line 19 of file tools_const.F90.