Closed Mrkoirala closed 4 years ago
How to calculate the gauge watershed
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:
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.
@KMarkert: Hellow sir, what does "Gauge Watershed" excatly mean?? and how to prepare it?