FV3 Bundle
ufo_seaicethick_tlad_mod Module Reference

Fortran module to handle ice concentration observations. More...

Data Types

type  ufo_seaicethick_tlad
 Fortran derived type for sea ice fraction observation operator. More...
 

Functions/Subroutines

subroutine, public ufo_seaicethick_tlad_delete (self)
 
subroutine, public ufo_seaicethick_tlad_settraj (self, geovals)
 
subroutine, public ufo_seaicethick_simobs_tl (self, geovals, hofx)
 
subroutine, public ufo_seaicethick_simobs_ad (self, geovals, hofx)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module to handle ice concentration observations.

Function/Subroutine Documentation

◆ ufo_seaicethick_simobs_ad()

subroutine, public ufo_seaicethick_tlad_mod::ufo_seaicethick_simobs_ad ( type(ufo_seaicethick_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
real(c_double), dimension(:), intent(inout)  hofx 
)

Definition at line 121 of file ufo_seaicethick_tlad_mod.F90.

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

◆ ufo_seaicethick_simobs_tl()

subroutine, public ufo_seaicethick_tlad_mod::ufo_seaicethick_simobs_tl ( type(ufo_seaicethick_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
real(c_double), dimension(:), intent(inout)  hofx 
)

Definition at line 74 of file ufo_seaicethick_tlad_mod.F90.

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

◆ ufo_seaicethick_tlad_delete()

subroutine, public ufo_seaicethick_tlad_mod::ufo_seaicethick_tlad_delete ( type(ufo_seaicethick_tlad), intent(inout)  self)

Definition at line 39 of file ufo_seaicethick_tlad_mod.F90.

Here is the caller graph for this function:

◆ ufo_seaicethick_tlad_settraj()

subroutine, public ufo_seaicethick_tlad_mod::ufo_seaicethick_tlad_settraj ( type(ufo_seaicethick_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals 
)

Definition at line 49 of file ufo_seaicethick_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_seaicethick_tlad_mod::max_string =800
private

Definition at line 22 of file ufo_seaicethick_tlad_mod.F90.