12 use fckit_configuration_module,
only: fckit_configuration
20 #define LISTED_TYPE ufo_aodgeos
23 #include "oops/util/linkedList_i.f"
33 #include "oops/util/linkedList_c.f"
37 subroutine ufo_aodgeos_setup_c(c_key_self, c_conf, c_obsvars, c_geovars) bind(c,name='ufo_aodgeos_setup_f90')
38 use oops_variables_mod
41 integer(c_int),
intent(inout) :: c_key_self
42 type(c_ptr),
intent(in),
value :: c_conf
44 type(c_ptr),
intent(in),
value :: c_obsvars
45 type(c_ptr),
intent(in),
value :: c_geovars
47 type(fckit_configuration) :: f_conf
50 f_conf = fckit_configuration(c_conf)
52 self%obsvars = oops_variables(c_obsvars)
53 self%geovars = oops_variables(c_geovars)
55 call self%setup(f_conf)
63 integer(c_int),
intent(inout) :: c_key_self
74 c_hofx) bind(c,name='ufo_aodgeos_simobs_f90')
77 integer(c_int),
intent(in) :: c_key_self
78 integer(c_int),
intent(in) :: c_key_geovals
79 type(c_ptr),
value,
intent(in) :: c_obsspace
80 integer(c_int),
intent(in) :: c_nvars, c_nlocs
81 real(c_double),
intent(inout) :: c_hofx(c_nvars, c_nlocs)
88 call self%simobs(geovals, c_obsspace, c_nvars, c_nlocs, c_hofx)
Fortran aodgeos module for functions on the interface between C++ and Fortran.
subroutine ufo_aodgeos_delete_c(c_key_self)
subroutine ufo_aodgeos_setup_c(c_key_self, c_conf, c_obsvars, c_geovars)
Linked list implementation.
type(registry_t) ufo_aodgeos_registry
Linked list interface - defines registry_t type.
subroutine ufo_aodgeos_simobs_c(c_key_self, c_key_geovals, c_obsspace, c_nvars, c_nlocs, c_hofx)
Fortran module for aodgeos observation operator.
type(registry_t), public ufo_geovals_registry
Linked list interface - defines registry_t type.
Fortran derived type for the observation type.
type to hold interpolated fields required by the obs operators