UFO
ufo_locs_mod_c Module Reference

Functions/Subroutines

subroutine ufo_locs_create_c (key, klocs, c_obsspace, klats, klons)
 Linked list implementation. More...
 
subroutine ufo_locs_setup_c (key, nlocs)
 
subroutine ufo_locs_copy_c (key, key2)
 
subroutine ufo_locs_delete_c (key)
 
subroutine ufo_locs_nobs_c (key, kobs)
 
subroutine ufo_locs_coords_c (key, idx, mylat, mylon)
 
subroutine ufo_locs_indx_c (key, idx, indx, max_indx)
 
subroutine ufo_locs_concatenate_c (key, key2)
 
subroutine ufo_locs_init_c (c_key_self, c_obsspace, c_t1, c_t2)
 

Variables

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

Function/Subroutine Documentation

◆ ufo_locs_concatenate_c()

subroutine ufo_locs_mod_c::ufo_locs_concatenate_c ( integer(c_int), intent(in)  key,
integer(c_int), intent(in)  key2 
)
private

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

Here is the call graph for this function:

◆ ufo_locs_coords_c()

subroutine ufo_locs_mod_c::ufo_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 122 of file Locations.interface.F90.

◆ ufo_locs_copy_c()

subroutine ufo_locs_mod_c::ufo_locs_copy_c ( integer(c_int), intent(inout)  key,
integer(c_int), intent(in)  key2 
)
private

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

Here is the call graph for this function:

◆ ufo_locs_create_c()

subroutine ufo_locs_mod_c::ufo_locs_create_c ( integer(c_int), intent(inout)  key,
integer(c_int), intent(in)  klocs,
type(c_ptr), intent(in), value  c_obsspace,
real(c_double), dimension(klocs), intent(in)  klats,
real(c_double), dimension(klocs), intent(in)  klons 
)
private

Linked list implementation.

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

Here is the call graph for this function:

◆ ufo_locs_delete_c()

subroutine ufo_locs_mod_c::ufo_locs_delete_c ( integer(c_int), intent(inout)  key)
private

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

Here is the call graph for this function:

◆ ufo_locs_indx_c()

subroutine ufo_locs_mod_c::ufo_locs_indx_c ( integer(c_int), intent(in)  key,
integer(c_int), intent(in)  idx,
integer(c_int), intent(inout)  indx,
integer(c_int), intent(inout)  max_indx 
)
private

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

◆ ufo_locs_init_c()

subroutine ufo_locs_mod_c::ufo_locs_init_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_obsspace,
type(c_ptr), intent(in), value  c_t1,
type(c_ptr), intent(in), value  c_t2 
)
private

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

Here is the call graph for this function:

◆ ufo_locs_nobs_c()

subroutine ufo_locs_mod_c::ufo_locs_nobs_c ( integer(c_int), intent(in)  key,
integer(c_int), intent(inout)  kobs 
)
private

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

◆ ufo_locs_setup_c()

subroutine ufo_locs_mod_c::ufo_locs_setup_c ( integer(c_int), intent(inout)  key,
integer(c_int), intent(in)  nlocs 
)
private

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

Here is the call graph for this function:

Variable Documentation

◆ ufo_locs_registry

type(registry_t), public ufo_locs_mod_c::ufo_locs_registry

Linked list interface - defines registry_t type.

Global registry

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