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

Re-indent

parent 5bbe1211
No related branches found
No related tags found
No related merge requests found
{ {
"Medium_mix": { "Medium_mix": {
"description": "Append to medium-sized SHPC, mixing output to the three shapefiles.", "description": "Append to medium-sized SHPC, mixing output to the three shapefiles.",
"input": "&main_nml /\n", "input": "&main_nml /\n",
"command": [ "command": [
"time",
"$build_dir/test_write_null"
],
"copy": [
[
"$PWD/n_dates_14",
"SHPC"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt"
]
},
"Small_mix": {
"description": "Append to small SHPC, mixing output to the three shapefiles.",
"input": "&main_nml /\n",
"command": [
"time",
"$build_dir/test_write_null"
],
"copy": [
[
"$PWD/n_dates_1",
"SHPC"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt"
]
},
"Medium_sep": {
"description": "Append to medium-sized SHPC, separating output to the three shapefiles.",
"input": "&main_nml mixed = f/\n",
"command": [
"time",
"$build_dir/test_write_null"
],
"copy": [
[
"$PWD/n_dates_14",
"SHPC"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt"
]
},
"Small_sep": {
"description": "Append to small SHPC, separating output to the three shapefiles.",
"input": "&main_nml mixed = f/\n",
"command": [
"time",
"$build_dir/test_write_null"
],
"copy": [
[
"$PWD/n_dates_1",
"SHPC"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt"
]
},
"Create_mix": {
"description": "Create SHPC, mixing output to the three shapefiles.",
"input": "&main_nml /\n",
"commands": [
[
"mkdir",
"-p",
"SHPC/Slice_0/Cyclones"
],
[
"time", "time",
"$build_dir/test_write_null" "$build_dir/test_write_null"
] ],
], "copy": [
"stdout": "test_write_null_stdout.txt", [
"exclude_cmp": [ "$PWD/n_dates_14",
"test_write_null_stderr.txt" "SHPC"
] ]
}, ],
"Create_sep": { "stdout": "test_write_null_stdout.txt",
"description": "Create SHPC, separating output to the three shapefiles.", "exclude_cmp": [
"input": "&main_nml mixed = f/\n", "test_write_null_stderr.txt"
"commands": [ ]
[ },
"mkdir", "Small_mix": {
"-p", "description": "Append to small SHPC, mixing output to the three shapefiles.",
"SHPC/Slice_0/Cyclones" "input": "&main_nml /\n",
], "command": [
[
"time", "time",
"$build_dir/test_write_null" "$build_dir/test_write_null"
] ],
], "copy": [
"stdout": "test_write_null_stdout.txt", [
"exclude_cmp": [ "$PWD/n_dates_1",
"test_write_null_stderr.txt" "SHPC"
] ]
}, ],
"Big_mix": { "stdout": "test_write_null_stdout.txt",
"description": "Append to big SHPC, mixing output to the three shapefiles.", "exclude_cmp": [
"input": "&main_nml /\n", "test_write_null_stderr.txt"
"command": [ ]
"time", },
"$build_dir/test_write_null" "Medium_sep": {
], "description": "Append to medium-sized SHPC, separating output to the three shapefiles.",
"copy": [ "input": "&main_nml mixed = f/\n",
[ "command": [
"$PWD/Global_1993_2021/SHPC/Slice_0", "time",
"SHPC/Slice_0" "$build_dir/test_write_null"
] ],
], "copy": [
"stdout": "test_write_null_stdout.txt", [
"exclude_cmp": [ "$PWD/n_dates_14",
"test_write_null_stderr.txt", "SHPC"
"*.shp" ]
] ],
}, "stdout": "test_write_null_stdout.txt",
"Big_sep": { "exclude_cmp": [
"description": "Append to big SHPC, separating output to the three shapefiles.", "test_write_null_stderr.txt"
"input": "&main_nml mixed = f/\n", ]
"command": [ },
"time", "Small_sep": {
"$build_dir/test_write_null" "description": "Append to small SHPC, separating output to the three shapefiles.",
], "input": "&main_nml mixed = f/\n",
"copy": [ "command": [
[ "time",
"$PWD/Global_1993_2021/SHPC/Slice_0", "$build_dir/test_write_null"
"SHPC/Slice_0" ],
] "copy": [
], [
"stdout": "test_write_null_stdout.txt", "$PWD/n_dates_1",
"exclude_cmp": [ "SHPC"
"test_write_null_stderr.txt", ]
"*.shp" ],
] "stdout": "test_write_null_stdout.txt",
} "exclude_cmp": [
} "test_write_null_stderr.txt"
\ No newline at end of file ]
},
"Create_mix": {
"description": "Create SHPC, mixing output to the three shapefiles.",
"input": "&main_nml /\n",
"commands": [
[
"mkdir",
"-p",
"SHPC/Slice_0/Cyclones"
],
[
"time",
"$build_dir/test_write_null"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt"
]
},
"Create_sep": {
"description": "Create SHPC, separating output to the three shapefiles.",
"input": "&main_nml mixed = f/\n",
"commands": [
[
"mkdir",
"-p",
"SHPC/Slice_0/Cyclones"
],
[
"time",
"$build_dir/test_write_null"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt"
]
},
"Big_mix": {
"description": "Append to big SHPC, mixing output to the three shapefiles.",
"input": "&main_nml /\n",
"command": [
"time",
"$build_dir/test_write_null"
],
"copy": [
[
"$PWD/Global_1993_2021/SHPC/Slice_0",
"SHPC/Slice_0"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt",
"*.shp"
]
},
"Big_sep": {
"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/Global_1993_2021/SHPC/Slice_0",
"SHPC/Slice_0"
]
],
"stdout": "test_write_null_stdout.txt",
"exclude_cmp": [
"test_write_null_stderr.txt",
"*.shp"
]
}
}
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