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
If I understand the error, the denominator is constant along the soil layers but it needs to be included in the MIN(), and hence the SUM(). The MIN() should be on the ratio of (wb-swilt)/(sfc-swilt) and not just (wb-swilt).
keyword_keepgit
type_defect
| by amu561In SUBROUTINE fwsoil_calc_std in cable_canopy.F90, the brackets are not placed correctly in this equation:
The (soil%sfc-soil%swilt) should be within the MIN() statetement. To correct this, the equation can be replaced with:
This leads to a minor correction in fwsoil at soil moisture values above field capacity.
Issue migrated from trac:236 at 2023-11-27 11:30:54 +1100
The text was updated successfully, but these errors were encountered: