-
Notifications
You must be signed in to change notification settings - Fork 10
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
Short-circuit logic NOT avoiding FPE (Floating Point Exception) #11
Comments
To my understanding Issue tracking is enabled for NorESMhub/CTSM. |
@huitang-earth @DirkOlivie |
I suggest that in components/clm/src/biogeochem/ch4Mod.F90 this test:
is written as:
to prevent random crashes when frac_h2osfc(c)=0 |
@j34ni Could you make a pull request for these changes? |
Update according to issue NorESMhub#11 , non answer changing, split 'and' statement, so that code is not crashing.
Updates to the ctsm5.3.0 ChangeLog and README files
@ctsm-core
@MichaelSchulzMETNO
I found another bug in release-clm5.0.14-Nor_v1.0.1, but the option to raise an issue has not been activated for the repository https://github.com/NorESMhub/CTSM
This is one of those bugs which make NorESM crash randomly, and it is not result changing otherwise
Notice that it has been recently fixed in ESCOMP/CTSM (before release-cesm2.2)
Can someone indicate me the "official" procedure to make this correction for NorESM?
The text was updated successfully, but these errors were encountered: