UFO
|
Fortran module for atmsfcinterp observation operator. More...
Data Types | |
type | ufo_atmsfcinterp |
Fortran derived type for the observation type. More... | |
Functions/Subroutines | |
subroutine | atmsfcinterp_setup_ (self, f_conf) |
subroutine | atmsfcinterp_simobs_ (self, geovals_in, obss, nvars, nlocs, hofx) |
Fortran module for atmsfcinterp observation operator.
subroutine ufo_atmsfcinterp_mod::atmsfcinterp_setup_ | ( | class(ufo_atmsfcinterp), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_conf | ||
) |
add geopotential height
need skin temperature for near-surface interpolations
need surface geopotential height to get difference from phi
need surface roughness
need surface and atmospheric pressure for potential temperature
Definition at line 34 of file ufo_atmsfcinterp_mod.F90.
subroutine ufo_atmsfcinterp_mod::atmsfcinterp_simobs_ | ( | class(ufo_atmsfcinterp), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals_in, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(inout) | hofx | ||
) |