# ---------------------------------------------- # Raven Input file # Walkthrough #6: Grid-based routing example # ---------------------------------------------- # Soil/Vegetation/Land use class definitions ------ :SoilClasses AQUIFER # only one soil class used here :EndSoilClasses :SoilProfiles # name, number of layers, soil class, thickness [m] Soil_Land_HRU, 1, AQUIFER, 5 LAKE, 1, AQUIFER, 5 :EndSoilProfiles # the vegetation and land use parameters unused in routing :VegetationClasses :Attributes, MAX_HT, MAX_LAI, MAX_LEAF_COND :Units, m, none, mm_per_s Veg_Land_HRU, 25, 5.0, 5.0 LAKE, 0, 0, 0 :EndVegetationClasses :LandUseParameterList :Parameters, CC_DECAY_COEFF, FOREST_PET_CORR, GLAC_STORAGE_COEFF, SNOW_PATCH_LIMIT, LAKE_PET_CORR :Units, 1/d, none, 1/d, mm, none [DEFAULT], 10000, 1, 1.26465, 400, 0 :EndLandUseParameterList :LandUseClasses :Attributes, IMPERMEABLE_FRAC, FOREST_COVERAGE :Units, fract, fract Landuse_Land_HRU, 0, 1 LAKE, 0, 0 :EndLandUseClasses # Global Parameters----------------------------- :AvgAnnualRunoff 497 # mm Fraser # redirects to channel properties file :RedirectToFile channel_properties.rvp