UFO
|
Functions/Subroutines | |
subroutine, public | gnssro_ref_constants (use_compress) |
Variables | |
real(kind_real), public | n_a |
real(kind_real), public | n_b |
real(kind_real), public | n_c |
integer, parameter, public | max_string = 800 |
integer, parameter, public | maxvarlen = 20 |
real(kind_real), parameter, public | r1em6 = 1.0e-6_kind_real |
real(kind_real), parameter, public | r1em3 = 1.0e-3_kind_real |
real(kind_real), parameter, public | six = 6.0_kind_real |
real(kind_real), parameter, public | ds = 10000.0_kind_real |
real(kind_real), parameter, public | crit_gradrefr = 157.0_kind_real |
subroutine, public gnssro_mod_constants::gnssro_ref_constants | ( | integer(c_int), intent(in) | use_compress | ) |
real(kind_real), parameter, public gnssro_mod_constants::crit_gradrefr = 157.0_kind_real |
Definition at line 17 of file gnssro_mod_constants.F90.
real(kind_real), parameter, public gnssro_mod_constants::ds = 10000.0_kind_real |
Definition at line 16 of file gnssro_mod_constants.F90.
integer, parameter, public gnssro_mod_constants::max_string = 800 |
Definition at line 11 of file gnssro_mod_constants.F90.
integer, parameter, public gnssro_mod_constants::maxvarlen = 20 |
Definition at line 12 of file gnssro_mod_constants.F90.
real(kind_real), public gnssro_mod_constants::n_a |
Definition at line 10 of file gnssro_mod_constants.F90.
real(kind_real), public gnssro_mod_constants::n_b |
Definition at line 10 of file gnssro_mod_constants.F90.
real(kind_real), public gnssro_mod_constants::n_c |
Definition at line 10 of file gnssro_mod_constants.F90.
real(kind_real), parameter, public gnssro_mod_constants::r1em3 = 1.0e-3_kind_real |
Definition at line 14 of file gnssro_mod_constants.F90.
real(kind_real), parameter, public gnssro_mod_constants::r1em6 = 1.0e-6_kind_real |
Definition at line 13 of file gnssro_mod_constants.F90.
real(kind_real), parameter, public gnssro_mod_constants::six = 6.0_kind_real |
Definition at line 15 of file gnssro_mod_constants.F90.