UFO
ufo_seaicethickness_tlad_mod Module Reference

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

Data Types

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

Functions/Subroutines

subroutine ufo_seaicethickness_tlad_setup (self, f_conf)
 
subroutine ufo_seaicethickness_tlad_delete (self)
 
subroutine ufo_seaicethickness_tlad_settraj (self, geovals, obss)
 
subroutine ufo_seaicethickness_simobs_tl (self, geovals, hofx, obss)
 
subroutine ufo_seaicethickness_simobs_ad (self, geovals, hofx, obss)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module for seaicethickness tl/ad observation operator.

Function/Subroutine Documentation

◆ ufo_seaicethickness_simobs_ad()

subroutine ufo_seaicethickness_tlad_mod::ufo_seaicethickness_simobs_ad ( class(ufo_seaicethickness_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
real(c_double), dimension(:), intent(in)  hofx,
type(c_ptr), intent(in), value  obss 
)
private

Set missing value

Definition at line 174 of file ufo_seaicethickness_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_seaicethickness_simobs_tl()

subroutine ufo_seaicethickness_tlad_mod::ufo_seaicethickness_simobs_tl ( class(ufo_seaicethickness_tlad), 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 107 of file ufo_seaicethickness_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_seaicethickness_tlad_delete()

subroutine ufo_seaicethickness_tlad_mod::ufo_seaicethickness_tlad_delete ( class(ufo_seaicethickness_tlad), intent(inout)  self)
private

Definition at line 70 of file ufo_seaicethickness_tlad_mod.F90.

◆ ufo_seaicethickness_tlad_settraj()

subroutine ufo_seaicethickness_tlad_mod::ufo_seaicethickness_tlad_settraj ( class(ufo_seaicethickness_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 79 of file ufo_seaicethickness_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_seaicethickness_tlad_setup()

subroutine ufo_seaicethickness_tlad_mod::ufo_seaicethickness_tlad_setup ( class(ufo_seaicethickness_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 50 of file ufo_seaicethickness_tlad_mod.F90.

Variable Documentation

◆ max_string

integer, parameter ufo_seaicethickness_tlad_mod::max_string =800
private

Definition at line 25 of file ufo_seaicethickness_tlad_mod.F90.