# wflow outputmaps to save per timestep # valid options for the keys are: # Runoff <-- Default, always saved # SaturationDeficit #FreeWaterDepth #SaturationDeficit #self.FirstZoneDepth #self.FirstZoneFlux #waterSlope #waterDem #self.zi #MaxHor #ExfiltWater #Inwater #Interception #ActEvap #self.UStoreDepth #Transfer [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] # Model parameters and settings [model] AnnualDischarge=2290 # Alpha for wiver-width estimation 5 for mountain stream 60 for the river rhine Alpha=120 ModelSnow=1 ScalarInput=0 InterpolationMethod=inv WIMaxScale=0.8 Tslice=1 # Maximum upstream distance to update the flow in metres UpdMaxDist=300000.0 [misc] #mapSaveInterval=365 [framework] # outputformat for the *dynamic* mapstacks (not the states and summary maps) # 1: pcraster # 2: numpy # 3: matlab outputformat=1 [layout] # if set to zero the cell-size is given in lat/long (the default) sizeinmetres = 0 [outputmaps] self.ExfiltWaterFrac=exf self.ExfiltWater=exfw self.SurfaceRunoff=run #self.SubCellFrac=scf #self.Inwater=inw #self.DistToUpdPt=dist #self.SnowMelt=sno self.FirstZoneFlux=fzf #self.FirstZoneDepth=fir #self.watbal=wat # Save and average these per LU type [outputcsv_0] samplemap=staticmaps/wflow_landuse.map self.Transfer=tra_lu.csv # Save and average these per LU type [outputtss_0] samplemap=staticmaps/wflow_landuse.map self.Transfer=tra_lu.tss # Save and sample these at gauge locations [outputcsv_1] samplemap=staticmaps/area.map #samplemap=staticmaps/wflow_subcatch.map self.InwaterMM=specrun.csv self.Precipitation=prec.csv self.ActEvap+self.Interception=teact.csv self.FirstZoneFlux=gwlat.csv 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 self.Precipitation - self.ActEvap - self.Interception - self.InwaterMM = watbalnostore.csv