diff --git a/experiments/ClimaEarth/Artifacts.toml b/experiments/ClimaEarth/Artifacts.toml index 76f27a32dc..c8bb5619bf 100644 --- a/experiments/ClimaEarth/Artifacts.toml +++ b/experiments/ClimaEarth/Artifacts.toml @@ -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] diff --git a/experiments/ClimaEarth/leaderboard/data_sources.jl b/experiments/ClimaEarth/leaderboard/data_sources.jl index 6644d9cf50..fc8f19dc81 100644 --- a/experiments/ClimaEarth/leaderboard/data_sources.jl +++ b/experiments/ClimaEarth/leaderboard/data_sources.jl @@ -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, diff --git a/test/Artifacts.toml b/test/Artifacts.toml index c04547168f..565a0952ed 100644 --- a/test/Artifacts.toml +++ b/test/Artifacts.toml @@ -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" diff --git a/test/experiment_tests/Artifacts.toml b/test/experiment_tests/Artifacts.toml index 5219ed939e..00da1fd3af 100644 --- a/test/experiment_tests/Artifacts.toml +++ b/test/experiment_tests/Artifacts.toml @@ -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"