Index: examples/wflow_rhine_sbm/wflow_sbm.ini =================================================================== diff -u -r58fb95443da77451296cbca4d6ad8fd71ae8f4da -rd66a33f37991f6a5a18c063434f86b2153256a75 --- examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision 58fb95443da77451296cbca4d6ad8fd71ae8f4da) +++ examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision d66a33f37991f6a5a18c063434f86b2153256a75) @@ -26,7 +26,26 @@ areamap=staticmaps/wflow_subcatch.map areacode=[1,8,7] +[modelparameters] +# Format: +# name=stack,type,default +# example: +# RootingDepth=monthlyclim/ROOT,monthyclim,100 +# - name - Name of the parameter (internal variable) +# - stack - Name of the mapstack (representation on disk or in mem) relative to case +# - type - Type of parameter (default = static) +# - default - Default value if map/tbl is not present + +#Possible types are:: +# - static: Read at startup from map or tbl (not implmented yet) +# - timeseries: read map for each timestep +# - monthlyclim: read a map corresponding to the current month (12 maps in total) +# - dailyclim: read a map corresponding to the current day of the year +# - hourlyclim: read a map corresponding to the current hour of the day (24 in total) (not implemented yet) +#RootingDepth=monthlyclim/ROOTS,monthlyclim,75 + + [run] # either a runinfo file or a start and end-time are required #runinfo=runinfo.xml @@ -89,7 +108,8 @@ #self.TopoLdd=ldd self.InwaterMM=iwm #self.watbal=wat -#self.ActLeakage=lek +self.PotenEvap=PET +self.Precipitation=P [summary] self.MaxLeakage=MaxLeakage.map