Skip to content

Commit 765a126

Browse files
committed
Revert "fix zenodo record of cutouts"
This reverts commit 4521aee.
1 parent 4521aee commit 765a126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/retrieve.smk

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

0 commit comments

Comments
 (0)