UFO
ufo_geosaod_mod Module Reference

Fortran module for geosaod observation operator. More...

Data Types

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

Functions/Subroutines

subroutine ufo_geosaod_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_geosaod_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 geosaod observation operator.

Function/Subroutine Documentation

◆ destructor()

subroutine ufo_geosaod_mod::destructor ( type(ufo_geosaod), intent(inout)  self)

Definition at line 82 of file ufo_geosaod_mod.F90.

◆ ufo_geosaod_setup()

subroutine ufo_geosaod_mod::ufo_geosaod_setup ( class(ufo_geosaod), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 41 of file ufo_geosaod_mod.F90.

◆ ufo_geosaod_simobs()

subroutine ufo_geosaod_mod::ufo_geosaod_simobs ( class(ufo_geosaod), 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_geosaod_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_geosaod_mod::max_string =800
private

Definition at line 19 of file ufo_geosaod_mod.F90.

◆ varindefault

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

Default variables required from model.

Definition at line 35 of file ufo_geosaod_mod.F90.