diff --git a/Artifacts.toml b/Artifacts.toml index d819275697..c5e347564b 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1,12 +1,8 @@ [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" @@ -14,3 +10,10 @@ 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" diff --git a/src/Artifacts.jl b/src/Artifacts.jl index 98fca53524..e8375e8d53 100644 --- a/src/Artifacts.jl +++ b/src/Artifacts.jl @@ -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]) @@ -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", ),], )