SABER
|
Subroutines/functions list. More...
Variables | |
real(kind_real), parameter, public | zero = 0.0_kind_real |
Zero. More... | |
real(kind_real), parameter, public | hundredth = 0.01_kind_real |
Hundredth. More... | |
real(kind_real), parameter, public | tenth = 0.1_kind_real |
Tenth. More... | |
real(kind_real), parameter, public | quarter = 0.25_kind_real |
Quarter. More... | |
real(kind_real), parameter, public | half = 0.5_kind_real |
Half. More... | |
real(kind_real), parameter, public | one = 1.0_kind_real |
One. More... | |
real(kind_real), parameter, public | two = 2.0_kind_real |
Two. More... | |
real(kind_real), parameter, public | three = 3.0_kind_real |
Three. More... | |
real(kind_real), parameter, public | four = 4.0_kind_real |
Four. More... | |
real(kind_real), parameter, public | five = 5.0_kind_real |
Five. More... | |
real(kind_real), parameter, public | six = 6.0_kind_real |
Six. More... | |
real(kind_real), parameter, public | eight = 8.0_kind_real |
Eight. More... | |
real(kind_real), parameter, public | ten = 10.0_kind_real |
Ten. More... | |
real(kind_real), parameter, public | twelve = 12.0_kind_real |
Twelve. More... | |
real(kind_real), parameter, public | hundred = 100.0_kind_real |
Hundred. More... | |
real(kind_real), parameter, public | thousand = 1000.0_kind_real |
Thousand. More... | |
real(kind_real), parameter, public | pi = acos(-1.0_kind_real) |
Pi. More... | |
real(kind_real), parameter, public | deg2rad = pi/180.0_kind_real |
Degree to radian. More... | |
real(kind_real), parameter, public | rad2deg = 180.0_kind_real/pi |
Radian to degree. More... | |
real(kind_real), parameter, public | req = 6371229.0_kind_real |
Earth radius [in m]. More... | |
real(kind_real), parameter, public | reqkm = 6371.229_kind_real |
Earth radius [in km]. More... | |
real(kind_real), parameter, public | ps = 101325.0_kind_real |
Reference surface pressure [in Pa]. More... | |
Subroutines/functions list.
Instrumentation functions Define usual constants and missing values
real(kind_real), parameter, public tools_const::deg2rad = pi/180.0_kind_real |
Degree to radian.
Definition at line 54 of file tools_const.F90.
real(kind_real), parameter, public tools_const::eight = 8.0_kind_real |
Eight.
Definition at line 48 of file tools_const.F90.
real(kind_real), parameter, public tools_const::five = 5.0_kind_real |
Five.
Definition at line 46 of file tools_const.F90.
real(kind_real), parameter, public tools_const::four = 4.0_kind_real |
Four.
Definition at line 45 of file tools_const.F90.
real(kind_real), parameter, public tools_const::half = 0.5_kind_real |
Half.
Definition at line 41 of file tools_const.F90.
real(kind_real), parameter, public tools_const::hundred = 100.0_kind_real |
Hundred.
Definition at line 51 of file tools_const.F90.
real(kind_real), parameter, public tools_const::hundredth = 0.01_kind_real |
Hundredth.
Definition at line 38 of file tools_const.F90.
real(kind_real), parameter, public tools_const::one = 1.0_kind_real |
One.
Definition at line 42 of file tools_const.F90.
real(kind_real), parameter, public tools_const::pi = acos(-1.0_kind_real) |
Pi.
Definition at line 53 of file tools_const.F90.
real(kind_real), parameter, public tools_const::ps = 101325.0_kind_real |
Reference surface pressure [in Pa].
Definition at line 58 of file tools_const.F90.
real(kind_real), parameter, public tools_const::quarter = 0.25_kind_real |
Quarter.
Definition at line 40 of file tools_const.F90.
real(kind_real), parameter, public tools_const::rad2deg = 180.0_kind_real/pi |
Radian to degree.
Definition at line 55 of file tools_const.F90.
real(kind_real), parameter, public tools_const::req = 6371229.0_kind_real |
Earth radius [in m].
Definition at line 56 of file tools_const.F90.
real(kind_real), parameter, public tools_const::reqkm = 6371.229_kind_real |
Earth radius [in km].
Definition at line 57 of file tools_const.F90.
real(kind_real), parameter, public tools_const::six = 6.0_kind_real |
Six.
Definition at line 47 of file tools_const.F90.
real(kind_real), parameter, public tools_const::ten = 10.0_kind_real |
Ten.
Definition at line 49 of file tools_const.F90.
real(kind_real), parameter, public tools_const::tenth = 0.1_kind_real |
Tenth.
Definition at line 39 of file tools_const.F90.
real(kind_real), parameter, public tools_const::thousand = 1000.0_kind_real |
Thousand.
Definition at line 52 of file tools_const.F90.
real(kind_real), parameter, public tools_const::three = 3.0_kind_real |
Three.
Definition at line 44 of file tools_const.F90.
real(kind_real), parameter, public tools_const::twelve = 12.0_kind_real |
Twelve.
Definition at line 50 of file tools_const.F90.
real(kind_real), parameter, public tools_const::two = 2.0_kind_real |
Two.
Definition at line 43 of file tools_const.F90.
real(kind_real), parameter, public tools_const::zero = 0.0_kind_real |
Zero.
Definition at line 37 of file tools_const.F90.