Skip to content

Commit

Permalink
Update precipitation artifact hash and filename (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddyTeja authored Oct 30, 2024
1 parent b734656 commit e8dbf74
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions experiments/ClimaEarth/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ git-tree-sha1 = "53a27731c0a2ec60756af24e4c60ac37da4a32bc"
url = "https://caltech.box.com/shared/static/lmzvnjkxctlb0fanieeqxll0vdrbei9e.gz"

[precipitation_obs]
git-tree-sha1 = "7486bf32e9352493f69364aead26f01eaf90d2af"
git-tree-sha1 = "5f0075f042bc83b580d2c4f725f851d8e0b9c20a"

[[precipitation_obs.download]]
sha256 = "463ebc1886c4e0be9656656da699f2cbb87d7c2568d5e81277c0c8a415dc8143"
sha256 = "1aea361ee1c2636bd5c4cc343202dab814d246a7e0356a9caac9fd9c7cf3821c"
url = "https://caltech.box.com/shared/static/j63uak557kw7tlzb3dgwifoaeczekzm4.gz"

[radiation_obs]
Expand Down
2 changes: 1 addition & 1 deletion experiments/ClimaEarth/leaderboard/data_sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ obs_var_dict = Dict{String, Any}(
"pr" =>
(start_date) -> begin
obs_var = ClimaAnalysis.OutputVar(
joinpath(@clima_artifact("precipitation_obs"), "gpcp.precip.mon.mean.197901-202305.nc"),
joinpath(@clima_artifact("precipitation_obs"), "precip.mon.mean.nc"),
"precip",
new_start_date = start_date,
shift_by = Dates.firstdayofmonth,
Expand Down
4 changes: 2 additions & 2 deletions test/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ git-tree-sha1 = "53a27731c0a2ec60756af24e4c60ac37da4a32bc"
url = "https://caltech.box.com/shared/static/lmzvnjkxctlb0fanieeqxll0vdrbei9e.gz"

[precipitation_obs]
git-tree-sha1 = "7486bf32e9352493f69364aead26f01eaf90d2af"
git-tree-sha1 = "5f0075f042bc83b580d2c4f725f851d8e0b9c20a"

[[precipitation_obs.download]]
sha256 = "463ebc1886c4e0be9656656da699f2cbb87d7c2568d5e81277c0c8a415dc8143"
sha256 = "1aea361ee1c2636bd5c4cc343202dab814d246a7e0356a9caac9fd9c7cf3821c"
url = "https://caltech.box.com/shared/static/j63uak557kw7tlzb3dgwifoaeczekzm4.gz"
4 changes: 2 additions & 2 deletions test/experiment_tests/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
git-tree-sha1 = "945e31f8028a581f7e8435cb691462124484567a"

[precipitation_obs]
git-tree-sha1 = "7486bf32e9352493f69364aead26f01eaf90d2af"
git-tree-sha1 = "5f0075f042bc83b580d2c4f725f851d8e0b9c20a"

[[precipitation_obs.download]]
sha256 = "463ebc1886c4e0be9656656da699f2cbb87d7c2568d5e81277c0c8a415dc8143"
sha256 = "1aea361ee1c2636bd5c4cc343202dab814d246a7e0356a9caac9fd9c7cf3821c"
url = "https://caltech.box.com/shared/static/j63uak557kw7tlzb3dgwifoaeczekzm4.gz"

0 comments on commit e8dbf74

Please sign in to comment.