Index: wflow-py/wflow/wf_DynamicFramework.py =================================================================== diff -u -raa4ba73eb56f3267b8cd1234df89a0c3bfddece8 -ref66b8e21f94f3f322fbf29dbacc22ec45914a9b --- wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision aa4ba73eb56f3267b8cd1234df89a0c3bfddece8) +++ wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision ef66b8e21f94f3f322fbf29dbacc22ec45914a9b) @@ -56,6 +56,8 @@ sys.excepthook = log_uncaught_exceptions + + class wf_exchnageVariables(): """ List of exchange variables @@ -224,9 +226,9 @@ self._d_firstTimestep = firstTimestep self._userModel()._setFirstTimeStep(self._d_firstTimestep) self.APIDebug = 0 - + def _wf_shutdown(self): """ @@ -345,6 +347,10 @@ self.outputFormat = int(configget(self._userModel().config,'framework','outputformat','1')) self.APIDebug = int(configget(self._userModel().config,'framework','debug',str(self.APIDebug))) + + # Add the summary/statistics variable to the class + # self._addAttributeToClass("summap",self._userModel().clone) + # Now gather all the csv/tss/txt etc timeseries output objects # Print .ini defined outputmaps per timestep