Skip to content

Commit d34aed6

Browse files
committed
retrieve cutout from zenodo
1 parent 3533132 commit d34aed6

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ jobs:
6363
run: |
6464
echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV # data and cutouts
6565
66-
# TODO Remove
67-
- name: Create cutouts directory
68-
run: mkdir -p cutouts
69-
70-
- name: Download file
71-
run: |
72-
curl -L "https://tubcloud.tu-berlin.de/s/ADsbR4GHW5wdFMA/download/dach-03-2013-sarah3-era5.nc" -o cutouts/dach-03-2013-sarah3-era5.nc
73-
7466
- uses: actions/cache@v4
7567
with:
7668
path: |
@@ -170,15 +162,6 @@ jobs:
170162
echo "pinned=false" >> $GITHUB_ENV
171163
fi
172164
173-
# TODO Remove
174-
- name: Create cutouts directory
175-
run: mkdir -p cutouts
176-
177-
- name: Download file
178-
run: |
179-
curl -L "https://tubcloud.tu-berlin.de/s/ADsbR4GHW5wdFMA/download/dach-03-2013-sarah3-era5.nc" -o cutouts/dach-03-2013-sarah3-era5.nc
180-
181-
182165
- name: Setup cache keys
183166
if: env.pinned == 'false'
184167
run: |

rules/retrieve.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if config["enable"]["retrieve"] and config["enable"].get("retrieve_cutout", True
136136
rule retrieve_cutout:
137137
input:
138138
storage(
139-
"https://zenodo.org/records/14936211/files/{cutout}.nc",
139+
"https://zenodo.org/records/15130997/files/{cutout}.nc",
140140
),
141141
output:
142142
CDIR + "{cutout}.nc",

0 commit comments

Comments
 (0)