Skip to content

Commit

Permalink
param file for other binary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teopb committed Aug 15, 2023
1 parent bf57b6c commit ca245eb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions MPAS_true_failure_testing/test_params_binary_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"test_vars": [
{
"test_type": "binary_test",
"test_name" : "core_count",
"test_title": "96 Core Run",
"mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/MPAS_changed_core_count",
"mod_mpas_init_dir": "/glade/scratch/teopb/mpas_test_mod_dirs/MPAS_changed_core_count"
},
{
"test_type": "binary_test",
"test_name" : "opt_level",
"test_title": "Optimization Level",
"mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/MPAS_fp_precision",
"mod_mpas_init_dir": ""
},
{
"test_type": "binary_test",
"test_name" : "oop",
"test_title": "Order of Operations Change",
"mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/OOP",
"mod_mpas_init_dir": ""
}
],
"file_paths" : {
"mpas_src" : "/glade/work/teopb/MPAS-Model",
"init_dir" : "/glade/work/teopb/mpas_init_large_files_linked",
"namelist_name" : "namelist.atmosphere",
"init_copy_dir": "/glade/scratch/teopb/mpas_test_mod_dirs",
"test_output_dir": "/glade/scratch/teopb/mpas_test_run_dirs",
"true_sum_file": "/glade/work/teopb/PyCECT/mpas_sum_t18_base.nc"
},
"verify_runs": 30,
"output_timestep": 0,
"ect_pca_dims": 40

}

0 comments on commit ca245eb

Please sign in to comment.