Index: examples/wflow_rhine_sbm2/wflow_sbm2.ini =================================================================== diff -u -r4eebd1e4de8f1a4bcc97ad344596f04d7b045a4b -r2dfd426a539a541dfe45a391781d0f46dbe1e1a0 --- examples/wflow_rhine_sbm2/wflow_sbm2.ini (.../wflow_sbm2.ini) (revision 4eebd1e4de8f1a4bcc97ad344596f04d7b045a4b) +++ examples/wflow_rhine_sbm2/wflow_sbm2.ini (.../wflow_sbm2.ini) (revision 2dfd426a539a541dfe45a391781d0f46dbe1e1a0) @@ -6,6 +6,33 @@ #Longitude=1,5 +[modelparameters] +# Format: +# name=stack,type,default,verbose[lookupmap_1],[lookupmap_2],lookupmap_n] +# example: +# RootingDepth=monthlyclim/ROOT,monthyclim,100,1 + +# - 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 +# - set to 1 to be verbose if a map is missing +# - lookupmap - maps to be used in the lookuptable in the case the type is statictbl + +#Possible types are:: +# - staticmap: Read at startup from map +# - statictbl: Read at startup from tbl +# - tbl: Read each timestep from tbl and at startup +# - 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) +# - tss: read a tss file and link to lookupmap (only one allowed) a map using timeinputscalar +#USatStoreLayerDepth=staticmaps/USatStoreLayerDepth.map,staticmap,0.5,1 + + + + # Define the forcings needed for the model here # the filename is either the name of the pcraster map-stack or the name of the # variable in the netcdf input file