16 #define LISTED_TYPE ufo_radiance_tlad 19 #include "../../linkedList_i.f" 28 #include "../../linkedList_c.f" 34 integer(c_int),
intent(inout) :: c_key_self
35 type(c_ptr),
intent(in) :: c_conf
37 type(ufo_radiance_tlad),
pointer :: self
41 call self%setup(c_conf)
49 integer(c_int),
intent(inout) :: c_key_self
51 type(ufo_radiance_tlad),
pointer :: self
54 call self%opr_delete()
64 integer(c_int),
intent(in) :: c_key_self
65 integer(c_int),
intent(in) :: c_key_geovals
66 type(c_ptr),
value,
intent(in) :: c_obsspace
68 type(ufo_radiance_tlad),
pointer :: self
70 character(len=*),
parameter :: myname_=
"ufo_radiance_tlad_settraj_c" 73 call self%opr_settraj(c_key_geovals, c_obsspace)
79 subroutine ufo_radiance_simobs_tl_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx) bind(c,name='ufo_radiance_simobs_tl_f90')
82 integer(c_int),
intent(in) :: c_key_self
83 integer(c_int),
intent(in) :: c_key_geovals
84 type(c_ptr),
value,
intent(in) :: c_obsspace
85 integer(c_int),
intent(in) :: c_nobs
86 real(c_double),
intent(inout) :: c_hofx(c_nobs)
88 type(ufo_radiance_tlad),
pointer :: self
90 character(len=*),
parameter :: myname_=
"ufo_radiance_simobs_tl_c" 93 call self%opr_simobs_tl(c_key_geovals, c_obsspace, c_hofx)
99 subroutine ufo_radiance_simobs_ad_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx) bind(c,name='ufo_radiance_simobs_ad_f90')
102 integer(c_int),
intent(in) :: c_key_self
103 integer(c_int),
intent(in) :: c_key_geovals
104 type(c_ptr),
value,
intent(in) :: c_obsspace
105 integer(c_int),
intent(in) :: c_nobs
106 real(c_double),
intent(in) :: c_hofx(c_nobs)
108 type(ufo_radiance_tlad),
pointer :: self
110 character(len=*),
parameter :: myname_=
"ufo_radiance_simobs_ad_c" 113 call self%opr_simobs_ad(c_key_geovals, c_obsspace, c_hofx)
Fortran module for Fortran-C++ interface functions for CRTM tl/ad obs operator.
Fortran module to handle tl/ad for radiance observations.
subroutine ufo_radiance_tlad_settraj_c(c_key_self, c_key_geovals, c_obsspace)
subroutine ufo_radiance_simobs_tl_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx)
subroutine ufo_radiance_tlad_setup_c(c_key_self, c_conf)
Linked list implementation.
subroutine ufo_radiance_tlad_delete_c(c_key_self)
type(registry_t) ufo_radiance_tlad_registry
Linked list interface - defines registry_t type.
subroutine ufo_radiance_simobs_ad_c(c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx)