Skip to content

Commit

Permalink
Per #2779, assigned a number to all use cases that are not run in GHA…
Browse files Browse the repository at this point in the history
… and added a reason to describe why the use cases have been disabled
  • Loading branch information
georgemccabe committed Nov 11, 2024
1 parent f8dafba commit 13d538f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .github/parm/use_case_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"category": "land_surface",
"index_list": "0",
"disabled": true,
"disabled_reason": "need to check reason",
"run": false
},
{
Expand Down Expand Up @@ -100,6 +101,13 @@
"index_list": "10",
"run": false
},
{
"category": "marine_and_cryosphere",
"index_list": "11",
"disabled": true,
"disabled_reason": "exceeds GitHub Actions environment limits",
"run": false
},
{
"category": "medium_range",
"index_list": "0",
Expand Down Expand Up @@ -230,6 +238,20 @@
"index_list": "0",
"run": false
},
{
"category": "s2s_stratosphere",
"index_list": "1",
"disabled": true,
"disabled_reason": "exceeds GitHub Actions environment limits",
"run": false
},
{
"category": "s2s_stratosphere",
"index_list": "2",
"disabled": true,
"disabled_reason": "exceeds GitHub Actions environment limits",
"run": false
},
{
"category": "short_range",
"index_list": "0",
Expand Down Expand Up @@ -274,12 +296,14 @@
"category": "short_range",
"index_list": "14",
"disabled": true,
"disabled_reason": "need new RRFS data with new line types",
"run": false
},
{
"category": "short_range",
"index_list": "15",
"disabled": true,
"disabled_reason": "exceeds GitHub Actions environment limits",
"run":false
},
{
Expand Down
6 changes: 3 additions & 3 deletions internal/tests/use_cases/all_use_cases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ Category: marine_and_cryosphere
5::GridStat_fcstRTOFS_obsAVISO_climHYCOM_ssh::model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsAVISO_climHYCOM_ssh.conf:: icecover_env, py_embed
6::UserScript_fcstRTOFS_obsAOML_calcTransport::model_applications/marine_and_cryosphere/UserScript_fcstRTOFS_obsAOML_calcTransport.conf:: icecover_env, py_embed
7::PointStat_fcstGFS_obsNDBC_WaveHeight::model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsNDBC_WaveHeight.conf
#X::GridStat_fcstRTOFS_obsGHRSST_climWOA_sst::model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsGHRSST_climWOA_sst.conf:: icecover_env, py_embed
8::PointStat_fcstRTOFS_obsARGO_climoWOA23_temp::model_applications/marine_and_cryosphere/PointStat_fcstRTOFS_obsARGO_climoWOA23_temp.conf:: py_embed
9::PointStat_fcstGFS_obsASCAT_satelliteWinds::model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds.conf:: icecover_env, py_embed
10::PointStat_fcstGFS_obsJASON3_satelliteAltimetry::model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsJASON3_satelliteAltimetry.conf:: py_embed_base_env, py_embed
11::GridStat_fcstRTOFS_obsGHRSST_climWOA_sst::model_applications/marine_and_cryosphere/GridStat_fcstRTOFS_obsGHRSST_climWOA_sst.conf:: icecover_env, py_embed


Category: medium_range
Expand Down Expand Up @@ -164,8 +164,8 @@ Category: s2s_mjo

Category: s2s_stratosphere
0:: UserScript_fcstGFS_obsERA_StratosphereBias:: model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_StratosphereBias.conf:: weatherregime_env,cartopy,metdataio
#X::UserScript_fcstGFS_obsERA_StratospherePolar:: model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_StratospherePolar.conf:: weatherregime_env,cartopy,metdataio
#X::UserScript_fcstGFS_obsERA_StratosphereQBO:: model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_StratosphereQBO.conf:: weatherregime_env,cartopy,metdataio
1::UserScript_fcstGFS_obsERA_StratospherePolar:: model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_StratospherePolar.conf:: weatherregime_env,cartopy,metdataio
2::UserScript_fcstGFS_obsERA_StratosphereQBO:: model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_StratosphereQBO.conf:: weatherregime_env,cartopy,metdataio


Category: short_range
Expand Down

0 comments on commit 13d538f

Please sign in to comment.