30  integer :: geos_geos_here
    44 type(c_ptr),         
intent(in)    :: c_conf  
    80 type(datetime),      
intent(in)    :: vdate   
   107 type(fv3jedi_state), 
intent(in)    :: state
   108 type(fv3jedi_model), 
intent(inout) :: self
   119 type(fv3jedi_model), 
intent(in)    :: self
   120 type(fv3jedi_state), 
intent(inout) :: state
 subroutine, public model_initialize(self, state)
 
Fortran derived type to hold FV3JEDI state. 
 
Fortran derived type to hold geometry data for the FV3JEDI model. 
 
Handle state for the FV3JEDI odel. 
 
Fortran derived type to hold model definition. 
 
subroutine, public model_finalize(self, state)
 
subroutine, public model_create(self, geom, c_conf)
 
Fortran module handling geometry for the FV3 model. 
 
subroutine, public model_step(self, state, vdate)
 
subroutine geos_to_state(self, state)
 
subroutine state_to_geos(state, self)
 
subroutine, public model_delete(self)