Dear Jim!
It is exactly the same problem. I checked the source code:
Transmission losses from tributary channels are added to storage:
tran.f; line 135: shallst(j) = shallst(j) + tloss
Whereas baseflow is calculated without regarding storage:
gwmod.f; line 102: gw_q(j) = gw_q(j) * alpha_bfe(j) + (rchrg2 -
gwseep ) * (1. - alpha_bfe(j))
This problem can be overseen under revap conitions, because
revaporation is subtracted from storage
gwmod.f; line 113: shallst(j) = shallst(j) - revapday
I am now changing the source code to add transmission losses to
recharge as well.
Thanks for your help
Henning
On 22 Okt., 16:45, Jim Almendinger <
din...@smm.org> wrote:
> Dear Henning --
> This sounds similar to a problem we had with water infiltrated from
> surface-water bodies (ponds, wetlands, and channels) -- SWAT puts this
> water directly into shallow aquifer storage rather than considering it
> recharge. The infiltrated water appeared to be "trapped" in shallow
> aquifer storage and was not released to baseflow, at least not that we
> could see during the period of our model runs. We also made sure our
> gwqmin was zero. I've looked at the theory manual and some baseflow
> should be released from shallow aquifer storage -- but it doesn't seem
> to be. In any case, it seems that once SWAT puts water into shallow
> aquifer storage, it mostly stays there.
>
> Claire Baffaut also noted the problem, and she has written a modified
> version of SWAT that should fix the issue, at least for infiltrated
> waters (I'm not sure about your issue specifically). I think her
> solution was to add the infiltrated water to the recharge component --
> from which it can directly contribute to baseflow. I'm not sure if it
> deals with the parallel problem, of how water is released from shallow
> aquifer storage, once it gets there. I haven't tried Claire's version
> quite yet (I hope to soon), but you might get a copy of her version of
> swat20005 from her (
Claire.Baff...@ARS.USDA.GOV) or Nancy Sammons, and
> give it a try.
>
> Cheers,
> -- Jim
>
> On Oct 22, 2008, at 4:11 AM, Henning wrote:
>
>
>
>
>
> > Hello All!
>
> > I am working with SWAT2005 on a watershed in Morocco. Since the
> > groundwater table is very low, I decided to minimize revaporation, by
> > decreasing gw_revap or increasing reavapmn. But the water seems to
> > remain in the aquifer instead of forming baseflow (See attached file;