Go to the documentation of this file.
   25 #define LISTED_TYPE gfs_model 
   26 #include "oops/util/linkedList_i.f" 
   36 #include "oops/util/linkedList_c.f" 
   43 integer(c_int), 
intent(inout) :: c_key_self
 
   44 integer(c_int), 
intent(in)    :: c_key_geom
 
   45 type(c_ptr),    
intent(in)    :: c_conf
 
   64 integer(c_int), 
intent(inout) :: c_key_self
 
   80 integer(c_int), 
intent(in) :: c_key_self
 
   81 integer(c_int), 
intent(in) :: c_key_state
 
   98 integer(c_int), 
intent(in)    :: c_key_self
 
   99 integer(c_int), 
intent(in)    :: c_key_state
 
  100 type(c_ptr),    
intent(inout) :: c_dt
 
  105 type(datetime) :: fdate
 
  110 call c_f_datetime(c_dt, fdate)
 
  121 integer(c_int), 
intent(in) :: c_key_self
 
  122 integer(c_int), 
intent(in) :: c_key_state
 
  
 
Fortran derived type to hold model definition.
 
Fortran derived type to hold FV3JEDI state.
 
subroutine c_fv3jedi_gfs_create(c_conf, c_key_geom, c_key_self)
Linked list implementation.
 
subroutine c_fv3jedi_gfs_step(c_key_self, c_key_state, c_dt)
 
type(registry_t), public fv3jedi_geom_registry
Linked list interface - defines registry_t type.
 
type(registry_t), public fv3jedi_state_registry
Linked list interface - defines registry_t type.
 
Fortran module handling geometry for the FV3 model.
 
subroutine, public gfs_delete(self)
 
Fortran derived type to hold geometry data for the FV3JEDI model.
 
subroutine c_fv3jedi_gfs_initialize(c_key_self, c_key_state)
 
subroutine, public gfs_step(self, state, vdate)
 
subroutine, public gfs_finalize(self, state)
 
type(registry_t), public fv3jedi_gfs_registry
Linked list interface.
 
subroutine c_fv3jedi_gfs_delete(c_key_self)
 
Fortran module handling geometry for the FV3 model.
 
subroutine, public gfs_create(self, geom, c_conf)
 
subroutine c_fv3jedi_gfs_finalize(c_key_self, c_key_state)
 
subroutine, public gfs_initialize(self, state)