From 4476e58e4e54dc2ffc8a53fc2eaacea63c85b2d3 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 7 Oct 2024 10:38:55 +0200 Subject: [PATCH] Drop: reduce runtime. --- workflow/run.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/workflow/run.py b/workflow/run.py index 3f2bbea..57c75bf 100644 --- a/workflow/run.py +++ b/workflow/run.py @@ -70,10 +70,9 @@ if __name__ == "__main__": computer_name=Str(hpc_env), input_repo="https://gitlab.opengeosys.org/bilke/dgr.git", # TODO: 3D coupled, run the following + # results/plot/3D/Salz-Kissen_prism-id_1-xres_400/glacialcycle/simTH/parts_8/{{temporal,spatial}}/report.pdf \ + # results/plot/2D/{{Ton-Nord,Ton-Sued}}_prism-id_{{1,2}}-xres_200/glacialcycle/simTHM/parts_8/{{temporal,spatial}}/report.pdf \ workflow_command="snakemake --cores 48 --profile profiles/developer \ - # results/plot/2D/Salz-Kissen_toy-id_2-xres_400/glacialcycle/simT/parts_8/{{spatial,temporal}}/report.pdf - # results/plot/2D/{{Ton-Nord,Ton-Sued}}_prism-id_{{1,2}}-xres_200/glacialcycle/simT{{,H,HM}}/parts_8/{{temporal,spatial}}/report.pdf \ - workflow_command="snakemake --cores 24 --profile profiles/developer \ results/plot/2D/{{Salz-Kissen,Salz-flach,Ton-Nord}}_prism-id_{{1,2}}-xres_200/glacialcycle/simT{{,H}}/{{temporal,spatial}}/report.pdf", # parts_8 ", job_settings=job_settings, -- GitLab