Interface to helper subroutines for copying one array into another.
Copy 3D real arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, :, :) | :: | array_in | ||
real, | intent(out), | dimension(:, :, :) | :: | array_out |
Copy 4D real arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, :, :, :) | :: | array_in | ||
real, | intent(out), | dimension(:, :, :, :) | :: | array_out |
Copy 3D complex arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:, :, :) | :: | array_in | ||
complex, | intent(out), | dimension(:, :, :) | :: | array_out |
Copy 4D complex arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:, :, :, :) | :: | array_in | ||
complex, | intent(out), | dimension(:, :, :, :) | :: | array_out |