[API] P=0,0 PET=0,0 TEMP=0,3 # 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 [inputmapstacks] Precipitation = /inmaps/P EvapoTranspiration = /inmaps/PET Temperature = /inmaps/TEMP # this is optional inflow (positive) or outflow (negative) of the kin-wave reservoir Inflow = /inmaps/IF [modelparameters] # Format: # name=stack,type,default # 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 #Possible types are:: # - staticmap: Read at startup from map # - statictbl: Read at startup from tbl # - 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/ROOT,monthlyclim,75,1 [run] # either a runinfo file or a start and end-time are required #runinfo=runinfo.xml #starttime= 1995-01-31 00:00:00 #endtime= 1995-02-28 00:00:00 # required, base timestep of the model timestepsecs = 86400 #start model with cold state reinit=1 # Model parameters and settings [model] modeltype= wflow_hbv AnnualDischarge=2290 # Alpha for wiver-width estimation 5 for mountain stream 60 for the river rhine Alpha=120 ModelSnow=0 ScalarInput=0 InterpolationMethod=inv WIMaxScale=0.8 Tslice=1 # Maximum upstream distance to update the flow in metres UpdMaxDist=300000.0 #SubCatchFlowOnly = 1 origTopogLateral = 1 reinit=0 #DynamicVegetation=1 [misc] #mapSaveInterval=365 [framework] # outputformat for the *dynamic* mapstacks (not the states and summary maps) # 1: pcraster # 2: numpy # 3: matlab # netcdfoutput requires also outputformat = 1 (default) and additionally the name of the file #netcdfoutput = outmaps.nc #netcdfwritebuffer=100 [layout] # if set to zero the cell-size is given in lat/long (the default) sizeinmetres = 0 [outputmaps] self.watbal=wat self.Precipitation=P [summary] #self.CCup=CCup.map self.watbal=watbal.map # Save and average these per LU type [summary_sum] self.Precipitation=Sumprecip.map [summary_max] self.Precipitation=maxprecip.map [summary_min] #self.Temperature=mintemp.map [summary_avg] self.Precipitation=avgprecip.map # gauge output [outputcsv_0] samplemap=staticmaps/wflow_subcatch.map self.Precipitation=P.csv self.ActEvap=EA.csv self.IntEvap=EI.csv self.SoilEvap=ES.csv self.watbal=watbal.csv self.storage=storage.csv self.InterceptionStorage=Istore.csv self.InwaterMM=InwaterMM.csv [outputcsv_1] timeformat=datetime samplemap=staticmaps/wflow_landuse.map self.Precipitation=_P.csv self.ActEvap=_EA.csv self.IntEvap=_EI.csv self.SoilEvap=_ES.csv self.watbal=_watbal.csv self.storage=_storage.csv self.InterceptionStorage=_Istore.csv self.InwaterMM=_InwaterMM.csv self.sumrunoff=sumrunoff.csv self.sumevap=sumevap.csv self.sumprecip=sumprecip.csv self.initstorage=initstorage.csv [outputcsv_2] samplemap=staticmaps/wflow_gauges.map self.SurfaceRunoff=run.csv