FV3 Bundle
|
Fortran module to handle radiosonde observations. More...
Functions/Subroutines | |
subroutine | ioda_obsdb_setup_c (c_key_self, c_conf) |
Linked list implementation. More... | |
subroutine | ioda_obsdb_delete_c (c_key_self) |
subroutine | ioda_obsdb_nobs_c (c_key_self, kobs) |
subroutine | ioda_obsdb_nlocs_c (c_key_self, klocs) |
subroutine | ioda_obsdb_getlocations_c (c_key_self, c_t1, c_t2, c_key_locs) |
subroutine | ioda_obsdb_generate_c (c_key_self, c_conf, c_t1, c_t2) |
subroutine | ioda_obsdb_geti_c (c_key_self, c_name_size, c_name, c_vec_size, c_vec) |
subroutine | ioda_obsdb_getd_c (c_key_self, c_name_size, c_name, c_vec_size, c_vec) |
subroutine | ioda_obsdb_puti_c (c_key_self, c_name_size, c_name, c_vec_size, c_vec) |
subroutine | ioda_obsdb_putd_c (c_key_self, c_name_size, c_name, c_vec_size, c_vec) |
Variables | |
integer, parameter | max_string =800 |
type(registry_t), public | ioda_obsdb_registry |
Linked list interface - defines registry_t type. More... | |
Fortran module to handle radiosonde observations.
subroutine ioda_obsdb_mod_c::ioda_obsdb_delete_c | ( | integer(c_int), intent(inout) | c_key_self | ) |
|
private |
[in] | c_conf | configuration |
Definition at line 333 of file ObsSpace.interface.F90.
|
private |
|
private |
|
private |
|
private |
Definition at line 295 of file ObsSpace.interface.F90.
|
private |
Definition at line 281 of file ObsSpace.interface.F90.
|
private |
|
private |
|
private |
Linked list implementation.
[in] | c_conf | configuration |
Definition at line 65 of file ObsSpace.interface.F90.
type(registry_t), public ioda_obsdb_mod_c::ioda_obsdb_registry |
Linked list interface - defines registry_t type.
Global registry
Definition at line 54 of file ObsSpace.interface.F90.
|
private |
Definition at line 45 of file ObsSpace.interface.F90.