Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/run_mpas_hrrr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

##########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down