Skip to content
Snippets Groups Projects

Dendro

Merged Alexander Hinz requested to merge hinza/data_progs:dendro into meteo
All threads resolved!
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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:
Loading