-
Notifications
You must be signed in to change notification settings - Fork 150
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
cam6_4_059: issue 1212 bug fix (cloud frac ice+liquid) #1230
cam6_4_059: issue 1212 bug fix (cloud frac ice+liquid) #1230
Conversation
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.
Also, the "auto closing feature" needs to have a variation of the word fixes
, resolves
or closes
followed immediately by the issue number. I've modified your description to get the auto-closer to work.
src/physics/cam/nucleate_ice_cam.F90
Outdated
|
||
icecldf(:ncol,:pver) = ast(:ncol,:pver) | ||
call pbuf_get_field(pbuf, aist_idx, aist, start=(/1,1,itim_old/), kount=(/pcols,pver,1/)) | ||
!icecldf(:ncol,:pver) = ast(:ncol,:pver) |
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.
Could we go ahead and remove this commented out line?
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.
yes
Merge pull request ESCOMP#1231 from PeterHjortLauritzen/issue1222_1208_clubb_bugfix_and_namelist_chg
Merge pull request ESCOMP#1230 from PeterHjortLauritzen/issue1212_nucleate_ice_cam_bugfix cam6_4_059: issue 1212 bug fix (cloud frac ice+liquid) ESCOMP commit: b3ef374
Bug fix provided by @adamrher to fix issue 1212
closes #1212