Dear NatCap Community,
I am working on a research project using the Seasonal Water Yield (SWY) model in the InVEST suite, focusing on the Chambal River Basin in India. The goal is to generate monthly raster maps of total water yield to study temporal patterns in water availability.
Current Progress:
After running the model successfully, I have obtained the following outputs:
- Monthly Quickflow Rasters (
quickflow_Q0.tif
,quickflow_Q1.tif
, …,quickflow_Q11.tif
) - Annual Baseflow Raster (
baseflow.tif
) - Watershed summary shapefile (
swy_result.shp
)
My Research Goal:
I would like to compute monthly Seasonal Water Yield (SWY) rasters using the formula:
ini
CopyEdit
SWY_monthly = Quickflow_monthly + Baseflow_monthly
However, I understand that the baseflow is only provided as a single annual raster. To proceed, I need to estimate monthly baseflow values.
My Questions:
- Is it methodologically valid to compute:
java
CopyEdit
Monthly SWY = Monthly Quickflow + Estimated Monthly Baseflow?
- What is the recommended approach to distribute the annual baseflow raster into monthly components?
- Can this be done proportionally based on monthly precipitation or another proxy?
- Would this still be consistent with the assumptions of the InVEST SWY model?
- Has anyone implemented a workflow, methodology, or script to derive monthly baseflow rasters for this purpose?
Additional Context:
- I am using CHIRPS monthly precipitation and ERA5-Land PET as inputs.
- My analysis focuses on the temporal dynamics of water yield, so having monthly SWY rasters is essential.
Any guidance, recommended practices, or shared experience would be highly appreciated, as this is a critical component of my research framework.
Thank you very much for your time and help.
Warm regards,
Swarnajit Roy