Index: wflow-py/wflow/wflow_hbv.py =================================================================== diff -u -rbdd2b962a90dd8a3b47f0a47506c29092438c0c8 -re05b6f35fc690b92b15818ca616f5f3036409670 --- wflow-py/wflow/wflow_hbv.py (.../wflow_hbv.py) (revision bdd2b962a90dd8a3b47f0a47506c29092438c0c8) +++ wflow-py/wflow/wflow_hbv.py (.../wflow_hbv.py) (revision e05b6f35fc690b92b15818ca616f5f3036409670) @@ -316,7 +316,6 @@ self.sCatch = int(configget(self.config,"model","sCatch","0")) self.intbl = configget(self.config,"model","intbl","intbl") - self.timestepsecs = int(configget(self.config,"model","timestepsecs","86400")) self.P_style = int(configget(self.config,"model","P_style","1")) self.PET_style = int(configget(self.config,"model","PET_style","1")) self.TEMP_style = int(configget(self.config,"model","TEMP_style","1"))