SOCA
soca_bkgerrgodas_mod_c Module Reference

C++ interface for soca_bkgerrgodas_mod::soca_bkgerrgodas. More...

Functions/Subroutines

subroutine soca_bkgerrgodas_setup_c (c_key_self, c_conf, c_key_bkg, c_key_geom)
 Linked list implementation. More...
 
subroutine soca_bkgerrgodas_delete_c (c_key_self)
 C++ interface for soca_bkgerrgodas_mod::soca_bkgerrgodas destructor. More...
 
subroutine soca_bkgerrgodas_mult_c (c_key_self, c_key_a, c_key_m)
 C++ interface for soca_bkgerrgodas_mod::soca_bkgerrgodas::mult() More...
 

Variables

type(registry_t), public soca_bkgerrgodas_registry
 Linked list interface - defines registry_t type. More...
 

Detailed Description

Function/Subroutine Documentation

◆ soca_bkgerrgodas_delete_c()

subroutine soca_bkgerrgodas_mod_c::soca_bkgerrgodas_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

C++ interface for soca_bkgerrgodas_mod::soca_bkgerrgodas destructor.

Definition at line 70 of file soca_bkgerrgodas.interface.F90.

◆ soca_bkgerrgodas_mult_c()

subroutine soca_bkgerrgodas_mod_c::soca_bkgerrgodas_mult_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_a,
integer(c_int), intent(in)  c_key_m 
)
private

C++ interface for soca_bkgerrgodas_mod::soca_bkgerrgodas::mult()

Multiplication forward and adjoint

Parameters
[in]c_key_a" to Increment in @param [in] c_key_m " to Increment out

Definition at line 89 of file soca_bkgerrgodas.interface.F90.

◆ soca_bkgerrgodas_setup_c()

subroutine soca_bkgerrgodas_mod_c::soca_bkgerrgodas_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf,
integer(c_int), intent(in)  c_key_bkg,
integer(c_int), intent(in)  c_key_geom 
)
private

Linked list implementation.

C++ interface for soca_bkgerrgodas_mod::soca_bkgerrgodas::setup()

Constructor for D (standard deviation of background error)

Parameters
[in,out]c_key_selfThe D structure
[in]c_confThe configuration
[in]c_key_bkgBackground field
[in]c_key_geomGeometry

Definition at line 45 of file soca_bkgerrgodas.interface.F90.

Variable Documentation

◆ soca_bkgerrgodas_registry

type(registry_t), public soca_bkgerrgodas_mod_c::soca_bkgerrgodas_registry

Linked list interface - defines registry_t type.

Global registry for soca_bkgerrgodas

Definition at line 30 of file soca_bkgerrgodas.interface.F90.