From cb215efbf37536f3502862c1c826d37b1a5557a9 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:55:14 -0600 Subject: [PATCH 1/3] set environment variable MET_NDBC_STATIONS to use buoy station location file that corresponds to the time of the use case --- .../PointStat_fcstGFS_obsNDBC_WaveHeight.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parm/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsNDBC_WaveHeight.conf b/parm/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsNDBC_WaveHeight.conf index fb9dd2054..f09d28b90 100644 --- a/parm/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsNDBC_WaveHeight.conf +++ b/parm/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsNDBC_WaveHeight.conf @@ -135,3 +135,5 @@ POINT_STAT_MASK_GRID = FULL POINT_STAT_MASK_POLY = POINT_STAT_MASK_SID = +[user_env_vars] +MET_NDBC_STATIONS = {INPUT_BASE}/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsNDBC_WaveHeight/ndbc_stations.20220928.xml From 58e50196be81d4fd5474f07ec20fbae64a5e317a Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:55:45 -0600 Subject: [PATCH 2/3] turn on use case to test and ci-run-diff --- .github/parm/use_case_groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/parm/use_case_groups.json b/.github/parm/use_case_groups.json index e8cc31f58..c35fe7d98 100644 --- a/.github/parm/use_case_groups.json +++ b/.github/parm/use_case_groups.json @@ -77,7 +77,7 @@ { "category": "marine_and_cryosphere", "index_list": "7", - "run": false + "run": true }, { "category": "marine_and_cryosphere", From dcfae82ddcde3e405936ec0bcaf4fdce10a98391 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:37:57 -0600 Subject: [PATCH 3/3] turn off use case test --- .github/parm/use_case_groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/parm/use_case_groups.json b/.github/parm/use_case_groups.json index c35fe7d98..e8cc31f58 100644 --- a/.github/parm/use_case_groups.json +++ b/.github/parm/use_case_groups.json @@ -77,7 +77,7 @@ { "category": "marine_and_cryosphere", "index_list": "7", - "run": true + "run": false }, { "category": "marine_and_cryosphere",