From 98292efe4119a70862ee8ac80390e5a093055fd1 Mon Sep 17 00:00:00 2001 From: Philipp Glaum Date: Wed, 20 Apr 2022 09:07:33 +0200 Subject: [PATCH] update cutout link --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index e7ba8c52..77383bfb 100644 --- a/Snakefile +++ b/Snakefile @@ -165,7 +165,7 @@ if config['enable'].get('build_cutout', False): if config['enable'].get('retrieve_cutout', True): rule retrieve_cutout: - input: HTTP.remote("https://tubcloud.tu-berlin.de/s/J74eoqiLXnosBwX/download?path=%2F&files={cutout}.nc", keep_local=True, static=True) + input: HTTP.remote("https://tubcloud.tu-berlin.de/s/AJ43GAzGbo8SmBn/download?path=%2F&files={cutout}.nc", keep_local=True, static=True) output: "cutouts/{cutout}.nc" run: move(input[0], output[0])