-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mods to MYNN sfc and PBL for fractional/coupled #40
Mods to MYNN sfc and PBL for fractional/coupled #40
Conversation
update 6/10/2020
… into gsd/develop
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.
This PR has been pulled into #41 and will be merged as part of it. |
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 you modify similar line in GFS_PBL_generic.F90
if (fice(i) > one - epsln) then ! no open water, use results from CICE
epsln is not used and can be removed. Thanks!
This will impact the s2s runs when we merge this to the authoritative repositories. Is this what we want? |
Yes, practically it is the same, but using if (.not. wet(i)) would be more
consistent with the rest of the routine. Thanks, -Shan
…On Thu, Jun 25, 2020 at 9:26 AM Dom Heinzeller ***@***.***> wrote:
Could you modify similar line in GFS_PBL_generic.F90
if (fice(i) > one - epsln) then ! no open water, use results from CICE
epsln is not used and can be removed. Thanks!
This will impact the s2s runs when we merge this to the authoritative
repositories. Is this what we want?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALORMVRSH7OC774MXTOCRMDRYNUCNANCNFSM4OCFQGIQ>
.
|
Shan, I can't find this line in GFS_PBL_generic.F90. That file in gsd/develop has:
I will make the corresponding change in module_MYNNPBL_wrapper.F90 and push it to the PR. |
@shansun6 please check this commit I just pushed: 728c076 |
Mods to MYNN sfc and PBL for fractional/coupled for latest gsd/develop code (based on #40)
Address Chunxi's comments
…nt_mods Changed UGWP diagnostic variable declaration intents from 'out' to 'inout'
…nt_mods Changed UGWP diagnostic variable declaration intents from 'out' to 'inout'
MYNN surface layer needs very slight changes if it will ever be used to compute surface heat/moisture fluxes (currently done by sfc_nst, sfc_ocean, sfc_sice, sfc_drv_ruc) in the fractional framework.
MYNN boundary layer needs an updated way to compute fluxes for the ocean in the case of fractional mask (this change follows the procedure done in GFS_PBL_generic.F90).
Testing finds these changes make no difference in the case of non-fractional mask and atmosphere-only, so regression test GSD_v0 should pass.
@joeolson42 is in favor of these changes.
Refer to Issue 39 (#39)
Suggested reviewers: @joeolson42 and @shansun6