Skip to content

Commit

Permalink
Updated MPAS test JSON files pointing to symlinked directory with wri…
Browse files Browse the repository at this point in the history
…te access to test PyCECT savefile functionality
  • Loading branch information
teopb committed Jun 6, 2024
1 parent 59d8436 commit 57cb98b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"test_vars": [
{
"test_type": "binary_test",
"test_name": "derecho_nofma",
"test_title": "Derecho w/ No FMA",
"mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/MPAS_derecho_nofma",
"mod_mpas_init_dir": "/glade/work/teopb/MPAS_changed_init_dirs/MPAS_derecho"
},
{
"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/work/teopb/teo_campaign/mpas_test_mod_dirs",
"test_output_dir": "/glade/work/teopb/teo_campaign/mpas_test_run_dirs",
"true_sum_file": "../../../data/MPAS_paper_rec_sumfile_chey_e200_t12.nc"
},
"verify_runs": 30,
"output_timestep": 0,
"ect_pca_dims": 26
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"test_vars": [
{
"test_type": "binary_test",
"test_name": "example_bug",
"test_title": "Example Bug",
"mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/MPAS_example_bug_buggy",
"mod_mpas_init_dir": "/glade/work/teopb/MPAS_changed_init_dirs/MPAS_example_bug"
},
{
"test_type": "binary_test",
"test_name": "example_bug_fixed",
"test_title": "Example Bug Fixed",
"mod_mpas_src": "/glade/work/teopb/MPAS_changed_src_versions/MPAS_example_bug_fixed",
"mod_mpas_init_dir": "/glade/work/teopb/MPAS_changed_init_dirs/MPAS_example_bug"
}
],
"file_paths": {
"mpas_src": "",
"init_dir": "",
"namelist_name": "namelist.atmosphere",
"init_copy_dir": "/glade/work/teopb/teo_campaign/UFECT_MPAS_dirs/init_copy_dir",
"test_output_dir": "/glade/work/teopb/teo_campaign/UFECT_MPAS_dirs/test_output_dir",
"true_sum_file": "../../../data/MPAS_example_bug_sum.nc"
},
"verify_runs": 30,
"output_timestep": 0,
"ect_pca_dims": 26
}

0 comments on commit 57cb98b

Please sign in to comment.