UFO
|
Fortran module for satellite precipitable water observation operator. More...
Data Types | |
type | ufo_sattcwv |
Fortran derived type for sattcwv trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_sattcwv_setup (self, f_conf) |
subroutine | destructor (self) |
subroutine | ufo_sattcwv_simobs (self, geovals, hofx, obss) |
subroutine | sattcwv_forwardmodel (nlevP, ilev1, ilev2, inc, ibot, isfc, psfc, prs, q, Model_SatTCWV) |
Fortran module for satellite precipitable water observation operator.
subroutine ufo_sattcwv_mod::destructor | ( | type(ufo_sattcwv), intent(inout) | self | ) |
subroutine ufo_sattcwv_mod::sattcwv_forwardmodel | ( | integer, intent(in) | nlevP, |
integer, intent(in) | ilev1, | ||
integer, intent(in) | ilev2, | ||
integer, intent(in) | inc, | ||
integer, intent(in) | ibot, | ||
integer, intent(in) | isfc, | ||
real(kind_real), intent(in) | psfc, | ||
real(kind_real), dimension(1:nlevp), intent(in) | prs, | ||
real(kind_real), dimension(1:nlevp-1), intent(in) | q, | ||
real(kind_real), intent(inout) | Model_SatTCWV | ||
) |
[in] | nlevp | Compute Total column water vapour amount from geovals water vapour profile. |
Heritage: Var_SatTCWVOperator.f90
Definition at line 150 of file ufo_SatTCWV_mod.F90.
|
private |
Definition at line 41 of file ufo_SatTCWV_mod.F90.
|
private |