Index: wflow-py/wflow/wflow_hbvl.py =================================================================== diff -u -rd659dd80702515f254fde0a3baae4600f4faac52 -r2e4b13843097b6d76d6b830c4a1df423225b9cfd --- wflow-py/wflow/wflow_hbvl.py (.../wflow_hbvl.py) (revision d659dd80702515f254fde0a3baae4600f4faac52) +++ wflow-py/wflow/wflow_hbvl.py (.../wflow_hbvl.py) (revision 2e4b13843097b6d76d6b830c4a1df423225b9cfd) @@ -266,8 +266,8 @@ # Set and get defaults from ConfigFile here ################################### 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.intbl = configget(self.config,"model","intbl","intbl")