UFO
|
Fortran module to implement RO observational error. More...
Data Types | |
type | ufo_roobserror |
Functions/Subroutines | |
subroutine, public | ufo_roobserror_create (self, obspace, f_conf) |
subroutine, public | ufo_roobserror_delete (self) |
subroutine, public | ufo_roobserror_prior (self, model_nobs, model_nlevs, air_temperature, geopotential_height) |
Fortran module to implement RO observational error.
subroutine, public ufo_roobserror_mod::ufo_roobserror_create | ( | type(ufo_roobserror), intent(inout) | self, |
type(c_ptr), intent(in), value | obspace, | ||
type(fckit_configuration), intent(in) | f_conf | ||
) |
subroutine, public ufo_roobserror_mod::ufo_roobserror_delete | ( | type(ufo_roobserror), intent(inout) | self | ) |
subroutine, public ufo_roobserror_mod::ufo_roobserror_prior | ( | type(ufo_roobserror), intent(in) | self, |
integer, intent(in) | model_nobs, | ||
integer, intent(in) | model_nlevs, | ||
real, dimension(:,:), intent(in) | air_temperature, | ||
real, dimension(:,:), intent(in) | geopotential_height | ||
) |
Definition at line 85 of file ufo_roobserror_mod.F90.