Skip to content

Commit

Permalink
add test type field to continuous jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
teopb committed Dec 13, 2023
1 parent f6e04a5 commit 8b44922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MPAS_true_failure_testing/test_params_1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"test_vars": [
{
"test_type": "continuous_test",
"var_name" : "config_coef_3rd_order",
"namelist_preface": "nhyd_model",
"neg_test_orders" : [0, -1, -2, -3],
Expand Down
1 change: 1 addition & 0 deletions MPAS_true_failure_testing/test_params_2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"test_vars": [
{
"test_type": "continuous_test",
"var_name" : "config_epssm",
"namelist_preface": "nhyd_model",
"neg_test_orders" : [0, -1, -2, -3],
Expand Down
1 change: 1 addition & 0 deletions MPAS_true_failure_testing/test_params_3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"test_vars": [
{
"test_type": "continuous_test",
"var_name" : "config_zd",
"namelist_preface": "damping",
"neg_test_orders" : [0, -1, -2, -3],
Expand Down
1 change: 1 addition & 0 deletions MPAS_true_failure_testing/test_params_xnutr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"test_vars": [
{
"test_type": "continuous_test",
"var_name" : "config_xnutr",
"namelist_preface": "damping",
"neg_test_orders" : [0, -1, -2, -3],
Expand Down

0 comments on commit 8b44922

Please sign in to comment.