Retrieves a specific published field value from a component.
More...
Retrieves a specific published field value from a component.
- Parameters
-
name | The name of the published field to access |
field_value | The fields value wrapper |
Definition at line 92 of file monc_component.F90.
◆ 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 93 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: