FV3 Bundle
ioda_obsdb_mod_c Module Reference

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...
 

Detailed Description

Fortran module to handle radiosonde observations.

Function/Subroutine Documentation

◆ ioda_obsdb_delete_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_delete_c ( integer(c_int), intent(inout)  c_key_self)

Definition at line 268 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_generate_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_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 333 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_getd_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_getd_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_name_size,
character(kind=c_char,len=1), dimension(c_name_size+1), intent(in)  c_name,
integer(c_int), intent(in)  c_vec_size,
real(c_double), dimension(c_vec_size), intent(out)  c_vec 
)
private

Definition at line 417 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_geti_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_geti_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_name_size,
character(kind=c_char,len=1), dimension(c_name_size+1), intent(in)  c_name,
integer(c_int), intent(in)  c_vec_size,
integer(c_int), dimension(c_vec_size), intent(out)  c_vec 
)
private

Definition at line 386 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_getlocations_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_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 309 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_nlocs_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_nlocs_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(inout)  klocs 
)
private

Definition at line 295 of file ObsSpace.interface.F90.

◆ ioda_obsdb_nobs_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_nobs_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(inout)  kobs 
)
private

Definition at line 281 of file ObsSpace.interface.F90.

◆ ioda_obsdb_putd_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_putd_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_name_size,
character(kind=c_char,len=1), dimension(c_name_size+1), intent(in)  c_name,
integer(c_int), intent(in)  c_vec_size,
real(c_double), dimension(c_vec_size), intent(in)  c_vec 
)
private

Definition at line 485 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_puti_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_puti_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_name_size,
character(kind=c_char,len=1), dimension(c_name_size+1), intent(in)  c_name,
integer(c_int), intent(in)  c_vec_size,
integer(c_int), dimension(c_vec_size), intent(in)  c_vec 
)
private

Definition at line 455 of file ObsSpace.interface.F90.

Here is the call graph for this function:

◆ ioda_obsdb_setup_c()

subroutine ioda_obsdb_mod_c::ioda_obsdb_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 65 of file ObsSpace.interface.F90.

Here is the call graph for this function:

Variable Documentation

◆ ioda_obsdb_registry

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.

◆ max_string

integer, parameter ioda_obsdb_mod_c::max_string =800
private

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