associate_temp_buffer_real64 Subroutine

public subroutine associate_temp_buffer_real64(output_var, temp_buffer_real64_1d, temp_buffer_real64_2d, temp_buffer_real64_3d)

Arguments

Type IntentOptional Attributes Name
type(cable_output_variable_t), intent(inout) :: output_var
real(kind=real64), intent(inout), optional, pointer :: temp_buffer_real64_1d(:)
real(kind=real64), intent(inout), optional, pointer :: temp_buffer_real64_2d(:,:)
real(kind=real64), intent(inout), optional, pointer :: temp_buffer_real64_3d(:,:,:)