From a5e04cd826bca199022bc1bb2d3d8e05c72297ea Mon Sep 17 00:00:00 2001 From: Anders Jensen Date: Fri, 6 Feb 2026 08:45:24 -0700 Subject: [PATCH 1/2] Update MPAS HRRR CI test for tempo v3 lookup tables --- .github/workflows/run_mpas_hrrr.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_mpas_hrrr.yml b/.github/workflows/run_mpas_hrrr.yml index 874d8c335a..2eafc7dd44 100644 --- a/.github/workflows/run_mpas_hrrr.yml +++ b/.github/workflows/run_mpas_hrrr.yml @@ -71,7 +71,8 @@ jobs: OMPI: /home/runner/ompi-4.1.6 grid_dir: thredds/catalog/retro/mpas_ci/mpas_test_data/grid case_dir: retro/mpas_ci/mpas_test_data/run_case_input/create_case_output - mpdata_dir: retro/mpas_ci/mpas_test_data/run_case_input/tables + gwddata_dir: retro/mpas_ci/mpas_test_data/run_case_input/tables + mpdata_dir: retro/jensen domain: conus res: 120km nproc: 2 @@ -300,9 +301,9 @@ jobs: if: steps.cache-tempo-data.outputs.cache-hit != 'true' run: | cd ${runner_ROOT} && mkdir tempo && cd tempo - wget -q -e robots=off -nH --cut-dirs N -nc -r -lX -A '*' -R 'catalog*' -I /thredds/fileServer/,/thredds/catalog/ \ - https://gsl.noaa.gov/thredds/catalog/${mpdata_dir}/tempo/catalog.html - mv thredds/fileServer/${mpdata_dir}/tempo/* . + wget -q -e robots=off -nH --cut-dirs N -nc -r -lX --accept-regex='_tempo_v3' -A '*' -R 'catalog*' -I /thredds/fileServer/,/thredds/catalog/ \ + https://gsl.noaa.gov/thredds/catalog/${mpdata_dir}/catalog.html + mv thredds/fileServer/${mpdata_dir}/* . rm -rf thredds - name: Cache UGWD data @@ -317,8 +318,8 @@ jobs: run: | cd ${runner_ROOT} && mkdir ugw && cd ugw wget -q -e robots=off -nH --cut-dirs N -nc -r -lX -A '*' -R 'catalog*' -I /thredds/fileServer/,/thredds/catalog/ \ - https://gsl.noaa.gov/thredds/catalog/${mpdata_dir}/ugw/catalog.html - mv thredds/fileServer/${mpdata_dir}/ugw/* . + https://gsl.noaa.gov/thredds/catalog/${gwddata_dir}/ugw/catalog.html + mv thredds/fileServer/${gwddata_dir}/ugw/* . rm -rf thredds ########################################################################################## From 46a59b7ed4e94fc1f963aeea1a8c7902ff839491 Mon Sep 17 00:00:00 2001 From: Clark Evans Date: Wed, 11 Feb 2026 16:21:37 -0700 Subject: [PATCH 2/2] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fccb4461da..6875d22b42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -MPAS-v8.3.1-2.12 +MPAS-v8.3.1-2.13 ==== The Model for Prediction Across Scales (MPAS) is a collaborative project for