Skip to content

Commit

Permalink
move convective_transition_diag POD to set 1b tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongkindofdoctor committed Oct 2, 2024
1 parent c96c9bb commit e4524ec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions tests/github_actions_test_macos_1a.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
// as blank lines (JSONC quasi-standard.)
{
"pod_list": [
"convective_transition_diag",
//"Wheeler_Kiladis",
"Wheeler_Kiladis",
"precip_diurnal_cycle"
//"EOF_500hPa"
],
"case_list": {
"case_list" : {
"NCAR.Synthetic": {
"convention" : "CESM",
"startdate" : "19750101",
"enddate" : "19811231"
}
}
},
// PATHS ---------------------------------------------------------------------
// Location of supporting data downloaded when the framework was installed.
Expand Down
10 changes: 5 additions & 5 deletions tests/github_actions_test_macos_1b.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
{
"pod_list": [
"MJO_suite",
"MJO_teleconnection"
//"EOF_500hPa"
"MJO_teleconnection",
"convective_transition_diag"
],
"case_list": {
"NCAR.Synthetic": {
"case_list" : {
"NCAR.Synthetic" : {
"convention" : "CESM",
"startdate" : "19750101",
"enddate" : "19811231"
}
}
},
// PATHS ---------------------------------------------------------------------
// Location of supporting data downloaded when the framework was installed.
Expand Down
8 changes: 4 additions & 4 deletions tests/github_actions_test_ubuntu_1a.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
// as blank lines (JSONC quasi-standard.)
{
"pod_list": [
//"convective_transition_diag",
"Wheeler_Kiladis"
// "precip_diurnal_cycle"
"Wheeler_Kiladis",
"precip_diurnal_cycle"
//"EOF_500hPa"
],
"case_list" : {
"NCAR.Synthetic": {
"convention" : "CESM",
"startdate" : "19750101",
"enddate" : "19811231"
}
}
},
// PATHS ---------------------------------------------------------------------
// Location of supporting data downloaded when the framework was installed.
Expand Down
4 changes: 2 additions & 2 deletions tests/github_actions_test_ubuntu_1b.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"convective_transition_diag"
],
"case_list" : {
"NCAR.Synthetic": {
"NCAR.Synthetic" : {
"convention" : "CESM",
"startdate" : "19750101",
"enddate" : "19811231"
}
}
},
// PATHS ---------------------------------------------------------------------
// Location of supporting data downloaded when the framework was installed.
Expand Down

0 comments on commit e4524ec

Please sign in to comment.