SOCA
soca_bkgerr_mod_c Module Reference

C++ interface for soca_bkgerr_mod::soca_bkgerr. More...

Functions/Subroutines

subroutine soca_bkgerr_setup_c (c_key_self, c_conf, c_key_bkg, c_key_geom)
 Linked list implementation. More...
 
subroutine soca_bkgerr_delete_c (c_key_self)
 C++ interface for soca_bkgerr_mod::soca_bkgerr destructor. More...
 
subroutine soca_bkgerr_mult_f90_c (c_key_self, c_key_a, c_key_m)
 C++ interface for soca_bkgerr_mod::soca_bkgerr::mult() More...
 

Variables

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

Detailed Description

C++ interface for soca_bkgerr_mod::soca_bkgerr.

Function/Subroutine Documentation

◆ soca_bkgerr_delete_c()

subroutine soca_bkgerr_mod_c::soca_bkgerr_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

C++ interface for soca_bkgerr_mod::soca_bkgerr destructor.

Definition at line 71 of file soca_bkgerr.interface.F90.

◆ soca_bkgerr_mult_f90_c()

subroutine soca_bkgerr_mod_c::soca_bkgerr_mult_f90_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_bkgerr_mod::soca_bkgerr::mult()

Multiplication forward and adjoint

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

Definition at line 87 of file soca_bkgerr.interface.F90.

◆ soca_bkgerr_setup_c()

subroutine soca_bkgerr_mod_c::soca_bkgerr_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_bkgerr_mod::soca_bkgerr::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 47 of file soca_bkgerr.interface.F90.

Variable Documentation

◆ soca_bkgerr_registry

type(registry_t), public soca_bkgerr_mod_c::soca_bkgerr_registry

Linked list interface - defines registry_t type.

Global registry for soca_bkgerr_mod::soca_bkgerr

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