cable_output_reduction_buffers_associate_2d_real32 Module Subroutine

module subroutine cable_output_reduction_buffers_associate_2d_real32(output_var, temp_buffer)

The reduction buffer association subroutine for 2D 32-bit real variables.

Arguments

Type IntentOptional Attributes Name
type(cable_output_variable_t), intent(inout) :: output_var

The output variable for which to associate the reduction buffer.

real(kind=real32), intent(inout), pointer :: temp_buffer(:,:)

The pointer array to associate with the appropriate reduction buffer.