OOPS
|
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... | |
|
private |
Delete the QG model.
[in,out] | c_key_conf | Model configuration |
Definition at line 48 of file qg_model_interface.F90.
|
private |
Perform a timestep of the QG model - adjoint.
[in] | c_key_conf | Model configuration |
[in] | c_key_traj | Trajectory fields |
[in] | c_key_incr | Increment fields |
Definition at line 105 of file qg_model_interface.F90.
|
private |
Perform a timestep of the QG model.
[in] | c_key_conf | Model configuration |
[in] | c_key_state | State fields |
Definition at line 58 of file qg_model_interface.F90.
|
private |
Perform a timestep of the QG model - tangent linear.
[in] | c_key_conf | Model configuration |
[in] | c_key_traj | Trajectory fields |
[in] | c_key_incr | Increment fields |
Definition at line 80 of file qg_model_interface.F90.
|
private |
Setup model.
[in,out] | c_key_self | Model configuration |
[in] | c_conf | Configuration |
Definition at line 24 of file qg_model_interface.F90.