Skip to content

Commit

Permalink
break 2 use cases to test that error logs are still created properly
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 25, 2024
1 parent 2fa17ac commit cb6d0b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/parm/use_case_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
{
"category": "climate",
"index_list": "0-1",
"run": false
"run": true
},
{
"category": "clouds",
"index_list": "0",
"run": false
"run": true
},
{
"category": "clouds",
"index_list": "1",
"run": false
"run": true
},
{
"category": "clouds",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LOOP_ORDER = times
# https://metplus.readthedocs.io/en/latest/Users_Guide/systemconfiguration.html#directory-and-filename-template-info
###

FCST_GRID_STAT_INPUT_DIR = {INPUT_BASE}/model_applications/clouds/GridStat_fcstGFS_obsERA5_lowAndTotalCloudFrac
FCST_GRID_STAT_INPUT_DIR = {INPUT_BASE}/model_applications/clouds/GridStat_fcstGFS_obsERA5_lowAndTotalCloudFracXX
FCST_GRID_STAT_INPUT_TEMPLATE = {init?fmt=%Y%m%d}_gfs.t12z.pgrb2.0p25.f0{LEAD_SEQ}

OBS_GRID_STAT_INPUT_DIR =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LOOP_ORDER = times
###

FCST_GRID_STAT_INPUT_DIR = {INPUT_BASE}/model_applications/clouds/GridStat_fcstGFS_obsMERRA2_lowAndTotalCloudFrac
FCST_GRID_STAT_INPUT_TEMPLATE = {init?fmt=%Y%m%d}.gfs.t12z.pgrb2.0p25.f0{LEAD_SEQ}
FCST_GRID_STAT_INPUT_TEMPLATE = {init?fmt=%Y%m%d}.gfs.t12z.pgrb2.0p25XXX.f0{LEAD_SEQ}

OBS_GRID_STAT_INPUT_DIR =
OBS_GRID_STAT_INPUT_TEMPLATE = PYTHON_NUMPY
Expand Down

0 comments on commit cb6d0b4

Please sign in to comment.