-
Notifications
You must be signed in to change notification settings - Fork 368
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
Negative ci in photosynthesis calculation. #1233
Comments
This is a "physics" related bug for which @jinyuntang is coming up with a solution. So, I'm assigning him to fix it. |
@bishtgautam, I followed your instructions at https://gist.github.com/bishtgautam/2c729d49fec70010a50b582c4f71f97d and did the acme_land_developer test, all seemed fine. What's the next step? |
You can issue a PR with the fix. |
@bishtgautam Good! I will do it shortly. |
The current PhotosynthesisMod returns negative ci (intracellular CO2) in exiting the photosynthesis solver, because the mathematical formulation of photosynthesis and stomata conductance does not guarantee a solution. This fix ensures that ci is always positive by forcing the solver to converge in cases when no solution is available. [Non BFB] not- Bit-For-Bit Fixes #1233
The current PhotosynthesisMod returns negative ci (intracellular CO2) in exiting the photosynthesis solver, because the mathematical formulation of photosynthesis and stomata conductance does not guarantee a solution. This fix ensures that ci is always positive by forcing the solver to converge in cases when no solution is available. [Non BFB] not- Bit-For-Bit Fixes #1233
@bishtgautam is this still an active bug? Not sure why PR #1272 didn't fix it. |
#1272 was merged to next and then reverted as it resulted in unexpected results. The CIME update closed the issue as Github or Git misinterpreted the same issue number in e3sm and cime repo. |
Ok I see the rest of the conversation now. Looks like it was merged all the way to master and then reverted. There doesn't seem to be a way to remove the "Merged" status from that PR. |
We can close this issue as negative ci has not been reported in any of the multiple simulations the team has run since 2017. |
The coupling between stomata conductance and photosynthesis occasionally resulted in negative intracellular CO2 concentrations in the current numerical solver. This in the short-term requires a fix for situations when the gs-An formulation does not have a solution.
The text was updated successfully, but these errors were encountered: