Skip to content

Commit

Permalink
add 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikasamborska1994 committed Feb 10, 2025
1 parent 7c61095 commit cbefc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snapshots/climate/2025-02-07/surface_temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main(upload: bool) -> None:
request = {
"product_type": ["monthly_averaged_reanalysis"],
"variable": ["2m_temperature"],
"year": [str(year) for year in range(1940, 2025)],
"year": [str(year) for year in range(1940, 2026)],
"month": ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"],
"time": "00:00",
"area": [90, -180, -90, 180],
Expand Down
4 changes: 2 additions & 2 deletions snapshots/climate/2025-02-07/surface_temperature.zip.dvc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ meta:
name: Copernicus License
url: https://cds.climate.copernicus.eu/datasets/reanalysis-era5-single-levels-monthly-means?tab=overview
outs:
- md5: 23eca1471057408f7995f167f84cb1d5
size: 1711008167
- md5: 77e63577901ad6c2a762f77eb139936b
size: 1712706017
path: surface_temperature.zip

0 comments on commit cbefc6c

Please sign in to comment.