Index: examples/wflow_rhine_sbm/wflow_sbm.ini =================================================================== diff -u -rd6208134ad08cbbbb8932d0d5e5882f950063fd8 -r459f189ebc5517b1d5adb529b86b5c903e7fc4cd --- examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision d6208134ad08cbbbb8932d0d5e5882f950063fd8) +++ examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision 459f189ebc5517b1d5adb529b86b5c903e7fc4cd) @@ -55,6 +55,9 @@ # if set to zero the cell-size is given in lat/long (the default) sizeinmetres = 0 + + + [outputmaps] self.ExfiltWaterFrac=exf self.ExfiltWater=exfw @@ -79,15 +82,23 @@ self.Transfer=tra_lu.tss # Save and sample these at gauge locations -[outputcsv_1] + +[outputcsv_0] samplemap=staticmaps/area.map #samplemap=staticmaps/wflow_subcatch.map + +# Alle runoff in mm self.InwaterMM=specrun.csv + +# Neerslag in mm self.Precipitation=prec.csv + +# totale verdamping in mm self.ActEvap+self.Interception=teact.csv -self.FirstZoneFlux=gwlat.csv + +# Totale storage in mm self.UStoreDepth + self.FirstZoneDepth + self.CanopyStorage = store.csv -downstream(self.TopoLdd,self.FirstZoneFlux) - self.FirstZoneFlux = out.csv -self.FirstZoneFlux - upstream(self.TopoLdd,self.FirstZoneFlux) = in.csv + +# water budget not taking Delta S and GW flux into account self.Precipitation - self.ActEvap - self.Interception - self.InwaterMM = watbalnostore.csv