UFO
ufo_aodgeos_mod Module Reference

Fortran module for aodgeos observation operator. More...

Data Types

type  ufo_aodgeos
 Fortran derived type for the observation type. More...
 

Functions/Subroutines

subroutine ufo_aodgeos_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_aodgeos_simobs (self, geovals, obss, nvars, nlocs, hofx)
 

Variables

integer, parameter max_string =800
 
character(len=maxvarlen), dimension(2), parameter varindefault = (/var_delp, var_rh/)
 Default variables required from model. More...
 

Detailed Description

Fortran module for aodgeos observation operator.

Function/Subroutine Documentation

◆ destructor()

subroutine ufo_aodgeos_mod::destructor ( type(ufo_aodgeos), intent(inout)  self)

Definition at line 82 of file ufo_aodgeos_mod.F90.

Here is the caller graph for this function:

◆ ufo_aodgeos_setup()

subroutine ufo_aodgeos_mod::ufo_aodgeos_setup ( class(ufo_aodgeos), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 41 of file ufo_aodgeos_mod.F90.

◆ ufo_aodgeos_simobs()

subroutine ufo_aodgeos_mod::ufo_aodgeos_simobs ( class(ufo_aodgeos), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss,
integer, intent(in)  nvars,
integer, intent(in)  nlocs,
real(c_double), dimension(nvars, nlocs), intent(inout)  hofx 
)
private

Definition at line 92 of file ufo_aodgeos_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_aodgeos_mod::max_string =800
private

Definition at line 19 of file ufo_aodgeos_mod.F90.

◆ varindefault

character(len=maxvarlen), dimension(2), parameter ufo_aodgeos_mod::varindefault = (/var_delp, var_rh/)

Default variables required from model.

Definition at line 35 of file ufo_aodgeos_mod.F90.