You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lake model in release 4.2 is exhibiting water balance errors. Currently investigating to find the source of the problem.
So far, I have found at least one part of the problem: the variable out_prec, used only for reporting precipitation for output, was not being updated correctly in full_energy.c. This only affects the water balance check in put_data.c (as well as making the output precipitation not equal the input precipitation). This is easy to fix. However, after fixing this, there are still water balance errors, which I am investigating now.
The text was updated successfully, but these errors were encountered:
As it turns out, the OUT_PREC bug is the only code bug. The other issue was caused by a bad parameter value, for which I have added some extra validation in read_lakeparam.c.
The lake model in release 4.2 is exhibiting water balance errors. Currently investigating to find the source of the problem.
So far, I have found at least one part of the problem: the variable out_prec, used only for reporting precipitation for output, was not being updated correctly in full_energy.c. This only affects the water balance check in put_data.c (as well as making the output precipitation not equal the input precipitation). This is easy to fix. However, after fixing this, there are still water balance errors, which I am investigating now.
The text was updated successfully, but these errors were encountered: