FV3 Bundle
ufo_stericheight_tlad_mod Module Reference

Fortran module to handle steric height operator. More...

Data Types

type  ufo_stericheight_tlad
 Fortran derived type for steric height observation operator. More...
 

Functions/Subroutines

subroutine, public ufo_stericheight_tlad_settraj (self, geovals)
 
subroutine, public ufo_stericheight_simobs_tl (self, geovals, hofx)
 
subroutine, public ufo_stericheight_simobs_ad (self, geovals, hofx)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module to handle steric height operator.

Function/Subroutine Documentation

◆ ufo_stericheight_simobs_ad()

subroutine, public ufo_stericheight_tlad_mod::ufo_stericheight_simobs_ad ( type(ufo_stericheight_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
real(c_double), dimension(:), intent(inout)  hofx 
)

Definition at line 96 of file ufo_stericheight_tlad_mod.F90.

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

◆ ufo_stericheight_simobs_tl()

subroutine, public ufo_stericheight_tlad_mod::ufo_stericheight_simobs_tl ( type(ufo_stericheight_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
real(c_double), dimension(:), intent(inout)  hofx 
)

Definition at line 61 of file ufo_stericheight_tlad_mod.F90.

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

◆ ufo_stericheight_tlad_settraj()

subroutine, public ufo_stericheight_tlad_mod::ufo_stericheight_tlad_settraj ( type(ufo_stericheight_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals 
)

Definition at line 36 of file ufo_stericheight_tlad_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_stericheight_tlad_mod::max_string =800
private

Definition at line 21 of file ufo_stericheight_tlad_mod.F90.