Index: examples/wflow_rhine_sbm/wflow_sbm.ini =================================================================== diff -u -r0fc7439329d0ea7ec14ea9360d97a18ebbcf82c0 -radd65e2f3f0e848e03d5b4f45ab1b4e057e5a2d8 --- examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision 0fc7439329d0ea7ec14ea9360d97a18ebbcf82c0) +++ examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision add65e2f3f0e848e03d5b4f45ab1b4e057e5a2d8) @@ -16,16 +16,6 @@ # this is optional inflow (positive) or outflow (negative) of the kin-wave reservoir Inflow = /inmaps/IF -[fit] -parameter_0 = M -#parameter_1 = RootingDepth -Q = testing.tss -ColMeas = [1,8,7] -ColSim = [1,8,7] -WarmUpSteps = 1 -areamap=staticmaps/wflow_subcatch.map -areacode=[1,8,7] - [run] # either a runinfo file or a start and end-time are required #runinfo=runinfo.xml @@ -34,7 +24,7 @@ # required, base timestep of the model timestepsecs = 86400 #start model with cold state -reinit=1 +reinit=0 # Model parameters and settings [model] @@ -137,7 +127,6 @@ # Alle runoff in mm self.InwaterMM=specrun.csv - # Neerslag in mm self.Precipitation=prec.csv @@ -147,6 +136,4 @@ # Totale storage in mm self.UStoreDepth + self.FirstZoneDepth + self.CanopyStorage = store.csv -# water budget not taking Delta S and GW flux into account -self.Precipitation - self.ActEvap - self.Interception - self.InwaterMM = watbalnostore.csv