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) |
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 | ) |
Definition at line 63 of file ufo_roobserror_mod.F90.