FV3 Bundle
ioda_locs_mod_c Module Reference

Functions/Subroutines

subroutine ioda_locs_create_c (key, klocs, klats, klons, rdist)
 Linked list implementation. More...
 
subroutine ioda_locs_delete_c (key)
 
subroutine ioda_locs_nobs_c (key, kobs)
 
subroutine ioda_locs_coords_c (key, idx, mylat, mylon)
 

Variables

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

Function/Subroutine Documentation

◆ ioda_locs_coords_c()

subroutine ioda_locs_mod_c::ioda_locs_coords_c ( integer(c_int), intent(in)  key,
integer(c_int), intent(in)  idx,
real(c_double), intent(inout)  mylat,
real(c_double), intent(inout)  mylon 
)
private

Definition at line 92 of file Locations.interface.F90.

◆ ioda_locs_create_c()

subroutine ioda_locs_mod_c::ioda_locs_create_c ( integer(c_int), intent(inout)  key,
integer(c_int), intent(in)  klocs,
real(c_double), dimension(klocs), intent(in)  klats,
real(c_double), dimension(klocs), intent(in)  klons,
integer(c_int), intent(in)  rdist 
)
private

Linked list implementation.

Definition at line 39 of file Locations.interface.F90.

Here is the call graph for this function:

◆ ioda_locs_delete_c()

subroutine ioda_locs_mod_c::ioda_locs_delete_c ( integer(c_int), intent(inout)  key)
private

Definition at line 65 of file Locations.interface.F90.

Here is the call graph for this function:

◆ ioda_locs_nobs_c()

subroutine ioda_locs_mod_c::ioda_locs_nobs_c ( integer(c_int), intent(in)  key,
integer(c_int), intent(inout)  kobs 
)
private

Definition at line 79 of file Locations.interface.F90.

Variable Documentation

◆ ioda_locs_registry

type(registry_t), public ioda_locs_mod_c::ioda_locs_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 28 of file Locations.interface.F90.