Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A saturated fraction bug in groundwater module #306

Open
penguian opened this issue Sep 20, 2021 · 2 comments
Open

A saturated fraction bug in groundwater module #306

penguian opened this issue Sep 20, 2021 · 2 comments

Comments

@penguian
Copy link
Collaborator

penguian commented Sep 20, 2021

keyword_groundwater_module_maygit type_code improvement | by mm3972


According to the Eq 13 & 16 in Decker's 2015 JAMES article, the line 1890 in trunk/science/gw_hydro/cable_gw_hydro.F90 should be

1._r_2 - my_erf( slopeSTDmm * SQRT(2.0* S(i)) ) ) )

rather than

1._r_2 - my_erf( slopeSTDmm / SQRT(2.0* S(i)) ) ) )

This bug leads to an overestimation of soil saturated fraction and causes too much surface runoff. The bug probably exists in every version using cable_gw_hydro.F90, but only matters either cable_user%or_evap= True or cable_user%gw_model= True.


Issue migrated from trac:306 at 2023-11-27 11:38:43 +1100

@penguian
Copy link
Collaborator Author

penguian commented Jan 6, 2022

@[email protected] commented


Email sent to MGK and Meng

@penguian
Copy link
Collaborator Author

penguian commented Feb 7, 2023

@[email protected] changed keywords from groundwater module to groundwater module maygit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant