KMarkert / servir-vic-training

Training materials for the VIC hydrologic model setup developed for the @SERVIR program
GNU General Public License v3.0
36 stars 32 forks source link

About Gauge Watershed #20

Closed Mrkoirala closed 4 years ago

Mrkoirala commented 4 years ago

@KMarkert: Hellow sir, what does "Gauge Watershed" excatly mean?? and how to prepare it?

HurriCaneBQL commented 4 years ago

How to calculate the gauge watershed

KMarkert commented 4 years ago

The gauge watershed is the contributing basin (all area upstream that flows through the point on the channel). This can be calculated using GIS software and some hydrologic analysis. After the basin is calculated a fractional area at the resolution of the model needs to be calculated where 1 = whole grid cell runoff contributes, 0 = no grid cell runoff contribute. This can usually be done using a resample with mean operator or by using the snap_raster.py script.

Here is an example where the raster is the gauge watershed for the gauge, yellow triangle:

Screen Shot 2020-09-01 at 2 19 44 PM
HurriCaneBQL commented 4 years ago

Hello, I have some doubts. Regarding the VIC model, the watershed runoff recharge I studied mainly relies on the recharge of glacial snowwater meltwater, but in this example only surface runoff and base flow are considered. How to increase the impact of glacier snowwater runoff recharge?

On 09/2/2020 03:21,Kel Markertnotifications@github.com wrote:

The gauge watershed is the contributing basin (all area upstream that flows through the point on the channel). This can be calculated using GIS software and some hydrologic analysis. After the basin is calculated a fractional area at the resolution of the model needs to be calculated where 1 = whole grid cell runoff contributes, 0 = no grid cell runoff contribute. This can usually be done using a resample with mean operator or by using the snap_raster.py script.

Here is an example where the raster is the gauge watershed for the gauge, yellow triangle:

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.