-
Notifications
You must be signed in to change notification settings - Fork 2
Enable nonhydrostatic option for FV3 #75
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
base: stormspeed
Are you sure you want to change the base?
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.
Copilot reviewed 23 out of 26 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@ta440, I see that I forgot to close the loop on adding your fv3 mods. I created a new PR and was hoping that you might have time to test it and make sure that you see the tilt? Also you should be able to modify rearth and omega via the user_nl_cam namelist and create a small earth scaling by setting them directly in the user_nl_cam file to rearth/20. (=318561) and omega * 20 (=1.45842e-3). After you verify that this works I'll add a fv3_small_earth_scale namelist variable that will modify the default rearth and omega by some real value (default 20.) |
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.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I pulled out the extraneous mods. All mods are now just enabling nonhydrostatic mode. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
❌ CI Test Failed I have removed the Action Required:
|
These changes to enable nonhydrostatic mode were provided by Timothy Andrews. In addition to Timothy's changes I modified the fv3_arrays.F90 file to allow the user to update the namelist variables rearth and omega to mimic the fv3 small_earth_scaling functionality. For example to enable a 1/20th scaling add omega and rearth to the user_nl_cam namelist with values set to omega * 20 and rearth / 20.