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

Component finalisation callback hook signature. More...

Private Member Functions

subroutine component_finalisation (current_state)
 

Detailed Description

Component finalisation callback hook signature.

Parameters
simulationStateThe current model state which may be modified.

Definition at line 77 of file monc_component.F90.

Constructor & Destructor Documentation

◆ component_finalisation()

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

Definition at line 78 of file monc_component.F90.

78  import :: model_state_type
79  type(model_state_type), target, intent(inout) :: current_state

The documentation for this interface was generated from the following file: