Go to the documentation of this file.
26 integer(c_int),
intent(inout) :: c_key_self
27 integer(c_int),
intent( in) :: c_key_geom
28 integer(c_int),
intent( in) :: c_iindex
29 integer(c_int),
intent( in) :: c_jindex
51 integer(c_int),
intent(inout) :: c_key_self
52 integer(c_int),
intent( in) :: c_key_other
73 integer(c_int),
intent(inout) :: c_key_self
85 integer(c_int),
intent(inout) :: c_key_self
86 integer(c_int),
intent( in) :: c_key_other
87 integer(c_int),
intent(inout) :: c_equals
106 integer(c_int),
intent( in) :: c_key_self
107 real(c_double),
intent(inout) :: c_lat
108 real(c_double),
intent(inout) :: c_lon
126 integer(c_int),
intent(in) :: c_key_self
subroutine fv3jedi_geom_iter_current_c(c_key_self, c_lon, c_lat)
Get geometry iterator current lon/lat.
subroutine fv3jedi_geom_iter_next_c(c_key_self)
Update geometry iterator to next point.
type(registry_t), public fv3jedi_geom_registry
Linked list interface - defines registry_t type.
subroutine, public fv3jedi_geom_iter_current(self, lon, lat)
Get geometry iterator current lat/lon.
Fortran module handling geometry for the FV3 model.
subroutine fv3jedi_geom_iter_equals_c(c_key_self, c_key_other, c_equals)
Check geometry iterator equality.
subroutine, public fv3jedi_geom_iter_clone(self, other)
Clone for the geometry iterator.
subroutine, public fv3jedi_geom_iter_setup(self, geom, iind, jind)
Linked list implementation.
Fortran derived type to hold geometry data for the FV3JEDI model.
subroutine fv3jedi_geom_iter_delete_c(c_key_self)
Delete geometry iterator.
subroutine fv3jedi_geom_iter_clone_c(c_key_self, c_key_other)
Clone geometry iterator.
Fortran module handling geometry for the FV3 model.
subroutine, public fv3jedi_geom_iter_next(self)
Update geometry iterator to next point.
subroutine, public fv3jedi_geom_iter_equals(self, other, equals)
Check for the geometry iterator equality.
type(registry_t), public fv3jedi_geom_iter_registry
Linked list interface - defines registry_t type.
subroutine fv3jedi_geom_iter_setup_c(c_key_self, c_key_geom, c_iindex, c_jindex)
Setup geometry iterator.