MONC
Data Types | Modules | Variables
state.F90 File Reference

Go to the source code of this file.

Data Types

type  state_mod::parallel_state_type
 Information about the parallel aspects of the system. More...
 
type  state_mod::model_state_type
 The ModelState which represents the current state of a run. More...
 

Modules

module  state_mod
 The model state which represents the current state of a run.
 

Variables

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