MONC
Private Member Functions | List of all members
operator_mod::perform_activity Interface Reference

Private Member Functions

subroutine perform_activity (io_configuration, field_values, action_attributes, source_monc_location, source_monc, operator_result_values)
 

Detailed Description

Definition at line 26 of file operator.F90.

Constructor & Destructor Documentation

◆ perform_activity()

subroutine operator_mod::perform_activity::perform_activity ( type(io_configuration_type), intent(inout)  io_configuration,
type(hashmap_type), intent(inout)  field_values,
type(map_type), intent(inout)  action_attributes,
integer, intent(in)  source_monc_location,
integer, intent(in)  source_monc,
real(kind=default_precision), dimension(:), intent(inout), allocatable  operator_result_values 
)
private

Definition at line 26 of file operator.F90.

28  import default_precision, hashmap_type, map_type, io_configuration_type
29  type(io_configuration_type), intent(inout) :: io_configuration
30  type(hashmap_type), intent(inout) :: field_values
31  type(map_type), intent(inout) :: action_attributes
32  integer, intent(in) :: source_monc_location, source_monc
33  real(kind=default_precision), dimension(:), allocatable, intent(inout) :: operator_result_values
Here is the call graph for this function:

The documentation for this interface was generated from the following file:
datadefn_mod::default_precision
integer, parameter, public default_precision
MPI communication type which we use for the prognostic and calculation data.
Definition: datadefn.F90:17