UFO
|
Data Types | |
type | ufo_atmvertinterp_tlad |
Functions/Subroutines | |
subroutine | atmvertinterp_tlad_setup_ (self, grid_conf) |
subroutine | atmvertinterp_tlad_settraj_ (self, geovals, obss) |
subroutine | atmvertinterp_simobs_tl_ (self, geovals, obss, nvars, nlocs, hofx) |
subroutine | atmvertinterp_simobs_ad_ (self, geovals, obss, nvars, nlocs, hofx) |
subroutine | atmvertinterp_tlad_cleanup_ (self) |
subroutine | destructor (self) |
subroutine ufo_atmvertinterp_tlad_mod::atmvertinterp_simobs_ad_ | ( | class(ufo_atmvertinterp_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(in) | hofx | ||
) |
Definition at line 166 of file ufo_atmvertinterp_tlad_mod.F90.
subroutine ufo_atmvertinterp_tlad_mod::atmvertinterp_simobs_tl_ | ( | class(ufo_atmvertinterp_tlad), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(inout) | hofx | ||
) |
Definition at line 134 of file ufo_atmvertinterp_tlad_mod.F90.
subroutine ufo_atmvertinterp_tlad_mod::atmvertinterp_tlad_cleanup_ | ( | class(ufo_atmvertinterp_tlad), intent(inout) | self | ) |
Definition at line 203 of file ufo_atmvertinterp_tlad_mod.F90.
subroutine ufo_atmvertinterp_tlad_mod::atmvertinterp_tlad_settraj_ | ( | class(ufo_atmvertinterp_tlad), intent(inout) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
type(c_ptr), intent(in), value | obss | ||
) |
Definition at line 84 of file ufo_atmvertinterp_tlad_mod.F90.
subroutine ufo_atmvertinterp_tlad_mod::atmvertinterp_tlad_setup_ | ( | class(ufo_atmvertinterp_tlad), intent(inout) | self, |
type(fckit_configuration), intent(in) | grid_conf | ||
) |
Fill in variables requested from the model
grab what vertical coordinate/variable to use from the config
Determine observation vertical coordinate.
Definition at line 42 of file ufo_atmvertinterp_tlad_mod.F90.
subroutine ufo_atmvertinterp_tlad_mod::destructor | ( | type(ufo_atmvertinterp_tlad), intent(inout) | self | ) |
Definition at line 214 of file ufo_atmvertinterp_tlad_mod.F90.