# ---------------------------------------------- # Raven Input file - Quesnel at Likely 08KH011 # Based on Walkthrough #6: Grid-based routing example # ---------------------------------------------- ##:Calendar STANDARD :StartDate 1985-01-01 00:00:00 # Model run start time, format in yyyy-mm-dd hh:mm:ss :EndDate 2012-12-31 00:00:00 # Model run end time, format in yyyy-mm-dd hh:mm:ss ##:EndDate 1990-12-31 00:00:00 # Model run end time, format in yyyy-mm-dd hh:mm:ss :Method ORDERED_SERIES # Numerical method used for simulation :TimeStep 24:00:00 # Expressed in days as a real-valued number (e.g., 1.0 for one day) or using hh:mm:ss format (e.g., 24:00:00 for one day). :RunName Quesnel # The name of model run. It will be added as a prefix of model output files. :CatchmentRoute ROUTE_DUMP # Catchment routing method, used to convey water from the catchment tributaries and rivulets to the subbasin outlets. DEFAULT ROUTE_DUMP, which instantly ‘dumps’ all water in the subbasin stream reach. :Routing ROUTE_DIFFUSIVE_WAVE # Channel routing method which is used to transport water from upstream to downstream within the main subbasin channels. DEFAULT ROUTE_DIFFUSIVE_WAVE, which analytically solves the diffusive wave equation along the reach using a constant reference celerity. :PrecipIceptFract PRECIP_ICEPT_NONE # Estimation of the precipitation interception fraction. In this routing model, stream input(s) are "pretending" to be precipitation going into Raven, thus using DEFAULT PRECIP_ICEPT_NONE to indicate no interception processes are adopted. :PotentialMeltMethod POTMELT_NONE # Estimation of the potential snow melt. In this routing model, snow melt processes are not relevant, thus using DEFAULT POTMELT_NONE method. :SoilModel SOIL_ONE_LAYER # In this routing model, use DEFAULT SOIL_ONE_LAYER to define single soil layer structure. :HydrologicProcesses :Precipitation PRECIP_RAVEN ATMOS_PRECIP PONDED_WATER # Moves stream input(s) from ATMOS_PRECIP to PONDED_WATER storage (waiting for runoff). Use DEFAULT PRECIP_RAVEN method. :Flush RAVEN_DEFAULT PONDED_WATER SURFACE_WATER # Moves water from PONDED_WATER to SURFACE_WATER (routed to outlet). Use DEFAULT RAVEN_DEFAULT method. :EndHydrologicProcesses :NoisyMode # Defines the hydrograph performance metrics output by Raven. Either one or multiple is acceptable. :EvaluationMetrics NASH_SUTCLIFFE PCT_BIAS KLING_GUPTA