+ find output -type f -regex '.*/.*multi_col.*.nc' + xargs -P 8 -I '{}' sh -c 'python run_scripts/check_mirrored_multi_col_output.py "{}" > "{}.out"'