-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bug fix for physics suites using C3 or SAS convection with MYNN PBL scheme #218
Conversation
@lisa-bengtsson For suites using MYNN PBL, I see that GFS_PBL_generic_post is bypassed (where the |
@grantfirl I don't want to cumulative tendency, I only want the tendency due to PBL processes. |
@lisa-bengtsson I'm thinking of combining this with #213 to expedite testing/merging. Is that OK with you? |
@lisa-bengtsson Combined into #223 (Scheduled for UFS merge queue early next week) |
Issue: ufs-community/ufs-weather-model#2342
When running physics suites using C3 or SAS convection with the prognostic area fraction closure, and MYNN PBL, there is a bug in that the convection expects the field "tendency_of_vertically_diffused_tracer_concentration", to compute the turbulent moisture flux component of the total moisture convergence term, that is output from all PBL schemes except MYNN.
This PR adds "tendency_of_vertically_diffused_tracer_concentration" as output from the MYNN PBL scheme.