UFO
ufo_roobserror_mod Module Reference

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)
 

Detailed Description

Fortran module to implement RO observational error.

Function/Subroutine Documentation

◆ ufo_roobserror_create()

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 
)

Definition at line 39 of file ufo_roobserror_mod.F90.

Here is the caller graph for this function:

◆ ufo_roobserror_delete()

subroutine, public ufo_roobserror_mod::ufo_roobserror_delete ( type(ufo_roobserror), intent(inout)  self)

Definition at line 78 of file ufo_roobserror_mod.F90.

Here is the caller graph for this function:

◆ ufo_roobserror_prior()

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.

Here is the call graph for this function:
Here is the caller graph for this function: