FV3 Bundle
ufo_adt_mod Module Reference

Fortran module to handle adt observations. More...

Data Types

type  ufo_adt
 Fortran derived type for adt observation operator. More...
 

Functions/Subroutines

subroutine, public ufo_adt_simobs (self, geovals, hofx, obss)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module to handle adt observations.

Function/Subroutine Documentation

◆ ufo_adt_simobs()

subroutine, public ufo_adt_mod::ufo_adt_simobs ( type(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 
)
Parameters
[in]obssadt observations

Definition at line 35 of file ufo_adt_mod.F90.

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

Variable Documentation

◆ max_string

integer, parameter ufo_adt_mod::max_string =800
private

Definition at line 22 of file ufo_adt_mod.F90.