OOPS
qg_model_interface Module Reference

Functions/Subroutines

subroutine qg_model_setup_c (c_key_self, c_conf)
 Setup model. More...
 
subroutine qg_delete_c (c_key_conf)
 Delete the QG model. More...
 
subroutine qg_model_propagate_c (c_key_conf, c_key_state)
 Perform a timestep of the QG model. More...
 
subroutine qg_model_propagate_tl_c (c_key_conf, c_key_traj, c_key_incr)
 Perform a timestep of the QG model - tangent linear. More...
 
subroutine qg_model_propagate_ad_c (c_key_conf, c_key_traj, c_key_incr)
 Perform a timestep of the QG model - adjoint. More...
 

Function/Subroutine Documentation

◆ qg_delete_c()

subroutine qg_model_interface::qg_delete_c ( integer(c_int), intent(inout)  c_key_conf)
private

Delete the QG model.

Parameters
[in,out]c_key_confModel configuration

Definition at line 48 of file qg_model_interface.F90.

◆ qg_model_propagate_ad_c()

subroutine qg_model_interface::qg_model_propagate_ad_c ( integer(c_int), intent(in)  c_key_conf,
integer(c_int), intent(in)  c_key_traj,
integer(c_int), intent(in)  c_key_incr 
)
private

Perform a timestep of the QG model - adjoint.

Parameters
[in]c_key_confModel configuration
[in]c_key_trajTrajectory fields
[in]c_key_incrIncrement fields

Definition at line 105 of file qg_model_interface.F90.

Here is the call graph for this function:

◆ qg_model_propagate_c()

subroutine qg_model_interface::qg_model_propagate_c ( integer(c_int), intent(in)  c_key_conf,
integer(c_int), intent(in)  c_key_state 
)
private

Perform a timestep of the QG model.

Parameters
[in]c_key_confModel configuration
[in]c_key_stateState fields

Definition at line 58 of file qg_model_interface.F90.

Here is the call graph for this function:

◆ qg_model_propagate_tl_c()

subroutine qg_model_interface::qg_model_propagate_tl_c ( integer(c_int), intent(in)  c_key_conf,
integer(c_int), intent(in)  c_key_traj,
integer(c_int), intent(in)  c_key_incr 
)
private

Perform a timestep of the QG model - tangent linear.

Parameters
[in]c_key_confModel configuration
[in]c_key_trajTrajectory fields
[in]c_key_incrIncrement fields

Definition at line 80 of file qg_model_interface.F90.

Here is the call graph for this function:

◆ qg_model_setup_c()

subroutine qg_model_interface::qg_model_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_conf 
)
private

Setup model.

Parameters
[in,out]c_key_selfModel configuration
[in]c_confConfiguration

Definition at line 24 of file qg_model_interface.F90.

Here is the call graph for this function: