FV3 Bundle
|
Fortran module to handle gnssro bending angle observations following the ROPP (2018 Aug) implementation. More...
Data Types | |
type | ufo_gnssro_bndropp1d |
Fortran derived type for gnssro trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_gnssro_bndropp1d_simobs (self, geovals, hofx, obss) |
subroutine | init_ropp_1d_statevec (step_time, rlon, rlat, temp, shum, pres, phi, lm, phi_sfc, x) |
subroutine | init_ropp_1d_obvec (nvprof, obs_impact, ichk, ob_time, rlat, rlon, roc, undulat, y) |
subroutine | init_ob_time (yyyy, mm, dd, hh, mn, ss, ob_time) |
Fortran module to handle gnssro bending angle observations following the ROPP (2018 Aug) implementation.
subroutine ufo_gnssro_bndropp1d_mod::init_ob_time | ( | integer, intent(in) | yyyy, |
integer, intent(in) | mm, | ||
integer, intent(in) | dd, | ||
integer, intent(in) | hh, | ||
integer, intent(in) | mn, | ||
integer, intent(in) | ss, | ||
real(dp), intent(out) | ob_time | ||
) |
Definition at line 423 of file ufo_gnssro_bndropp1d_mod.F90.
subroutine ufo_gnssro_bndropp1d_mod::init_ropp_1d_obvec | ( | integer, intent(in) | nvprof, |
real(kind=kind_real), dimension(nvprof), intent(in) | obs_impact, | ||
integer, dimension(nvprof), intent(in) | ichk, | ||
real(kind=dp), intent(in) | ob_time, | ||
real(kind=kind_real), intent(in) | rlat, | ||
real(kind=kind_real), intent(in) | rlon, | ||
real(kind=kind_real), intent(in) | roc, | ||
real(kind=kind_real), intent(in) | undulat, | ||
type(obs1dbangle), intent(out) | y | ||
) |
Definition at line 321 of file ufo_gnssro_bndropp1d_mod.F90.
subroutine ufo_gnssro_bndropp1d_mod::init_ropp_1d_statevec | ( | real(kind=dp), intent(in) | step_time, |
real(kind=kind_real), intent(in) | rlon, | ||
real(kind=kind_real), intent(in) | rlat, | ||
real(kind=kind_real), dimension(lm), intent(in) | temp, | ||
real(kind=kind_real), dimension(lm), intent(in) | shum, | ||
real(kind=kind_real), dimension(lm), intent(in) | pres, | ||
real(kind=kind_real), dimension(lm), intent(in) | phi, | ||
integer, intent(in) | lm, | ||
real(kind=kind_real), intent(in) | phi_sfc, | ||
type(state1dfm), intent(out) | x | ||
) |
Definition at line 186 of file ufo_gnssro_bndropp1d_mod.F90.
|
private |
Definition at line 33 of file ufo_gnssro_bndropp1d_mod.F90.