Index: wflow-py/Sandbox/wflow_topoflex/wflow_topoflex.py =================================================================== diff -u -r878b2936e851fa3890ca517ade8a9effe1c6c63a -r950bf9d5ed116fcdf860b2ead9550d54523fb1f2 --- wflow-py/Sandbox/wflow_topoflex/wflow_topoflex.py (.../wflow_topoflex.py) (revision 878b2936e851fa3890ca517ade8a9effe1c6c63a) +++ wflow-py/Sandbox/wflow_topoflex/wflow_topoflex.py (.../wflow_topoflex.py) (revision 950bf9d5ed116fcdf860b2ead9550d54523fb1f2) @@ -509,7 +509,8 @@ # TODO: change rainfall .tss files into grids self.wf_updateparameters() # read the temperature map for each step (see parameters()) - self.logger.debug("Step: "+str(int(self.thestep + self._d_firstTimeStep))+"/"+str(int(self._d_nrTimeSteps))) + self.logger.debug("Step: " + str(int(self.currentStep)) + "/" + str(int(self._d_nrTimeSteps))) + self.thestep = self.thestep + 1 self.Si_t = copylist(self.Si)