Skip to content
Snippets Groups Projects
long_tests.json 689 B
{
   "EGg": {
      "input": "&config_graph_nml max_delta = 4, cyclone = f/\n&MAIN_NML n_dates = 15, i_slice = 13/\n",
      "env": {
         "mpiexec": "$mpiexec"
      },
      "command": [
         "$build_dir/Overlap/eddy_graph.sh",
         "1",
         "$my_data_dir/Global_1993_2021/SHPC"
      ]
   },
   "EGg_1993": {
      "input": "&config_graph_nml max_delta = 4, cyclone = f/\n&MAIN_NML /\n",
      "env": {
         "mpiexec": "$mpiexec"
      },
      "description": "Global domain, from Matlab results, one year, for performance tests",
      "command": [
         "$build_dir/Overlap/eddy_graph.sh",
         "1",
         "$my_data_dir/SHPC_Matlab_1993"
      ]
   }
}