Skip to content

Commit f3194e5

Browse files
in previous, fixed subdaily timestep prblem
1 parent 559a445 commit f3194e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wflow-py/wflow/wf_DynamicFramework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ def wf_saveTimeSeries(self):
10731073
except:
10741074
self.logger.warn("Cannot find: " + self.varnamecsv[a] + " variable not in model.")
10751075

1076-
#self.oscv[self.samplenamecsv[a]].writestep(tmpvar, a, timestep=self.DT.currentTimeStep,dtobj=self.DT.currentDateTime)
1076+
10771077
self.oscv[self.samplenamecsv[a]].writestep(tmpvar, a, timestep=self.DT.currentTimeStep)
10781078

10791079

0 commit comments

Comments
 (0)