Skip to content
Snippets Groups Projects

Dendro

Merged Alexander Hinz requested to merge hinza/data_progs:dendro into meteo
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -162,7 +162,13 @@ rule quicklook:
shell: "python {pythonflags} -m plotting.do_plot_current_level1_soilnet --fail --station {wildcards.station_key} --ndays 15"
rule calculateDendro:
input: "{path}/{station_key}-{meteo_key}-level2"
input:
"{path}/{station_key}-{meteo_key}-level2",
"{path}/HH-BC1-cache",
"{path}/HH-BC1-cache",
"{path}/HH-BC2-cache",
"{path}/HH-BC3-cache",
"{path}/HH-T5-cache",
output: touch("{path}/{station_key}-derived-dendro")
shell: "python {pythonflags} -m level1.do_dendro_calculation --station HH --device BC1 BC2 BC3 T5 --doall"
Loading