UFO
|
Fortran aodgeos module for functions on the interface between C++ and Fortran. More...
Functions/Subroutines | |
subroutine | ufo_aodgeos_setup_c (c_key_self, c_conf, c_obsvars, c_geovars) |
Linked list implementation. More... | |
subroutine | ufo_aodgeos_delete_c (c_key_self) |
subroutine | ufo_aodgeos_simobs_c (c_key_self, c_key_geovals, c_obsspace, c_nvars, c_nlocs, c_hofx) |
Variables | |
type(registry_t) | ufo_aodgeos_registry |
Linked list interface - defines registry_t type. More... | |
Fortran aodgeos module for functions on the interface between C++ and Fortran.
subroutine ufo_aodgeos_mod_c::ufo_aodgeos_delete_c | ( | integer(c_int), intent(inout) | c_key_self | ) |
Definition at line 61 of file ObsAodGeos.interface.F90.
|
private |
Linked list implementation.
[in] | c_obsvars | variables to be simulated |
[in] | c_geovars | variables requested from the model |
Definition at line 37 of file ObsAodGeos.interface.F90.
|
private |
Definition at line 73 of file ObsAodGeos.interface.F90.
|
private |
Linked list interface - defines registry_t type.
Global registry
Definition at line 25 of file ObsAodGeos.interface.F90.