UFO
|
Fortran module for atmvertinterplay observation operator. More...
Data Types | |
type | ufo_atmvertinterplay |
Fortran derived type for the observation type. More... | |
Functions/Subroutines | |
subroutine | ufo_atmvertinterplay_setup (self, conf) |
subroutine | ufo_atmvertinterplay_simobs (self, geovals_in, obss, nvars, nlocs, hofx) |
Fortran module for atmvertinterplay observation operator.
subroutine ufo_atmvertinterplay_mod::ufo_atmvertinterplay_setup | ( | class(ufo_atmvertinterplay), intent(inout) | self, |
type(fckit_configuration), intent(in) | conf | ||
) |
Definition at line 30 of file ufo_atmvertinterplay_mod.F90.
subroutine ufo_atmvertinterplay_mod::ufo_atmvertinterplay_simobs | ( | class(ufo_atmvertinterplay), 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 | ||
) |
Definition at line 84 of file ufo_atmvertinterplay_mod.F90.