UFO
ufo_adt_mod Module Reference

Fortran adt module for observation operator. More...

Data Types

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

Functions/Subroutines

subroutine ufo_adt_setup (self, f_conf)
 
subroutine ufo_adt_delete (self)
 
subroutine ufo_adt_simobs (self, geovals, hofx, obss)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran adt module for observation operator.

Function/Subroutine Documentation

◆ ufo_adt_delete()

subroutine ufo_adt_mod::ufo_adt_delete ( class(ufo_adt), intent(inout)  self)
private

Definition at line 45 of file ufo_adt_mod.F90.

◆ ufo_adt_setup()

subroutine ufo_adt_mod::ufo_adt_setup ( class(ufo_adt), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 37 of file ufo_adt_mod.F90.

◆ ufo_adt_simobs()

subroutine ufo_adt_mod::ufo_adt_simobs ( class(ufo_adt), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
real(c_double), dimension(:), intent(inout)  hofx,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 52 of file ufo_adt_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_adt_mod::max_string =800
private

Definition at line 23 of file ufo_adt_mod.F90.