Runoff from elevation bands
Posted: Sat Jul 08, 2017 4:50 pm
Can I extract runoff from each elevation band as a custom output? I didn’t see any option for this as a custom output.
A robust and flexible hydrological modelling framework
https://www.civil.uwaterloo.ca/raven_forum/
https://www.civil.uwaterloo.ca/raven_forum/viewtopic.php?f=5&t=445
anonymous77 wrote:Can I extract runoff from each elevation band as a custom output? I didn’t see any option for this as a custom output.
Code: Select all
:DefineHRUGroups Band1, Band2, Band3
Code: Select all
:CustomOutput CONTINUOUS AVERAGE SNOW BY_HRU_GROUP
Code: Select all
:HRUGroup Band1
1 ,3, 4,5
:EndHRUGroup
:HRUGroup Band2
2, 6,7,8
:EndHRUGroup