UFO
|
Functions/Subroutines | |
subroutine, public | ops_groundgnss_ztd (nlevq, refrac, zb, zStation, Model_ZTD) |
subroutine, public | ops_groundgnss_topcorrection (P, nlevq, za, zb, TopCorrection) |
Variables | |
real(kind_real), parameter | refrac_scale = 1.0E-6 |
subroutine, public ufo_groundgnss_ukmo_utils_mod::ops_groundgnss_topcorrection | ( | real(kind_real), dimension(:), intent(in) | P, |
integer, intent(in) | nlevq, | ||
real(kind_real), dimension(:), intent(in) | za, | ||
real(kind_real), dimension(:), intent(in) | zb, | ||
real(kind_real), intent(inout) | TopCorrection | ||
) |
Definition at line 117 of file ufo_groundgnss_metoffice_utils_mod.F90.
subroutine, public ufo_groundgnss_ukmo_utils_mod::ops_groundgnss_ztd | ( | integer, intent(in) | nlevq, |
real(kind_real), dimension(:), intent(in) | refrac, | ||
real(kind_real), dimension(:), intent(in) | zb, | ||
real(kind_real), intent(in) | zStation, | ||
real(kind_real), intent(inout) | Model_ZTD | ||
) |
Definition at line 33 of file ufo_groundgnss_metoffice_utils_mod.F90.
real(kind_real), parameter ufo_groundgnss_ukmo_utils_mod::refrac_scale = 1.0E-6 |
Definition at line 25 of file ufo_groundgnss_metoffice_utils_mod.F90.