11 use fckit_configuration_module,
only: fckit_configuration
18 #define LISTED_TYPE ufo_adt
21 #include "oops/util/linkedList_i.f"
32 #include "oops/util/linkedList_c.f"
38 integer(c_int),
intent(inout) :: c_key_self
39 type(c_ptr),
value,
intent(in) :: c_conf
42 type(fckit_configuration) :: f_conf
45 f_conf = fckit_configuration(c_conf)
47 call self%setup(f_conf)
55 integer(c_int),
intent(inout) :: c_key_self
69 subroutine ufo_adt_simobs_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx) bind(c,name='ufo_adt_simobs_f90')
72 integer(c_int),
intent(in) :: c_key_self
73 integer(c_int),
intent(in) :: c_key_geovals
74 type(c_ptr),
value,
intent(in) :: c_obsspace
75 integer(c_int),
intent(in) :: c_nobs
76 real(c_double),
intent(inout) :: c_hofx(c_nobs)
81 call self%opr_simobs(c_key_geovals, c_obsspace, c_hofx)
Fortran adt module for functions on the interface between C++ and Fortran.
subroutine ufo_adt_simobs_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx)
subroutine ufo_adt_setup_c(c_key_self, c_conf)
Linked list implementation.
subroutine ufo_adt_delete_c(c_key_self)
type(registry_t) ufo_adt_registry
Linked list interface - defines registry_t type.
Fortran adt module for observation operator.
Fortran derived type for the observation type.