MONC
|
Clears the source terms at the start of a timestep to then be populated by items in the dynamics group. More...
Functions/Subroutines | |
type(component_descriptor_type) function, public | clearsourceterms_get_descriptor () |
Provides a description of this component for the core to register. More... | |
subroutine | timestep_callback (current_state) |
Timestep callback which simply clears the source terms. More... | |
Clears the source terms at the start of a timestep to then be populated by items in the dynamics group.
type(component_descriptor_type) function, public clearsourceterms_mod::clearsourceterms_get_descriptor |
Provides a description of this component for the core to register.
Definition at line 17 of file clearsourceterms.F90.
|
private |
Timestep callback which simply clears the source terms.
current_state | The current model state |
Definition at line 25 of file clearsourceterms.F90.