18 #define LISTED_TYPE ufo_seasurfacetemp_tlad 21 #include "../../linkedList_i.f" 30 #include "../../linkedList_c.f" 36 integer(c_int),
intent(inout) :: c_key_self
37 type(c_ptr),
intent(in) :: c_conf
39 type(ufo_seasurfacetemp_tlad),
pointer :: self
51 integer(c_int),
intent(inout) :: c_key_self
53 type(ufo_seasurfacetemp_tlad),
pointer :: self
65 integer(c_int),
intent(in) :: c_key_self
66 integer(c_int),
intent(in) :: c_key_geovals
68 type(ufo_seasurfacetemp_tlad),
pointer :: self
69 type(ufo_geovals),
pointer :: geovals
71 character(len=*),
parameter :: myname_=
"ufo_seasurfacetemp_tlad_settraj_c" 85 integer(c_int),
intent(in) :: c_key_self
86 integer(c_int),
intent(in) :: c_key_geovals
87 integer(c_int),
intent(in) :: c_nobs
88 real(c_double),
intent(inout) :: c_hofx(c_nobs)
90 type(ufo_seasurfacetemp_tlad),
pointer :: self
91 type(ufo_geovals),
pointer :: geovals
93 character(len=*),
parameter :: myname_=
"ufo_seasurfacetemp_simobs_tl_c" 107 integer(c_int),
intent(in) :: c_key_self
108 integer(c_int),
intent(in) :: c_key_geovals
109 integer(c_int),
intent(in) :: c_nobs
110 real(c_double),
intent(inout) :: c_hofx(c_nobs)
112 type(ufo_seasurfacetemp_tlad),
pointer :: self
113 type(ufo_geovals),
pointer :: geovals
115 character(len=*),
parameter :: myname_=
"ufo_seasurfacetemp_simobs_ad_c" Fortran module to handle ice concentration observations.
type(registry_t) ufo_seasurfacetemp_tlad_registry
Linked list interface - defines registry_t type.
Fortran module to handle sea-surface temperature observations.
subroutine ufo_seasurfacetemp_tlad_delete_c(c_key_self)
subroutine, public ufo_seasurfacetemp_simobs_tl(self, geovals, hofx)
subroutine ufo_seasurfacetemp_simobs_ad_c(c_key_self, c_key_geovals, c_nobs, c_hofx)
subroutine, public ufo_seasurfacetemp_tlad_settraj(self, geovals)
type to hold interpolated fields required by the obs operators
subroutine ufo_seasurfacetemp_tlad_settraj_c(c_key_self, c_key_geovals)
type(registry_t), public ufo_geovals_registry
Linked list interface - defines registry_t type.
subroutine ufo_seasurfacetemp_tlad_setup_c(c_key_self, c_conf)
Linked list implementation.
subroutine, public ufo_seasurfacetemp_simobs_ad(self, geovals, hofx)
subroutine ufo_seasurfacetemp_simobs_tl_c(c_key_self, c_key_geovals, c_nobs, c_hofx)