add an integration test for the domain decomp binary.
This test check effectively runs the decomp tool on test grid files test_1.nc and test_2.nc. Then it checks the output metadata files match references ones provided in test_[1,2]/ref_partition_*_3.cdl
Example commands that the test runs:
mpirun -n 3 ../decomp -g test_1.nc -x x -y y -m mask -o 'yx'
mpirun -n 3 ../decomp -g test_2.nc -x m -y n -m land_mask -o 'yx'
add an integration test for the domain
decomp
binary.This test check effectively runs the
decomp
tool on test grid filestest_1.nc
andtest_2.nc
. Then it checks the output metadata files match references ones provided intest_[1,2]/ref_partition_*_3.cdl
Example commands that the test runs: