UFO
|
Fortran module for precipitable water tangent linear and adjoint. More...
Data Types | |
type | ufo_sattcwv_tlad |
Fortran derived type for precipitable water trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_sattcwv_setup (self, f_conf) |
subroutine | ufo_sattcwv_tlad_delete (self) |
subroutine | ufo_sattcwv_tlad_settraj (self, geovals, obss) |
subroutine | ufo_sattcwv_simobs_tl (self, geovals, hofx, obss) |
subroutine | ufo_sattcwv_simobs_ad (self, geovals, hofx, obss) |
subroutine | sattcwv_getk (nlevP, ilev1, ilev2, inc, ibot, isfc, psfc, prs, dtcwv_dq) |
Variables | |
integer, parameter | max_string =800 |
Fortran module for precipitable water tangent linear and adjoint.
subroutine ufo_sattcwv_tlad_mod::sattcwv_getk | ( | 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(inout) | dtcwv_dq | ||
) |
Definition at line 322 of file ufo_SatTCWV_tlad_mod.F90.
subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_setup | ( | class(ufo_sattcwv_tlad), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_conf | ||
) |
Definition at line 47 of file ufo_SatTCWV_tlad_mod.F90.
subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_simobs_ad | ( | class(ufo_sattcwv_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals, | ||
real(kind_real), dimension(:), intent(in) | hofx, | ||
type(c_ptr), intent(in), value | obss | ||
) |
subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_simobs_tl | ( | class(ufo_sattcwv_tlad), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
real(kind_real), dimension(:), intent(inout) | hofx, | ||
type(c_ptr), intent(in), value | obss | ||
) |
subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_tlad_delete | ( | class(ufo_sattcwv_tlad), intent(inout) | self | ) |
Definition at line 59 of file ufo_SatTCWV_tlad_mod.F90.
subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_tlad_settraj | ( | class(ufo_sattcwv_tlad), intent(inout) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
type(c_ptr), intent(in), value | obss | ||
) |
integer, parameter ufo_sattcwv_tlad_mod::max_string =800 |
Definition at line 25 of file ufo_SatTCWV_tlad_mod.F90.