8 subroutine c_mpas_model_setup(c_conf, c_key_geom, c_key_self) bind (c,name='mpas_model_setup_f90')
10 use fckit_configuration_module,
only: fckit_configuration
17 integer(c_int),
intent(inout) :: c_key_self
18 integer(c_int),
intent(in) :: c_key_geom
19 type(c_ptr),
value,
intent(in) :: c_conf
23 type(fckit_configuration) :: f_conf
30 f_conf = fckit_configuration(c_conf)
43 integer(c_int),
intent(inout) :: c_key_self
55 & bind(c,name=
'mpas_model_prepare_integration_f90')
62 integer(c_int),
intent(in) :: c_key_self
63 integer(c_int),
intent(in) :: c_key_state
78 bind(c,name=
'mpas_model_prepare_integration_ad_f90')
85 integer(c_int),
intent(in) :: c_key_self
86 integer(c_int),
intent(in) :: c_key_incr
101 bind(c,name=
'mpas_model_prepare_integration_tl_f90')
108 integer(c_int),
intent(in) :: c_key_self
109 integer(c_int),
intent(in) :: c_key_incr
130 integer(c_int),
intent(in) :: c_key_self
131 integer(c_int),
intent(in) :: c_key_state
146 bind(c,name=
'mpas_model_propagate_ad_f90')
154 integer(c_int),
intent(in) :: c_key_self
155 integer(c_int),
intent(in) :: c_key_incr
156 integer(c_int),
intent(in) :: c_key_traj
173 bind(c,name=
'mpas_model_propagate_tl_f90')
181 integer(c_int),
intent(in) :: c_key_self
182 integer(c_int),
intent(in) :: c_key_incr
183 integer(c_int),
intent(in) :: c_key_traj
207 integer(c_int),
intent(in) :: c_key_self
208 integer(c_int),
intent(in) :: c_key_state
209 integer(c_int),
intent(inout) :: c_key_traj
235 integer(c_int),
intent(inout) :: c_key_traj
subroutine c_mpas_model_prop_traj(c_key_self, c_key_state, c_key_traj)
subroutine c_mpas_model_setup(c_conf, c_key_geom, c_key_self)
subroutine c_mpas_model_prepare_integration_ad(c_key_self, c_key_incr)
subroutine c_mpas_model_propagate(c_key_self, c_key_state)
subroutine c_mpas_model_wipe_traj(c_key_traj)
subroutine c_mpas_model_delete(c_key_self)
subroutine c_mpas_model_prepare_integration(c_key_self, c_key_state)
subroutine c_mpas_model_prepare_integration_tl(c_key_self, c_key_incr)
subroutine c_mpas_model_propagate_ad(c_key_self, c_key_incr, c_key_traj)
subroutine c_mpas_model_propagate_tl(c_key_self, c_key_incr, c_key_traj)
type(registry_t), public mpas_fields_registry
Linked list interface - defines registry_t type.
type(registry_t), public mpas_geom_registry
Linked list interface - defines registry_t type.
subroutine, public model_delete(self)
type(registry_t), public mpas_model_registry
Linked list interface - defines registry_t type.
subroutine, public model_propagate(self, jedi_state)
subroutine, public model_prop_traj(self, jedi_state, traj)
subroutine, public model_setup(self, geom, f_conf)
Linked list implementation.
subroutine, public model_prepare_integration_ad(self, inc)
subroutine, public model_propagate_tl(self, inc, traj)
subroutine, public model_prepare_integration_tl(self, inc)
subroutine, public model_prepare_integration(self, jedi_state)
subroutine, public model_wipe_traj(traj)
subroutine, public model_propagate_ad(self, inc, traj)
type(registry_t), public mpas_traj_registry
Linked list interface - defines registry_t type.
Fortran derived type to hold MPAS field.
Fortran derived type to hold geometry definition.
Fortran derived type to hold model definition.
Fortran derived type to hold the model trajectory.