Skip to content

Commit

Permalink
Merge pull request #754 from CliMA/gb/fix_downstream
Browse files Browse the repository at this point in the history
Fix ClimaCoupler downstream tests
  • Loading branch information
Sbozzolo authored Sep 2, 2024
2 parents 36c5d4d + e3b6f2f commit 405d3f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
with:
repository: 'CliMA/ClimaCoupler.jl'
path: ClimaCoupler.jl

# Hash/links found in ClimaArtifacts
# TODO: Remove this when ClimaCoupler can provide a small collections of test files
- name: Create SST/SIC artifact folder
run: mkdir -p ~/.julia/artifacts/c4f82cd33fb26513ee45bff78330c6b606630fa5
- name: Download SST/SIC files
run: |
wget -q -O ~/.julia/artifacts/c4f82cd33fb26513ee45bff78330c6b606630fa5/MODEL.ICE.HAD187001-198110.OI198111-202206.nc https://gdex.ucar.edu/dataset/158_asphilli/file/MODEL.ICE.HAD187001-198110.OI198111-202206.nc
wget -q -O ~/.julia/artifacts/c4f82cd33fb26513ee45bff78330c6b606630fa5/MODEL.SST.HAD187001-198110.OI198111-202206.nc https://gdex.ucar.edu/dataset/158_asphilli/file/MODEL.SST.HAD187001-198110.OI198111-202206.nc
- run: |
julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ -e 'using Pkg; Pkg.develop(; path = ".")'
Expand Down

0 comments on commit 405d3f8

Please sign in to comment.