associate_temp_buffer_real32 Subroutine

public subroutine associate_temp_buffer_real32(output_var, temp_buffer_real32_1d, temp_buffer_real32_2d, temp_buffer_real32_3d)

Arguments

Type IntentOptional Attributes Name
type(cable_output_variable_t), intent(inout) :: output_var
real(kind=real32), intent(inout), optional, pointer :: temp_buffer_real32_1d(:)
real(kind=real32), intent(inout), optional, pointer :: temp_buffer_real32_2d(:,:)
real(kind=real32), intent(inout), optional, pointer :: temp_buffer_real32_3d(:,:,:)