Skip to content
Snippets Groups Projects
long_tests.json 576 B
[
    {
        "input": "&config_graph_nml max_delta = 4, cyclone = f/\n&MAIN_NML /\n",
        "title": "EGg",
	"env": {"mpiexec": "$mpiexec"},
        "command":
	["$build_dir/Overlap/eddy_graph.sh", "1", "$PWD/Inst_eddies_12"]
    },
    {
        "input": "&config_graph_nml max_delta = 4, cyclone = f/\n&MAIN_NML /\n",
        "title": "EGg_1993",
	"env": {"mpiexec": "$mpiexec"},
	"description":
	"Global domain, from Matlab results, one year, for performance tests",
        "command":
	[
	    "$build_dir/Overlap/eddy_graph.sh", "1",
	    "$PWD/SHPC_1993"
	]
    }
]