#[API] #TEMP=0,degrees #P=0,1 [API] IF = 0,1 InwaterMM = 2,4 #states CanopyStorage = 2, mm FirstZoneDepth = 2, mm LowerZoneStorage = 2, mm Snow = 2, mm SnowWater = 2, mm SurfaceRunoff = 2, m^3/s SurfaceRunoffDyn = 2, m^3/s TSoil = 2, oC UStoreDepth = 2, mm WaterLevel = 2, m WaterLevelDyn = 2, m # fluxes PotTransSoil = 1, mm/timestep Transpiration = 1, mm/timestep ActEvapOpenWater = 1, mm/timestep soilevap = 1, mm/timestep Interception = 1, mm/timestep ActEvap = 1, mm/timestep SurfaceRunoffCatchmentMM = 1, mm/timestep ActEvap = 1, mm/timestep ExcessWater = 1, mm/timestep InfiltExcess = 1, mm/timestep ActInfilt = 1, mm/timestep zi = 1, mm/timestep TSoil = 1, oC Transfer = 1, mm/timestep CapFlux = 1, mm/timestep RunoffCoeff = 1, - # parameters #Soil M = 0, - thetaR = 0, mm/mm thetaS = 0, mm/mm FirstZoneKsatVer = 0, mm/timestep PathFrac = 0, - InfiltCapSoil = 0, mm/timestep InfiltCapPath = 0, mm/timestep FirstZoneMinCapacity = 0, mm FirstZoneCapacity = 0, mm RootingDepth = 0, mm MaxLeakage = 0, mm/timestep CapScale = 0, mm/timestep RunoffGeneratingGWPerc = 0, - rootdistpar = 0, mm [model] [framework] # outputformat for the *dynamic* mapstacks (not the states and summary maps) # 1: pcraster # 2: numpy # 3: matlab outputformat=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-11 00:00:00 # required, base timestep of the model timestepsecs = 86400 #start model with cold state reinit=1 [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 AltTemperature=intss/Temp.tss,tss,0.0,1,staticmaps/wflow_subcatch.map [layout] # if set to zero the cell-size is given in lat/long (the default) sizeinmetres = 0 [outputmaps] self.TSoil=tes [outputcsv_0] samplemap=staticmaps/wflow_catchment.map self.TSoil=tes.csv self.AltTemperature=AltTemp.cvs