UFO
ufo_seaicelinear_mod_c Module Reference

Fortran seaicelinear module for functions on the interface between C++ and Fortran. More...

Data Types

type  ufo_seaicelinear
 

Functions/Subroutines

subroutine ufo_seaicelinear_setup_c (c_key_self, c_conf)
 Linked list implementation. More...
 
subroutine ufo_seaicelinear_delete_c (c_key_self)
 
subroutine ufo_seaicelinear_settraj_c (c_key_self, c_key_geovals, c_obsspace)
 
subroutine ufo_seaicelinear_alloc_ad_c (c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx)
 

Variables

integer, parameter max_string =800
 
type(registry_t) ufo_seaicelinear_registry
 Linked list interface - defines registry_t type. More...
 

Detailed Description

Fortran seaicelinear module for functions on the interface between C++ and Fortran.

Function/Subroutine Documentation

◆ ufo_seaicelinear_alloc_ad_c()

subroutine ufo_seaicelinear_mod_c::ufo_seaicelinear_alloc_ad_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geovals,
type(c_ptr), intent(in), value  c_obsspace,
integer(c_int), intent(in)  c_nobs,
real(c_double), dimension(c_nobs), intent(in)  c_hofx 
)
private

Definition at line 88 of file ObsSeaIceLinear.interface.F90.

Here is the call graph for this function:

◆ ufo_seaicelinear_delete_c()

subroutine ufo_seaicelinear_mod_c::ufo_seaicelinear_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 56 of file ObsSeaIceLinear.interface.F90.

◆ ufo_seaicelinear_settraj_c()

subroutine ufo_seaicelinear_mod_c::ufo_seaicelinear_settraj_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geovals,
type(c_ptr), intent(in), value  c_obsspace 
)
private

Definition at line 68 of file ObsSeaIceLinear.interface.F90.

Here is the call graph for this function:

◆ ufo_seaicelinear_setup_c()

subroutine ufo_seaicelinear_mod_c::ufo_seaicelinear_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_conf 
)
private

Linked list implementation.

Definition at line 41 of file ObsSeaIceLinear.interface.F90.

Variable Documentation

◆ max_string

integer, parameter ufo_seaicelinear_mod_c::max_string =800
private

Definition at line 20 of file ObsSeaIceLinear.interface.F90.

◆ ufo_seaicelinear_registry

type(registry_t) ufo_seaicelinear_mod_c::ufo_seaicelinear_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 31 of file ObsSeaIceLinear.interface.F90.