UFO
gnssro_mod_constants Module Reference

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
 

Function/Subroutine Documentation

◆ gnssro_ref_constants()

subroutine, public gnssro_mod_constants::gnssro_ref_constants ( integer(c_int), intent(in)  use_compress)

Definition at line 20 of file gnssro_mod_constants.F90.

Here is the caller graph for this function:

Variable Documentation

◆ crit_gradrefr

real(kind_real), parameter, public gnssro_mod_constants::crit_gradrefr = 157.0_kind_real

Definition at line 17 of file gnssro_mod_constants.F90.

◆ ds

real(kind_real), parameter, public gnssro_mod_constants::ds = 10000.0_kind_real

Definition at line 16 of file gnssro_mod_constants.F90.

◆ max_string

integer, parameter, public gnssro_mod_constants::max_string = 800

Definition at line 11 of file gnssro_mod_constants.F90.

◆ maxvarlen

integer, parameter, public gnssro_mod_constants::maxvarlen = 20

Definition at line 12 of file gnssro_mod_constants.F90.

◆ n_a

real(kind_real), public gnssro_mod_constants::n_a

Definition at line 10 of file gnssro_mod_constants.F90.

◆ n_b

real(kind_real), public gnssro_mod_constants::n_b

Definition at line 10 of file gnssro_mod_constants.F90.

◆ n_c

real(kind_real), public gnssro_mod_constants::n_c

Definition at line 10 of file gnssro_mod_constants.F90.

◆ r1em3

real(kind_real), parameter, public gnssro_mod_constants::r1em3 = 1.0e-3_kind_real

Definition at line 14 of file gnssro_mod_constants.F90.

◆ r1em6

real(kind_real), parameter, public gnssro_mod_constants::r1em6 = 1.0e-6_kind_real

Definition at line 13 of file gnssro_mod_constants.F90.

◆ six

real(kind_real), parameter, public gnssro_mod_constants::six = 6.0_kind_real

Definition at line 15 of file gnssro_mod_constants.F90.