Variable gravity in fv3/atmos_cubed_sphere#1018
Open
WChen-NOAA wants to merge 2 commits into
Open
Conversation
33 tasks
Collaborator
|
@WChen-NOAA Since the graviational acceleration is also used in physics (as a constant), is there any need to make physics changes? Otherwise, wouldn't this introduce an inconsistency between the dycore and physics? |
Collaborator
|
The variable gravity option should only be used for deep-atmosphere modeling. This capability should be controlled by a namelist option. I think the impact is mostly on dycore formation. The impact on physics where grav is used has not been included or even explored. @WChen-NOAA @XiaqiongZhou-NOAA please correct me if I am wrong. In this case, the constant g can still be used in CCPP. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The model uses the shallow atmosphere approximation with constant gravity.
This is problematic for a space weather model (WAM) where Ztop/r0 )~10%
The method to resolve this issue is to Implement a scaling factor wherever gravity is applied to account for variations with height:
g(r0/r)^2 while setting var_grav = .true. in the name list
The new gravity as grav_var(i,j,k)
Issue(s) addressed
Testing
Tested on Hera with intel compiler for several tests.
Dependencies