MONC
|
Go to the source code of this file.
Modules | |
module | steppingdirection_mod |
Determines the current stepping direction, which can be either forward or centred. This is mainly for field stepping, which is u, v, w fields but also scalars as well which is th and q. | |
Functions/Subroutines | |
type(component_descriptor_type) function, public | steppingdirection_mod::steppingdirection_get_descriptor () |
Returns the descriptor of this component. More... | |
subroutine | steppingdirection_mod::initialisation_callback (current_state) |
Sets the scalar stepping on initialisation. This does not change throughout the model run so we can safely set it here. More... | |
subroutine | steppingdirection_mod::timestep_callback (current_state) |
Determines whether we are forward or centre stepping. More... | |