MONC
|
The model state which represents the current state of a run. More...
Data Types | |
type | model_state_type |
The ModelState which represents the current state of a run. More... | |
type | parallel_state_type |
Information about the parallel aspects of the system. More... | |
Variables | |
integer, parameter, public | centred_stepping =0 |
Stepping parameter values which determine centred or forward stepping. More... | |
integer, parameter, public | forward_stepping =1 |
integer, parameter, public | prescribed_surface_fluxes =0 |
integer, parameter, public | prescribed_surface_values =1 |
integer, parameter, public | time_termination_reason =0 |
The constants defining the reason why the model has terminated. More... | |
integer, parameter, public | timestep_termination_reason =1 |
integer, parameter, public | message_termination_reason =2 |
integer, parameter, public | walltime_termination_reason =3 |
The model state which represents the current state of a run.
integer, parameter, public state_mod::centred_stepping =0 |
integer, parameter, public state_mod::message_termination_reason =2 |
integer, parameter, public state_mod::prescribed_surface_fluxes =0 |
integer, parameter, public state_mod::prescribed_surface_values =1 |
integer, parameter, public state_mod::time_termination_reason =0 |
integer, parameter, public state_mod::timestep_termination_reason =1 |