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

Update path to input files

parent 57d364d9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"command":
[
"$src_dir/Inst_eddies/Analysis/write_date_range.py",
"$my_data_dir/Global_1993_2021/SHPC", "SHPC", "20454"
"$my_data_dir/Global_1993_2023/SHPC", "SHPC", "20454"
],
"description": "Only useful as input to other tests."
},
......@@ -13,7 +13,7 @@
"command":
[
"$src_dir/Inst_eddies/Analysis/write_date_range.py",
"$my_data_dir/Global_1993_2021/SHPC", "SHPC", "20454", "-n", "14"
"$my_data_dir/Global_1993_2023/SHPC", "SHPC", "20454", "-n", "14"
],
"description": "Only useful as input to other tests."
},
......@@ -136,7 +136,7 @@
],
"copy": [
[
"$my_data_dir/Global_1993_2021/SHPC/Slice_0",
"$my_data_dir/Global_1993_2023/SHPC/Slice_0",
"SHPC/Slice_0"
]
],
......@@ -155,7 +155,7 @@
],
"copy": [
[
"$my_data_dir/Global_1993_2021/SHPC/Slice_0",
"$my_data_dir/Global_1993_2023/SHPC/Slice_0",
"SHPC/Slice_0"
]
],
......
......@@ -7,7 +7,7 @@
"command": [
"$build_dir/Overlap/eddy_graph.sh",
"1",
"$my_data_dir/Global_1993_2021/SHPC"
"$my_data_dir/Global_1993_2023/SHPC"
]
},
"EGg_1993": {
......
......@@ -94,7 +94,7 @@
"description": "Global grid, normal 0.25\u00b0 resolution.",
"command": [
"$build_dir/Overlap/Tests/test_overlap",
"$my_data_dir/Global_1993_2021/SHPC"
"$my_data_dir/Global_1993_2023/SHPC"
]
},
"Non_successive_overlap": {
......@@ -126,7 +126,7 @@
"description": "Same as Successive_overlap_global, except for max_delta.",
"command": [
"$build_dir/Overlap/Tests/test_overlap",
"$my_data_dir/Global_1993_2021/SHPC"
"$my_data_dir/Global_1993_2023/SHPC"
]
},
"NSO_delta": {
......
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