Go to the source code of this file.
|
module | state_mod |
| The model state which represents the current state of a run.
|
|
|
integer, parameter, public | state_mod::centred_stepping =0 |
| Stepping parameter values which determine centred or forward stepping. More...
|
|
integer, parameter, public | state_mod::forward_stepping =1 |
|
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 |
| The constants defining the reason why the model has terminated. More...
|
|
integer, parameter, public | state_mod::timestep_termination_reason =1 |
|
integer, parameter, public | state_mod::message_termination_reason =2 |
|
integer, parameter, public | state_mod::walltime_termination_reason =3 |
|