-
Notifications
You must be signed in to change notification settings - Fork 383
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
Init qrl_idx to 0.0 in first step #3324
Conversation
These tests now complete:
I also ran What other tests would others want to see here? It seems like running e3sm_developer is not appropriate as this error isn't caught there (though I do think we need a DEBUG ne16 and/or ne30 ATM test). |
Thanks @ndkeen for fixing this bug. Do we know why it appears with ne16 or ne30 but not with ne4? |
No I don't. |
Why would this not be merged? |
Add one line (in clubb_intr.F90) that initializes array qrl_idx on the first step.
call pbuf_set_field(pbuf2d, qrl_idx, 0.0_r8)
Fixes #3142
Fixes #3061
[BFB]