cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

The water budget for cells located in surface water bodies need to be calculated on a monthly basis. #10

Open jnsebgosselin opened 6 years ago

jnsebgosselin commented 6 years ago

Currently, for cells located in surface water bodies, we calculate the water budget on a yearly basis only.

Basically, we take a constant value for the yearly evaporation from a map* and subtract this constant value to the annual precipitation. The results is stored as surface runoff.

There is no reason not to use our input data to actually calculate monthly values for each cell located in surface water bodies, except the lack of time to do it...

jnsebgosselin commented 6 years ago

This cause problem with the post-processing of outputs, because HELP produces results on a monthly basis, while we compute the surface water cells on a yearly basis...

Moreover, this prevent us from being able to compute monthly water budget that take into account evaporation from free water cells.

jnsebgosselin commented 5 years ago

Here are some resources that can be useful to address this issue:

https://github.com/woodcrafty/PyETo http://python.hydrology-amsterdam.nl/moduledoc/index.html#module-evaplib http://python.hydrology-amsterdam.nl/modules/evaplib.py