From ada588d1cd9efa8b5ef6059c97ce8d774b97dcd0 Mon Sep 17 00:00:00 2001 From: teopb Date: Wed, 20 Sep 2023 18:02:54 -0600 Subject: [PATCH] param file for derecho test without pv vars --- .../test_params_derecho_no_pv_vars.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 MPAS_true_failure_testing/test_params_derecho_no_pv_vars.json diff --git a/MPAS_true_failure_testing/test_params_derecho_no_pv_vars.json b/MPAS_true_failure_testing/test_params_derecho_no_pv_vars.json new file mode 100644 index 0000000..c26bca4 --- /dev/null +++ b/MPAS_true_failure_testing/test_params_derecho_no_pv_vars.json @@ -0,0 +1,23 @@ +{ + "test_vars": [ + { + "test_type": "binary_test", + "test_name" : "derecho", + "test_title": "Derecho", + "mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/MPAS_derecho", + "mod_mpas_init_dir": "/glade/work/teopb/MPAS_changed_init_dirs/MPAS_derecho" + } + ], + "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/cheyenne/scratch/teopb/mpas_test_mod_dirs", + "test_output_dir": "/glade/cheyenne/scratch/teopb/mpas_test_run_dirs", + "true_sum_file": "/glade/work/teopb/PyCECT/mpas_sum_t18_base_no_pv.nc" + }, + "verify_runs": 30, + "output_timestep": 0, + "ect_pca_dims": 40 + +} \ No newline at end of file