Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_horiz_interp: Don't over-allocate arrays
In the horiz_interp_type assignment 1x2d bicubic test, there are four allocatable arrays for which the number of elements allocated exceeds the number that get initialized: * `lon_src_1d` * `lat_src_1d` * `lon_out_1d` * `lat_out_1d` This PR shortens the sizes of the arrays to match the number of elements that get initialized.
- Loading branch information