11 use fckit_configuration_module,
only: fckit_configuration
12 use fckit_log_module,
only: fckit_log
29 integer(c_int),
intent(inout) :: c_key_self
30 type(c_ptr),
value,
intent(in) :: c_conf
33 type(fckit_configuration) :: f_conf
37 f_conf = fckit_configuration(c_conf)
48 subroutine qg_delete_c(c_key_conf) bind (c,name='qg_model_delete_f90')
51 integer(c_int),
intent(inout) :: c_key_conf
63 integer(c_int),
intent(in) :: c_key_conf
64 integer(c_int),
intent(in) :: c_key_state
85 integer(c_int),
intent(in) :: c_key_conf
86 integer(c_int),
intent(in) :: c_key_traj
87 integer(c_int),
intent(in) :: c_key_incr
110 integer(c_int),
intent(in) :: c_key_conf
111 integer(c_int),
intent(in) :: c_key_traj
112 integer(c_int),
intent(in) :: c_key_incr
type(registry_t), public qg_fields_registry
Linked list interface - defines registry_t type.
subroutine qg_model_propagate_ad_c(c_key_conf, c_key_traj, c_key_incr)
Perform a timestep of the QG model - adjoint.
subroutine qg_model_propagate_tl_c(c_key_conf, c_key_traj, c_key_incr)
Perform a timestep of the QG model - tangent linear.
subroutine qg_model_propagate_c(c_key_conf, c_key_state)
Perform a timestep of the QG model.
subroutine qg_delete_c(c_key_conf)
Delete the QG model.
subroutine qg_model_setup_c(c_key_self, c_conf)
Setup model.
subroutine, public qg_model_propagate(conf, fld)
Perform a timestep of the QG model.
type(registry_t), public qg_model_registry
Linked list interface - defines registry_t type.
subroutine, public qg_model_propagate_tl(conf, traj, fld)
Perform a timestep of the QG model - tangent linear.
subroutine, public qg_model_setup(self, f_conf)
Linked list implementation.
subroutine, public qg_model_propagate_ad(conf, traj, fld)
Perform a timestep of the QG model - adjoint.