update cutout link

This commit is contained in:
Philipp Glaum 2022-04-20 09:07:33 +02:00
parent 3d649e7880
commit 98292efe41

View File

@ -165,7 +165,7 @@ if config['enable'].get('build_cutout', False):
if config['enable'].get('retrieve_cutout', True): if config['enable'].get('retrieve_cutout', True):
rule retrieve_cutout: 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" output: "cutouts/{cutout}.nc"
run: move(input[0], output[0]) run: move(input[0], output[0])