Index: wflow-py/wflow/wflow_hbv.py =================================================================== diff -u -r32ef34c05a505cf391a132636c035b99789a626b -r2e4b13843097b6d76d6b830c4a1df423225b9cfd --- wflow-py/wflow/wflow_hbv.py (.../wflow_hbv.py) (revision 32ef34c05a505cf391a132636c035b99789a626b) +++ wflow-py/wflow/wflow_hbv.py (.../wflow_hbv.py) (revision 2e4b13843097b6d76d6b830c4a1df423225b9cfd) @@ -318,8 +318,8 @@ self.scalarInput = int(configget(self.config,"model","ScalarInput","0")) self.Tslice = int(configget(self.config,"model","Tslice","1")) self.interpolMethod = configget(self.config,"model","InterpolationMethod","inv") - self.reinit = int(configget(self.config,"model","reinit","0")) - self.fewsrun = int(configget(self.config,"model","fewsrun","0")) + self.reinit = int(configget(self.config,"run","reinit","0")) + self.fewsrun = int(configget(self.config,"run","fewsrun","0")) self.OverWriteInit = int(configget(self.config,"model","OverWriteInit","0")) self.updating = int(configget(self.config,"model","updating","0")) self.updateFile = configget(self.config,"model","updateFile","no_set")