-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow MOM6 to use a mesh optionally #54
Conversation
* read config variable 'use_mommesh' in ufs; default is false to have mom cap run on grid
Changes to allow this as an option looks good to me. But I'll let @jiandewang be the one who approves so he can control the timing of when this goes in if we're waiting on other things first, etc. Thanks @DeniseWorthen |
Ready for review; logs are posted at ufs-weather-model PR#399 |
Changes all seem fine to me, but I do not know what the order is for commits in terms of waiting for the structural changes that are coming from GFDL. @jiandewang is it okay to move forward w/this or are you waiting for the other? |
Denise’s change only involves couple of lines in cap so will not impact
GFDL’s big PR. Go ahead for this PR. I will approval and merge the mom code
this afternoon.
On Thu, Feb 11, 2021 at 11:56 AM Jessica Meixner ***@***.***> wrote:
Changes all seem fine to me, but I do not know what the order is for
commits in terms of waiting for the structural changes that are coming from
GFDL. @jiandewang <https://github.com/jiandewang> is it okay to move
forward w/this or are you waiting for the other?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMGASZTJXDQPN6DYPS6IF3S6QD2TANCNFSM4WY2D26Q>
.
--
Jiande Wang
IMSG at NOAA/NWS/NCEP/EMC
cubic 2088
[email protected]
phone:3016833725
|
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.
all look good
merge in dev/gfdl updates
- Scaling of OBC's dz_src. - Scaling of CS%IDatu in MOM_barotropic.
Implements configurable settings which allow specifying that the MOM6 cap should use a mesh rather than a grid. The default is to use the grid, which is the current use in ufs-weather-model (both cpld and datm). Once MOM6 Issue #47 is resolved, we can switch the ufs-weather-model to use the Mesh by default.
See UFS issue #398 for details and related PR #399