UFO
|
Functions/Subroutines | |
subroutine, public | ops_gpsrocalc_alpha (nobs, nlev, a, refrac, nr, alpha) |
subroutine, public | ops_gpsrocalc_nr (nb, zb, refrac, Rad, lat, und, nr) |
subroutine, public | ops_gpsro_geop_geom (lat, z) |
subroutine, public ufo_gnssro_ukmo1d_utils_mod::ops_gpsro_geop_geom | ( | real(kind_real), intent(in) | lat, |
real(kind_real), dimension(:), intent(inout) | z | ||
) |
Definition at line 272 of file ufo_gnssro_bendmetoffice_utils_mod.F90.
subroutine, public ufo_gnssro_ukmo1d_utils_mod::ops_gpsrocalc_alpha | ( | integer, intent(in) | nobs, |
integer, intent(in) | nlev, | ||
real(kind_real), dimension(nobs), intent(in) | a, | ||
real(kind_real), dimension(nlev), intent(in) | refrac, | ||
real(kind_real), dimension(nlev), intent(in) | nr, | ||
real(kind_real), dimension(nobs), intent(out) | alpha | ||
) |
Definition at line 44 of file ufo_gnssro_bendmetoffice_utils_mod.F90.
subroutine, public ufo_gnssro_ukmo1d_utils_mod::ops_gpsrocalc_nr | ( | integer, intent(in) | nb, |
real(kind_real), dimension(nb), intent(in) | zb, | ||
real(kind_real), dimension(nb), intent(in) | refrac, | ||
real(kind_real), intent(in) | Rad, | ||
real(kind_real), intent(in) | lat, | ||
real(kind_real), intent(in) | und, | ||
real(kind_real), dimension(nb), intent(out) | nr | ||
) |
Definition at line 218 of file ufo_gnssro_bendmetoffice_utils_mod.F90.