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

"create_file" instead of "input" for config

Following commit b0e3ce55.
parent 24b5b079
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
] ]
], ],
"title": "Set_all_outerm", "title": "Set_all_outerm",
"input": "&main_nml min_radius = 20./\n" "create_file": ["main_nml.txt", "&main_nml min_radius = 20./\n"]
}, },
{ {
"commands": "commands":
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
["$src_dir/Inst_eddies/Tests/Input/h_region_3.nc", "h.nc"], ["$src_dir/Inst_eddies/Tests/Input/h_region_3.nc", "h.nc"],
["$src_dir/Inst_eddies/Tests/Input/uv_region_3.nc", "uv.nc"] ["$src_dir/Inst_eddies/Tests/Input/uv_region_3.nc", "uv.nc"]
], ],
"input": "&main_nml min_amp = 0./\n", "create_file": ["main_nml.txt", "&main_nml min_amp = 0./\n"],
"description": "Larger region, 120 x 120. Includes degenerate extrema." "description": "Larger region, 120 x 120. Includes degenerate extrema."
}, },
{ {
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
["$src_dir/Inst_eddies/Tests/Input/h_region_3.nc", "h.nc"], ["$src_dir/Inst_eddies/Tests/Input/h_region_3.nc", "h.nc"],
["$src_dir/Inst_eddies/Tests/Input/uv_region_3.nc", "uv.nc"] ["$src_dir/Inst_eddies/Tests/Input/uv_region_3.nc", "uv.nc"]
], ],
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"description": "description":
"Same as Extraction_eddies_region_3 except with 1 mm minimum amplitude." "Same as Extraction_eddies_region_3 except with 1 mm minimum amplitude."
}, },
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
["$src_dir/Inst_eddies/Tests/Input/h_region_5.nc", "h.nc"], ["$src_dir/Inst_eddies/Tests/Input/h_region_5.nc", "h.nc"],
["$src_dir/Inst_eddies/Tests/Input/uv_region_5.nc", "uv.nc"] ["$src_dir/Inst_eddies/Tests/Input/uv_region_5.nc", "uv.nc"]
], ],
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"description": "Same as Extraction_eddies_region_4 with larger domain." "description": "Same as Extraction_eddies_region_4 with larger domain."
}, },
{ {
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"title": "Extraction_eddies_region_2_noise", "title": "Extraction_eddies_region_2_noise",
"command": "command":
[ [
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
] ]
}, },
{ {
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"title": "Region_6", "title": "Region_6",
"command": "command":
[ [
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
] ]
}, },
{ {
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"title": "Missing_file", "title": "Missing_file",
"command": "command":
[ [
......
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
] ]
}, },
{ {
"input": "&main_nml min_amp = 0./\n", "create_file": ["main_nml.txt", "&main_nml min_amp = 0./\n"],
"required": [ "required": [
["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "h.nc"], ["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "h.nc"],
["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "uv.nc"] ["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "uv.nc"]
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
{ {
"description": "description":
"Same as Extraction_eddies_region_1 but with non-zero minimal amplitude.", "Same as Extraction_eddies_region_1 but with non-zero minimal amplitude.",
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"required": [ "required": [
["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "h.nc"], ["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "h.nc"],
["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "uv.nc"] ["$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "uv.nc"]
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
] ]
}, },
{ {
"input": "&main_nml min_amp = 0./\n", "create_file": ["main_nml.txt", "&main_nml min_amp = 0./\n"],
"required": [ "required": [
["$src_dir/Inst_eddies/Tests/Input/h_region_2.nc", "h.nc"], ["$src_dir/Inst_eddies/Tests/Input/h_region_2.nc", "h.nc"],
["$src_dir/Inst_eddies/Tests/Input/uv_region_2.nc", "uv.nc"] ["$src_dir/Inst_eddies/Tests/Input/uv_region_2.nc", "uv.nc"]
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
}, },
{ {
"description": "Part of the domain has missing values.", "description": "Part of the domain has missing values.",
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"title": "Extraction_eddies_region_4", "title": "Extraction_eddies_region_4",
"command": "command":
[ [
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
{ {
"description": "description":
"Like Extraction_eddies_region_4, but for a single date. This is a test of options of the wrapper script rather than a test of the Fortran executable.", "Like Extraction_eddies_region_4, but for a single date. This is a test of options of the wrapper script rather than a test of the Fortran executable.",
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"title": "Inst_eddies_py", "title": "Inst_eddies_py",
"command": "command":
[ [
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
] ]
}, },
{ {
"input": "&main_nml /\n", "create_file": ["main_nml.txt", "&main_nml /\n"],
"title": "Inst_eddies_loop", "title": "Inst_eddies_loop",
"command": "command":
[ [
...@@ -335,7 +335,11 @@ ...@@ -335,7 +335,11 @@
}, },
{ {
"description": "test_set_all_outerm with periodicity.", "description": "test_set_all_outerm with periodicity.",
"input": "&main_nml MAX_RADIUS_deg = 80., 72., min_radius = 20./\n", "create_file":
[
"main_nml.txt",
"&main_nml MAX_RADIUS_deg = 80., 72., min_radius = 20./\n"
],
"title": "Set_all_outerm_periodic", "title": "Set_all_outerm_periodic",
"commands": "commands":
[ [
...@@ -348,7 +352,11 @@ ...@@ -348,7 +352,11 @@
}, },
{ {
"description": "Periodic domain.", "description": "Periodic domain.",
"input": "&main_nml min_amp = 0., MAX_RADIUS_deg = 80., 72./\n", "create_file":
[
"main_nml.txt",
"&main_nml min_amp = 0., MAX_RADIUS_deg = 80., 72./\n"
],
"required": [ "required": [
[ [
"$src_dir/Inst_eddies/Tests/Input/h_2006_01_01_coarse.nc", "$src_dir/Inst_eddies/Tests/Input/h_2006_01_01_coarse.nc",
......
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