|
IODA
|
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_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... | |
Fortran example module for for functions on the interface between C++ and Fortran.
|
private |
Definition at line 116 of file ObsSpace.Example.interface.F90.

|
private |
| [in] | c_conf | configuration |
Definition at line 78 of file ObsSpace.Example.interface.F90.

|
private |
Definition at line 102 of file ObsSpace.Example.interface.F90.
|
private |
Linked list implementation.
| [in] | c_conf | configuration |
Definition at line 48 of file ObsSpace.Example.interface.F90.

| 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 38 of file ObsSpace.Example.interface.F90.
|
private |
Definition at line 29 of file ObsSpace.Example.interface.F90.