FV3 Bundle
ioda_obs_example_mod_c Module Reference

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

Functions/Subroutines

subroutine ioda_obsdb_example_setup_c (c_key_self, c_conf)
 Linked list implementation. More...
 
subroutine ioda_obsdb_example_getlocations_c (c_key_self, c_t1, c_t2, c_key_locs)
 
subroutine ioda_obsdb_example_generate_c (c_key_self, c_conf, c_t1, c_t2)
 
subroutine ioda_obsdb_example_nobs_c (c_key_self, kobs)
 
subroutine ioda_obsdb_example_delete_c (c_key_self)
 

Variables

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

Detailed Description

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

Function/Subroutine Documentation

◆ ioda_obsdb_example_delete_c()

subroutine ioda_obs_example_mod_c::ioda_obsdb_example_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 145 of file ObsSpace.Example.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_example_generate_c()

subroutine ioda_obs_example_mod_c::ioda_obsdb_example_generate_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf,
type(c_ptr), intent(in)  c_t1,
type(c_ptr), intent(in)  c_t2 
)
private
Parameters
[in]c_confconfiguration

Definition at line 107 of file ObsSpace.Example.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_example_getlocations_c()

subroutine ioda_obs_example_mod_c::ioda_obsdb_example_getlocations_c ( integer(c_int), intent(in)  c_key_self,
type(c_ptr), intent(in)  c_t1,
type(c_ptr), intent(in)  c_t2,
integer(c_int), intent(inout)  c_key_locs 
)
private

Definition at line 81 of file ObsSpace.Example.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_example_nobs_c()

subroutine ioda_obs_example_mod_c::ioda_obsdb_example_nobs_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(inout)  kobs 
)
private

Definition at line 131 of file ObsSpace.Example.interface.F90.

◆ ioda_obsdb_example_setup_c()

subroutine ioda_obs_example_mod_c::ioda_obsdb_example_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf 
)
private

Linked list implementation.

Parameters
[in]c_confconfiguration

Definition at line 51 of file ObsSpace.Example.interface.F90.

Here is the call graph for this function:

Variable Documentation

◆ ioda_obs_example_registry

type(registry_t), public ioda_obs_example_mod_c::ioda_obs_example_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 40 of file ObsSpace.Example.interface.F90.

◆ max_string

integer, parameter ioda_obs_example_mod_c::max_string =800
private

Definition at line 31 of file ObsSpace.Example.interface.F90.