Skip to content

Commit

Permalink
Change the Artifact for albedo
Browse files Browse the repository at this point in the history
The albedo artifact was broken, this commit updates the albedo file to
sw_albedo_Amon_CESM2_historical_r1i1p1f1_gn_185001-201412_v2_no-nans.nc

Co-authored-by: AlexisRenchon <a.renchon@gmail.com>
Co-authored-by: SBozzolo <gbozzola@caltech.edu>
  • Loading branch information
AlexisRenchon and Sbozzolo committed Aug 14, 2024
1 parent a9fdc7b commit d2d89c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
[era5_land_forcing_data2021]
git-tree-sha1 = "ec424296df6b60cfe273ac8f981701fbbed0bd8a"

[soil_params_Gupta2020_2022]
git-tree-sha1 = "c10e8f877603bfa2c018eb2dd0c51dd078abe5df"

[[soil_params_Gupta2020_2022.download]]
sha256 = "6205d96ae7724c469eef5cd1cf3b99e186637427b6fb65ecc659fb808fc6cacf"
url = "https://caltech.box.com/shared/static/7c6yx62tzjivxfmhqyy03r6e9l1glyu1.gz"
[land_albedo]
git-tree-sha1 = "3f07b70ab43a05123e93753a45e094dcf7a66b5b"

[snowmip]
git-tree-sha1 = "230f00823299e7e33d276d9b57cba985fc04eaae"

[[snowmip.download]]
sha256 = "598b525c7421fabf06de4c8d4d7e05d50b7655ad2387d98c4335e90fd5633d61"
url = "https://caltech.box.com/shared/static/0vqhet1hsj36sgmy0ajrcrb24cihcfd7.gz"

[soil_params_Gupta2020_2022]
git-tree-sha1 = "c10e8f877603bfa2c018eb2dd0c51dd078abe5df"

[[soil_params_Gupta2020_2022.download]]
sha256 = "6205d96ae7724c469eef5cd1cf3b99e186637427b6fb65ecc659fb808fc6cacf"
url = "https://caltech.box.com/shared/static/7c6yx62tzjivxfmhqyy03r6e9l1glyu1.gz"
4 changes: 2 additions & 2 deletions src/Artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ https://doi.org/10.4141/cjss09118
function huang_et_al2011_soil_van_genuchten_data(; context = nothing)
dir = joinpath(@__DIR__, "../")
af = ArtifactFile(
url = "https://caltech.box.com/shared/static/qvbt37xkwz8gveyi6tzzbs0e18trpcsq.csv",
url = "https://caltech.box.com/shared/static/kbgxc8r2j6uzboxgg9h2ydi5145wdpxh.csv",
filename = "sv_62.csv",
)
dataset = ArtifactWrapper(dir, "sv62", ArtifactFile[af])
Expand Down Expand Up @@ -300,7 +300,7 @@ function cesm2_albedo_dataset_path(; context = nothing)
dir,
"land_albedo",
ArtifactFile[ArtifactFile(
url = "https://caltech.box.com/shared/static/eesee8iv3c21z3pysizcgnuncfp5xykv.nc",
url = "https://caltech.box.com/shared/static/1uhqspj4xujkyz661x0pio59hvmgsi5c.nc",
filename = "esw_albedo_Amon_CESM2_historical_r1i1p1f1_gn_185001-201412_v2.nc",
),],
)
Expand Down

0 comments on commit d2d89c9

Please sign in to comment.