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
+ 11
0
@@ -161,6 +161,17 @@ 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 calculateDendro:
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"
# NOTE: will be obsolete when HH is moved
rule cacheMeteo:
Loading