Urban-M4 / snakemake-wrf

Random notes, scripts, et cetera
Apache License 2.0
2 stars 1 forks source link

Multiple experiments #11

Closed Peter9192 closed 3 months ago

Peter9192 commented 4 months ago

Add a loop over experiments as defined in config.

Corresponding DAG now looks like this:

image

TODO:

ClaireDons commented 3 months ago

This works nicely for me, so we can merge now. One thing I did notice is that the --wait flag when submitting wrf means that multiple jobs are not submitted to the queue in parallel (so each experiment needs to finish before a new one is submitted). Might be nice to find a way where this is possible in the future.