Runoff from elevation bands

Ask questions or report problems
anonymous77
Posts: 3
Joined: Mon Jan 23, 2017 12:25 pm

Runoff from elevation bands

Postby anonymous77 » 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.

rchlumsk
Posts: 156
Joined: Fri Sep 16, 2016 3:18 pm

Re: Runoff from elevation bands

Postby rchlumsk » Sat Jul 08, 2017 5:26 pm

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.

Yes, by creating HRU groups. For instance, to extract from each band, first define the groups in the .rvi file:

Code: Select all

:DefineHRUGroups Band1, Band2, Band3

Then add the custom command to the bottom of the .rvi file:

Code: Select all

:CustomOutput CONTINUOUS AVERAGE SNOW BY_HRU_GROUP

Then populate the groups with HRUs (indexed by their ID in the :HRU command):

Code: Select all

:HRUGroup Band1
  1 ,3, 4,5
:EndHRUGroup
:HRUGroup Band2
2, 6,7,8
:EndHRUGroup

Etc.
Robert Chlumsky
rchlumsk@uwaterloo.ca


Return to “Help & Support”