File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- name : CI/CD Build Workflow
1+ name : GIS Coarse Mesh Generation
22
33on :
44 pull_request :
55 branches : [main]
66 paths :
77 - compass/landice/mesh.py
88 - compass/landice/tests/greenland/mesh.py
9+ - .github/workflows/gis_coarse_meshgen.yml
10+
11+ # Allow manual triggering of the workflow
12+ workflow_dispatch :
913
1014jobs :
1115 gis-coarse-meshgen :
3135 popd
3236
3337 # download the input GIS coarse mesh
34- wget https://rpi.app.box.com/public/static/qytr3c49h1xbucxz594df327qatiu8ds.tgz
35- tar xf qytr3c49h1xbucxz594df327qatiu8ds.tgz
38+ tarball=gis4kmSubSampled_01302025.tgz
39+ url=https://web.lcrc.anl.gov/public/e3sm/mpas_standalonedata/mpas-albany-landice/
40+ wget ${url}/${tarball}
41+ tar xf ${tarball}
3642
3743 # create the config file describing the system
3844 cat << EOF > system.cfg
You can’t perform that action at this time.
0 commit comments