Understanding and plotting recharge #797
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @lauramenezess, The linear model does not really estimate 'recharge', but precipitation excess. So the flux computed with the linear model should not be interpreted as recharge unless for very specific hydrogeological settings. Negative values are because the linear recharge model is not water limited and thus always evaporates up to f*pot. evaporation. Negative values would mean that groundwater is evaporated. So only if that applies to your system can you try and interpret it that way. For water table predictions getting the recharge right might not be important though, so you can simply not look at it. If you are interested in recharge, you probably want to use a nonlinear model. Hope this helps! Cheers, |
Beta Was this translation helpful? Give feedback.
-
If you hadn't found it already, it's also worth checking out Raoul's article on estimating recharge from time series models: https://doi.org/10.5194/hess-25-2931-2021 |
Beta Was this translation helpful? Give feedback.
-
Ok, great. Thanks @raoulcollenteur and @dbrakenhoff ! |
Beta Was this translation helpful? Give feedback.
Hi @lauramenezess,
The linear model does not really estimate 'recharge', but precipitation excess. So the flux computed with the linear model should not be interpreted as recharge unless for very specific hydrogeological settings. Negative values are because the linear recharge model is not water limited and thus always evaporates up to f*pot. evaporation. Negative values would mean that groundwater is evaporated. So only if that applies to your system can you try and interpret it that way.
For water table predictions getting the recharge right might not be important though, so you can simply not look at it. If you are interested in recharge, you probably want to use a nonlinear model.
Ho…