Skip to content
Snippets Groups Projects
Commit 84437db5 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Use updated global run

Apart from the fact that `Global_1993_2021` was obtained with a more
recent version of the code, there is not much point in keeping a
separate experience for the year 1993.
parent 33ed4cac
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
"description": "Append to big SHPC, mixing output to the three shapefiles.",
"input": "&main_nml /\n",
"command" : ["time", "$build_dir/test_write_null"],
"copy": ["$PWD/Inst_eddies_9/SHPC"],
"copy": [["$PWD/Global_1993_2021/SHPC/Slice_0", "SHPC/Slice_0"]],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": ["test_write_null_stderr.txt"]
},
......@@ -74,7 +74,7 @@
"description": "Append to big SHPC, separating output to the three shapefiles.",
"input": "&main_nml mixed = f/\n",
"command" : ["time", "$build_dir/test_write_null"],
"copy": ["$PWD/Inst_eddies_9/SHPC"],
"copy": [["$PWD/Global_1993_2021/SHPC/Slice_0", "SHPC/Slice_0"]],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": ["test_write_null_stderr.txt"]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment