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

Retrieves a specific published field value from a component. More...

Private Member Functions

subroutine component_get_field_value (current_state, name, field_value)
 

Detailed Description

Retrieves a specific published field value from a component.

Parameters
nameThe name of the published field to access
field_valueThe fields value wrapper

Definition at line 92 of file monc_component.F90.

Constructor & Destructor Documentation

◆ component_get_field_value()

subroutine monc_component_mod::component_get_field_value::component_get_field_value ( type(model_state_type), intent(inout), target  current_state,
character(len=*), intent(in)  name,
type(component_field_value_type), intent(out)  field_value 
)
private

Definition at line 92 of file monc_component.F90.

93  import :: component_field_value_type, model_state_type
94  type(model_state_type), target, intent(inout) :: current_state
95  character(len=*), intent(in) :: name
96  type(component_field_value_type), intent(out) :: field_value

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