16 #define LISTED_TYPE ufo_aod 19 #include "../../linkedList_i.f" 30 #include "../../linkedList_c.f" 34 subroutine ufo_aod_setup_c(c_key_self, c_conf) bind(c,name='ufo_aod_setup_f90')
36 integer(c_int),
intent(inout) :: c_key_self
37 type(c_ptr),
intent(in) :: c_conf
39 type(ufo_aod),
pointer :: self
49 integer(c_int),
intent(inout) :: c_key_self
51 type(ufo_aod),
pointer :: self
59 subroutine ufo_aod_simobs_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx, c_bias) bind(c,name='ufo_aod_simobs_f90')
62 integer(c_int),
intent(in) :: c_key_self
63 integer(c_int),
intent(in) :: c_key_geovals
64 type(c_ptr),
value,
intent(in) :: c_obsspace
65 integer(c_int),
intent(in) :: c_nobs
66 real(c_double),
intent(inout) :: c_hofx(c_nobs)
67 integer(c_int),
intent(in) :: c_bias
69 type(ufo_aod),
pointer :: self
71 character(len=*),
parameter :: myname_=
"ufo_aod_simobs_c" 74 call self%opr_simobs(c_key_geovals, c_obsspace, c_hofx)
subroutine ufo_aod_simobs_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx, c_bias)
Fortran module to handle aod observations.
Fortran module to handle aod observations.
subroutine ufo_aod_delete_c(c_key_self)
type(registry_t) ufo_aod_registry
Linked list interface - defines registry_t type.
subroutine ufo_aod_setup_c(c_key_self, c_conf)
Linked list implementation.