FV3-JEDI
fv3jedi_geom_iter_interface.F90 File Reference

Go to the source code of this file.

Modules

module  fv3jedi_geom_iter_interface
 

Functions/Subroutines

subroutine fv3jedi_geom_iter_interface::fv3jedi_geom_iter_setup_c (c_key_self, c_key_geom, c_iindex, c_jindex)
 Setup geometry iterator. More...
 
subroutine fv3jedi_geom_iter_interface::fv3jedi_geom_iter_clone_c (c_key_self, c_key_other)
 Clone geometry iterator. More...
 
subroutine fv3jedi_geom_iter_interface::fv3jedi_geom_iter_delete_c (c_key_self)
 Delete geometry iterator. More...
 
subroutine fv3jedi_geom_iter_interface::fv3jedi_geom_iter_equals_c (c_key_self, c_key_other, c_equals)
 Check geometry iterator equality. More...
 
subroutine fv3jedi_geom_iter_interface::fv3jedi_geom_iter_current_c (c_key_self, c_lon, c_lat)
 Get geometry iterator current lon/lat. More...
 
subroutine fv3jedi_geom_iter_interface::fv3jedi_geom_iter_next_c (c_key_self)
 Update geometry iterator to next point. More...