30 integer :: gfs_gfs_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.
subroutine gfs_to_state(self, state)
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)
subroutine state_to_gfs(state, self)
Fortran module handling geometry for the FV3 model.
subroutine, public model_step(self, state, vdate)
subroutine, public model_delete(self)