Skip to content

Commit

Permalink
modify typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Aug 28, 2024
1 parent 35ce714 commit 722ed88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: mkdir -p ~/.julia/artifacts/c4f82cd33fb26513ee45bff78330c6b606630fa5
- name: Download SST/SIC files
run: |
wget -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 -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
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
- uses: julia-actions/julia-buildpkg@v1
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_aquaplanet_allsky_0M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dt_cloud_fraction: "1hours"
surface_setup: "DefaultMoninObukhov"
vert_diff: "FriersonDiffusion"
precip_model: "0M"
prescribed_aerosols: ["SSLT01"]
prescribed_aerosols: ["CB1", "CB2", "DST01", "OC1", "OC2", "SO4"]
aerosol_radiation: true
toml: [toml/longrun_aquaplanet.toml]
diagnostics:
- short_name: [mmrss]
- short_name: ["mmrbcpi", "mmrbcpo", "mmrdust", "mmrocpi", "mmrocpo", "mmrso4"]
reduction_time: average
period: "1months"

0 comments on commit 722ed88

Please sign in to comment.