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

Private Member Functions

subroutine component_get_field_information (current_state, name, field_sizing)
 

Detailed Description

Definition at line 82 of file monc_component.F90.

Constructor & Destructor Documentation

◆ component_get_field_information()

subroutine monc_component_mod::component_get_field_information::component_get_field_information ( type(model_state_type), intent(inout), target  current_state,
character(len=*), intent(in)  name,
type(component_field_information_type), intent(out)  field_sizing 
)
private

Definition at line 83 of file monc_component.F90.

83  import :: component_field_information_type, model_state_type
84  type(model_state_type), target, intent(inout) :: current_state
85  character(len=*), intent(in) :: name
86  type(component_field_information_type), intent(out) :: field_sizing

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