Skip to content
Snippets Groups Projects
Commit bc7cb930 authored by Alexander Hinz's avatar Alexander Hinz
Browse files

dendro_calc: adjust Snakefile for dendro

parent b96785af
No related branches found
No related tags found
3 merge requests!31Dendro,!28Dendro,!23Major rework of the entire pipeline
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -161,6 +161,11 @@ rule quicklook:
output: touch("{path}/{station_key}-quicklook")
shell: "python {pythonflags} -m plotting.do_plot_current_level1_soilnet --fail --station {wildcards.station_key} --ndays 15"
rule calculateStorage:
input: "{path}/{station_key}-{soilnet_key}-level2"
output: touch("{path}/{station_key}-{soilnet_key}-aggregate")
shell: "python {pythonflags} -m level2.do_dendro_calculation --station HH --device BC1 BC2 BC3 T5 --doall"
# NOTE: will be obsolete when HH is moved
rule cacheMeteo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment