UFO
|
Functions/Subroutines | |
subroutine, public | ops_gpsro_refrack (nstate, nlevP, nb, nlevq, za, zb, x, GPSRO_pseudo_ops, GPSRO_vert_interp_ops, dref_dP, dref_dq) |
subroutine, public | ops_gpsrocalc_nrk (zb, nb, Rad, lat, und, refrac, dnr_dref) |
subroutine, public | ops_gpsrocalc_alphak (nobs, nlev, a, refrac, nr, Kmat_ref, Kmat_nr) |
subroutine, public ufo_gnssro_bendmetoffice_tlad_utils_mod::ops_gpsro_refrack | ( | integer, intent(in) | nstate, |
integer, intent(in) | nlevP, | ||
integer, intent(in) | nb, | ||
integer, intent(in) | nlevq, | ||
real(kind_real), dimension(:), intent(in) | za, | ||
real(kind_real), dimension(:), intent(in) | zb, | ||
real(kind_real), dimension(:), intent(in) | x, | ||
logical, intent(in) | GPSRO_pseudo_ops, | ||
logical, intent(in) | GPSRO_vert_interp_ops, | ||
real(kind_real), dimension(:,:), intent(out), allocatable | dref_dP, | ||
real(kind_real), dimension(:,:), intent(out), allocatable | dref_dq | ||
) |
Definition at line 48 of file ufo_gnssro_bendmetoffice_tlad_utils_mod.F90.
subroutine, public ufo_gnssro_bendmetoffice_tlad_utils_mod::ops_gpsrocalc_alphak | ( | 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,nlev), intent(out) | Kmat_ref, | ||
real(kind_real), dimension(nobs,nlev), intent(out) | Kmat_nr | ||
) |
Definition at line 533 of file ufo_gnssro_bendmetoffice_tlad_utils_mod.F90.
subroutine, public ufo_gnssro_bendmetoffice_tlad_utils_mod::ops_gpsrocalc_nrk | ( | real(kind_real), dimension(nb), intent(in) | zb, |
integer, intent(in) | nb, | ||
real(kind_real), intent(in) | Rad, | ||
real(kind_real), intent(in) | lat, | ||
real(kind_real), intent(in) | und, | ||
real(kind_real), dimension(nb), intent(in) | refrac, | ||
real(kind_real), dimension(nb,nb), intent(out) | dnr_dref | ||
) |
Definition at line 478 of file ufo_gnssro_bendmetoffice_tlad_utils_mod.F90.