UFO
|
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... | |
|
private |
|
private |
Definition at line 122 of file Locations.interface.F90.
|
private |
|
private |
Linked list implementation.
Definition at line 38 of file Locations.interface.F90.
|
private |
|
private |
Definition at line 138 of file Locations.interface.F90.
|
private |
|
private |
Definition at line 109 of file Locations.interface.F90.
|
private |
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.