Index: examples/wflow_maas_topoflex/wflow_topoflex.ini =================================================================== diff -u -r91c99a6733ec8f2f5854f7603e4dfed67d0ad19c -r9cda4f050ab505ec75d1cf9064980e9182f83aca --- examples/wflow_maas_topoflex/wflow_topoflex.ini (.../wflow_topoflex.ini) (revision 91c99a6733ec8f2f5854f7603e4dfed67d0ad19c) +++ examples/wflow_maas_topoflex/wflow_topoflex.ini (.../wflow_topoflex.ini) (revision 9cda4f050ab505ec75d1cf9064980e9182f83aca) @@ -112,6 +112,8 @@ # Qs is groundwater in mm/hr self.Qs = Qs.tss +self.sumax[2] = sumaxP.tss +self.sumax[1] = sumaxH.tss [outputtss_1] samplemap = staticmaps/wflow_gauges.map @@ -152,3 +154,6 @@ #PotEvaporation=inmaps/PET,timeseries,0.0,1 EpDay = inmaps/PET,timeseries,0.0,1 EpDaySnow = inmaps/PET,timeseries,0.0,1 + +[summary] +self.sumax[1] = sumaxH.map \ No newline at end of file