MONC
Private Member Functions | List of all members
monc_component_mod::component_initialisation Interface Reference

Component initialisation callback hook signature. More...

Private Member Functions

subroutine component_initialisation (current_state)
 

Detailed Description

Component initialisation callback hook signature.

Parameters
simulationStateThe current model state which may be modified.

Definition at line 63 of file monc_component.F90.

Constructor & Destructor Documentation

◆ component_initialisation()

subroutine monc_component_mod::component_initialisation::component_initialisation ( type(model_state_type), intent(inout), target  current_state)
private

Definition at line 63 of file monc_component.F90.

64  import :: model_state_type
65  type(model_state_type), target, intent(inout) :: current_state

The documentation for this interface was generated from the following file:
state_mod::model_state_type
The ModelState which represents the current state of a run.
Definition: state.F90:39