10 use fckit_configuration_module,
only: fckit_configuration
17 #define LISTED_TYPE ufo_gnssro_BendMetOffice
20 #include "oops/util/linkedList_i.f"
29 #include "oops/util/linkedList_c.f"
35 integer(c_int),
intent(inout) :: c_key_self
36 type(c_ptr),
intent(in) :: c_conf
39 type(fckit_configuration) :: f_conf
42 f_conf = fckit_configuration(c_conf)
44 call self%setup(f_conf)
52 integer(c_int),
intent(inout) :: c_key_self
63 c_nobs, c_hofx, c_vert_interp_ops, &
64 c_pseudo_ops) bind(c,name='ufo_gnssro_bendmetoffice_simobs_f90')
67 integer(c_int),
intent(in) :: c_key_self
68 integer(c_int),
intent(in) :: c_key_geovals
69 type(c_ptr),
value,
intent(in) :: c_obsspace
70 integer(c_int),
intent(in) :: c_nobs
71 real(c_double),
intent(inout) :: c_hofx(c_nobs)
72 logical,
intent(in) :: c_vert_interp_ops
73 logical,
intent(in) :: c_pseudo_ops
77 character(len=*),
parameter :: myname_=
"ufo_gnssro_bendmetoffice_simobs_c"
79 call self%opr_simobs(c_key_geovals, c_obsspace, c_hofx)