Skip to content

Commit

Permalink
Setting tests to false for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKalb committed Feb 27, 2024
1 parent 5abe0e5 commit 36bd555
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/parm/use_case_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,32 +167,32 @@
{
"category": "s2s",
"index_list": "0",
"run": true
"run": false
},
{
"category": "s2s",
"index_list": "1",
"run": true
"run": false
},
{
"category": "s2s",
"index_list": "2",
"run": true
"run": false
},
{
"category": "s2s",
"index_list": "3",
"run": true
"run": false
},
{
"category": "s2s",
"index_list": "4",
"run": true
"run": false
},
{
"category": "s2s",
"index_list": "5",
"run": true
"run": false
},
{
"category": "s2s_mid_lat",
Expand Down Expand Up @@ -222,7 +222,7 @@
{
"category": "s2s_stratosphere",
"index_list": "0",
"run": true
"run": false
},
{
"category": "short_range",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# * Forecast dataset: GFS Forecast U and T at multiple pressure levels
# * Observation dataset: ERA Reanlaysis U and T at multiple pressure levels
#
# Data for this use case is not contained in the sample data tar files due to
# its size. Rather, it is stored as additional data in a separate tar file.
#

##############################################################################
# METplus Components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ VALID_BEG = 20180201
VALID_END = 20180228
VALID_INCREMENT = 30d
LEAD_SEQ = begin_end_incr(0,240,3),begin_end_incr(252,384,12)
#LEAD_SEQ = begin_end_incr(0,240,3),252

LOOP_ORDER = processes

Expand Down

0 comments on commit 36bd555

Please sign in to comment.