***********************************************************************
Post processing HYDRUS results within the framework of the GKKA project
Article in Water: Evaluation of Decentralized, Closely-Spaced 
Precipitation Water and Treated Waste Water Infiltration 

Current version: Feb 07 2018
Authors: Christian Engelmann
contact: christian.engelmann@tu-dresden.de
***********************************************************************

How to use script:

1) open main.py in any Python 3.x editor (e.g. PyCharm), Anaconda 3 is recommended for use

2) HYDRUS modelling results (CrossSect.out and ObsNod.out) are saved in "data" folder in respective sub folders defined after scenario name

3) check which scenarios shall be post-processed by activating or commenting (i.e. deactivating) selected lines in paths_Hydrus (line 77 ff)

4) analogous to the aforementioned step, activate or comment selected lines in scenario_names_Hydrus (line 123 ff)

5) specifiy the type of plots to be produced: regression (Random Tree fit), single data time series, time series at selected nodes, and/or fluxes across meshlines

6) Run main.py

7) plots are saved in folder "plots" as *.eps, *.pdf, *.png and *.svg



