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

Interface defining the signature of each callback hook that a component may specify. More...

Private Member Functions

type(component_descriptor_type) function component_get_description ()
 

Detailed Description

Interface defining the signature of each callback hook that a component may specify.

Each hook accepts the current model state (which may be modified.)

Definition at line 57 of file monc_component.F90.

Constructor & Destructor Documentation

◆ component_get_description()

type(component_descriptor_type) function monc_component_mod::component_get_description::component_get_description
private

Definition at line 57 of file monc_component.F90.

58  import :: component_descriptor_type
59  type(component_descriptor_type) :: component_get_description

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