Skip to content

Commit

Permalink
update radiation observation artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Sep 6, 2024
1 parent 348261f commit 70254e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
6 changes: 1 addition & 5 deletions experiments/ClimaEarth/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ git-tree-sha1 = "7486bf32e9352493f69364aead26f01eaf90d2af"
url = "https://caltech.box.com/shared/static/j63uak557kw7tlzb3dgwifoaeczekzm4.gz"

[radiation_obs]
git-tree-sha1 = "c9eef049fc3bf057f35332c316755a694b0eb5ef"

[[radiation_obs.download]]
sha256 = "3274926803246cd3738e2d9f36c3fc2652fdb564fba80ddcb10860fd5d8cb552"
url = "https://caltech.box.com/shared/static/odvaz76hi3ujakhwgkilzbitk49ty1fw.gz"
git-tree-sha1 = "945e31f8028a581f7e8435cb691462124484567a"

[historical_sst_sic]
git-tree-sha1 = "c4f82cd33fb26513ee45bff78330c6b606630fa5"
14 changes: 7 additions & 7 deletions experiments/ClimaEarth/user_io/leaderboard/compare_with_obs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,34 @@ SIM_DS_KWARGS["pr"] = (; preprocess_data_fn = preprocess_pr_fn, new_units = "mm
OTHER_MODELS_RMSEs["pr"] = []

OBS_DS["rsut"] = ObsDataSource(;
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF-TOA_Ed4.2_Subset_200003-202303.g025.nc"),
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF_Ed4.2_Subset_200003-201910.nc"),
var_name = "toa_sw_all_mon",
)
SIM_DS_KWARGS["rsut"] = (;)
OTHER_MODELS_RMSEs["rsut"] = []

OBS_DS["rlut"] = ObsDataSource(;
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF-TOA_Ed4.2_Subset_200003-202303.g025.nc"),
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF_Ed4.2_Subset_200003-201910.nc"),
var_name = "toa_lw_all_mon",
)
SIM_DS_KWARGS["rlut"] = (;)
OTHER_MODELS_RMSEs["rlut"] = []

OBS_DS["rsutcs"] = ObsDataSource(;
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF-TOA_Ed4.2_Subset_200003-202303.g025.nc"),
var_name = "toa_sw_clr_c_mon",
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF_Ed4.2_Subset_200003-201910.nc"),
var_name = "toa_sw_clr_t_mon",
)
SIM_DS_KWARGS["rsutcs"] = (;)

OBS_DS["rsdt"] = ObsDataSource(;
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF-TOA_Ed4.2_Subset_200003-202303.g025.nc"),
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF_Ed4.2_Subset_200003-201910.nc"),
var_name = "solar_mon",
)
SIM_DS_KWARGS["rsdt"] = (;)

OBS_DS["rlutcs"] = ObsDataSource(;
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF-TOA_Ed4.2_Subset_200003-202303.g025.nc"),
var_name = "toa_lw_clr_c_mon",
path = joinpath(@clima_artifact("radiation_obs"), "CERES_EBAF_Ed4.2_Subset_200003-201910.nc"),
var_name = "toa_lw_clr_t_mon",
)
SIM_DS_KWARGS["rlutcs"] = (;)

Expand Down
7 changes: 0 additions & 7 deletions test/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@ git-tree-sha1 = "7486bf32e9352493f69364aead26f01eaf90d2af"
[[precipitation_obs.download]]
sha256 = "463ebc1886c4e0be9656656da699f2cbb87d7c2568d5e81277c0c8a415dc8143"
url = "https://caltech.box.com/shared/static/j63uak557kw7tlzb3dgwifoaeczekzm4.gz"

[radiation_obs]
git-tree-sha1 = "c9eef049fc3bf057f35332c316755a694b0eb5ef"

[[radiation_obs.download]]
sha256 = "3274926803246cd3738e2d9f36c3fc2652fdb564fba80ddcb10860fd5d8cb552"
url = "https://caltech.box.com/shared/static/odvaz76hi3ujakhwgkilzbitk49ty1fw.gz"
3 changes: 3 additions & 0 deletions test/experiment_tests/Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[radiation_obs]
git-tree-sha1 = "945e31f8028a581f7e8435cb691462124484567a"

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

Expand Down

0 comments on commit 70254e2

Please sign in to comment.