UFO
|
Data Types | |
type | ufo_atmvertinterp |
Functions/Subroutines | |
subroutine | atmvertinterp_setup_ (self, grid_conf) |
subroutine | atmvertinterp_simobs_ (self, geovals, obss, nvars, nlocs, hofx) |
subroutine ufo_atmvertinterp_mod::atmvertinterp_setup_ | ( | class(ufo_atmvertinterp), intent(inout) | self, |
type(fckit_configuration), intent(in) | grid_conf | ||
) |
Size of variables
Fill in geovars: variables we need from the model
grab what vertical coordinate/variable to use from the config
Determine observation vertical coordinate.
Definition at line 29 of file ufo_atmvertinterp_mod.F90.
subroutine ufo_atmvertinterp_mod::atmvertinterp_simobs_ | ( | class(ufo_atmvertinterp), 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 | ||
) |