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

PR: Handle scaling factors in HelpManager #92

Closed jnsebgosselin closed 2 years ago

jnsebgosselin commented 2 years ago

There is no need to propagate and apply the scaling factors for the Evaporative Zone Depth and Maximum Leaf Area Index in the lower level functions.

It is better to handle and apply these scaling factors directly on the grid in the HelpManager. This will make adding more scaling factors easier in the future.