-
Notifications
You must be signed in to change notification settings - Fork 377
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
Adds fice initialization to conv_water_init #6858
base: master
Are you sure you want to change the base?
Conversation
|
e3sm_atm_developer passes on chrysalis |
I ran the following tests with the branch. The one fail was a hang in init that wrote ice error logs and seem to indicate it's the issue that's fixed by a different recent PR.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving only based on seeing that the changes seem to address the error I was seeing.
@singhbalwinder can you please merge this? |
Sure, I will start merging it. |
Merged to next |
Adds fice initialization to conv_water_init Add initialization of the "fice" pbuf variable within conv_water_init to avoid debug mode failure when shr_infnan_isnan is called. Fixes #6179. [BFB] * whannah/atm/fix_conv_water_init: add fice initialization to conv_water_init
Add initialization of the "fice" pbuf variable within conv_water_init to avoid debug mode failure when shr_infnan_isnan is called.
Fixes #6179.
[BFB]