29 type(c_ptr),
value,
intent(in) :: c_locs
30 integer(c_int),
intent(in) :: c_key_fld
31 type(c_ptr),
value,
intent(in) :: c_t1, c_t2
32 integer(c_int),
intent(in) :: c_key_gom
37 type(
qg_gom),
pointer :: gom
38 type(datetime) :: t1, t2
44 call c_f_datetime(c_t1, t1)
45 call c_f_datetime(c_t2, t2)
57 type(c_ptr),
value,
intent(in) :: c_locs
58 integer(c_int),
intent(in) :: c_key_fld
59 type(c_ptr),
value,
intent(in) :: c_t1, c_t2
60 integer(c_int),
intent(in) :: c_key_gom
65 type(datetime) :: t1, t2
66 type(
qg_gom),
pointer :: gom
71 call c_f_datetime(c_t1, t1)
72 call c_f_datetime(c_t2, t2)
86 type(c_ptr),
value,
intent(in) :: c_locs
87 integer(c_int),
intent(in) :: c_key_fld
88 type(c_ptr),
value,
intent(in) :: c_t1, c_t2
89 integer(c_int),
intent(in) :: c_key_gom
94 type(datetime) :: t1, t2
95 type(
qg_gom),
pointer :: gom
101 call c_f_datetime(c_t1, t1)
102 call c_f_datetime(c_t2, t2)
type(registry_t), public qg_fields_registry
Linked list interface - defines registry_t type.
subroutine qg_getvalues_interp_c(c_locs, c_key_fld, c_t1, c_t2, c_key_gom)
Interpolation from fields.
subroutine qg_getvalues_interp_tl_c(c_locs, c_key_fld, c_t1, c_t2, c_key_gom)
Interpolation from fields, tangent linear.
subroutine qg_getvalues_interp_ad_c(c_locs, c_key_fld, c_t1, c_t2, c_key_gom)
Interpolation from fields, adjoint.
subroutine, public qg_getvalues_interp_tl(locs, fld, t1, t2, gom)
Interpolation from fields - tangent linear.
subroutine, public qg_getvalues_interp(locs, fld, t1, t2, gom)
Interpolation from fields.
subroutine, public qg_getvalues_interp_ad(locs, fld, t1, t2, gom)
Interpolation from fields - adjoint.
type(registry_t), public qg_gom_registry
Linked list interface - defines registry_t type.