UFO
ufo_marinevertinterp_tlad_mod Module Reference

Fortran marinevertinterp module for tl/ad observation operator. More...

Data Types

type  ufo_marinevertinterp_tlad
 Fortran derived type for the tl/ad observation operator. More...
 

Functions/Subroutines

subroutine ufo_marinevertinterp_tlad_setup (self)
 
subroutine ufo_marinevertinterp_tlad_delete (self)
 
subroutine ufo_marinevertinterp_tlad_settraj (self, geovals, obss)
 
subroutine ufo_marinevertinterp_simobs_tl (self, geovals, hofx, obss)
 
subroutine ufo_marinevertinterp_simobs_ad (self, geovals, hofx, obss)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran marinevertinterp module for tl/ad observation operator.

Function/Subroutine Documentation

◆ ufo_marinevertinterp_simobs_ad()

subroutine ufo_marinevertinterp_tlad_mod::ufo_marinevertinterp_simobs_ad ( class(ufo_marinevertinterp_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
real(c_double), dimension(:), intent(in)  hofx,
type(c_ptr), intent(in), value  obss 
)

Set missing value

Definition at line 182 of file ufo_marinevertinterp_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_marinevertinterp_simobs_tl()

subroutine ufo_marinevertinterp_tlad_mod::ufo_marinevertinterp_simobs_tl ( class(ufo_marinevertinterp_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
real(c_double), dimension(:), intent(inout)  hofx,
type(c_ptr), intent(in), value  obss 
)

Definition at line 137 of file ufo_marinevertinterp_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_marinevertinterp_tlad_delete()

subroutine ufo_marinevertinterp_tlad_mod::ufo_marinevertinterp_tlad_delete ( class(ufo_marinevertinterp_tlad), intent(inout)  self)
private

Definition at line 59 of file ufo_marinevertinterp_tlad_mod.F90.

Here is the caller graph for this function:

◆ ufo_marinevertinterp_tlad_settraj()

subroutine ufo_marinevertinterp_tlad_mod::ufo_marinevertinterp_tlad_settraj ( class(ufo_marinevertinterp_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)
private
Parameters
[in,out]selfComplete trajectory needed by the operator
[in]geovalsModel background

Definition at line 74 of file ufo_marinevertinterp_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_marinevertinterp_tlad_setup()

subroutine ufo_marinevertinterp_tlad_mod::ufo_marinevertinterp_tlad_setup ( class(ufo_marinevertinterp_tlad), intent(inout)  self)

Definition at line 45 of file ufo_marinevertinterp_tlad_mod.F90.

Variable Documentation

◆ max_string

integer, parameter ufo_marinevertinterp_tlad_mod::max_string =800
private

Definition at line 18 of file ufo_marinevertinterp_tlad_mod.F90.