forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 0
JUST FOR DISCUSSION #22
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
Closed
dustinswales
wants to merge
24
commits into
ufs-community-ufs/dev
from
feature/ccpp_framework_update
Closed
JUST FOR DISCUSSION #22
dustinswales
wants to merge
24
commits into
ufs-community-ufs/dev
from
feature/ccpp_framework_update
Conversation
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
use_lpt options can be properly used together.
… into feature/mpas_nuopc_init
… into feature/mpas_nuopc_init
…an66: a) As the current large horizontal momentum diffusivity (Kh) at large-scale and meso-scale (LSMS) looks too large, Kh is computed at zl and modified as Kh=Kq=0.4*elmh*sqrt(tke), elmh=min(1.5*sqrt(zlup*zldn,500), where zlup is parcel's upward travel length and zldn is parcel's downward travel length with tke momentum. b) Scale-aware non-local mass flux (xmf, xmfd) is now given as xmf=(1-sigma)^2 * (sigma*wu) rather than the current xmf=pfnl*c1*wu, where wu is updraft velocity, c1 is a constant, sigma is updraft fraction, and pfnl is partition function for nonlocal flux. The constant c1 is the updraft fraction in LSMS and it should be sigma in small scales as sigma becomes larger than c1 in small scales. Also, the scale-awareness parameter, (1-sigma)^2, is more physically based following Arakawa and Wu's study than the empirical parameter, pfnl. c) Refinement of scl (height of 50% of max tke): max tke can be occasionally found in Jet stream and then scl would be too large. In the update, we look for max tke below 2.5km height and then compute scl and limit to 2.5km (i.e., scl=min(max(scl,500),2500)) d) ri(gradient Richardson number) is computed as ri=bf/shr2 (1dtke) rather than ri=bf/(def_1+def_2), where bf is buoyancy, because the parameters given as a function of ri (such as Prandtl number) is derived based on ri=bf/shr2. e) TTE-EDMF (total turbulent energy based EDMF scheme) is combined into sa3dtke scheme as it shows slightly better GFS forecast skill than tke-based scheme. The logical parameter to conduct TTE-EDMF is 'tte_edmf'.
… into feature/mpas_nuopc_init
…o 1000m for the 3DTKE option.
… into feature/mpas_nuopc_init
… into feature/ccpp_framework_update
Small change to CMake for MPAS + Initial MPAS interstitial scheme.
… into cloud_water
Update scale-aware 3DTKE EDMF and introduce TTE-EDMF in GFS PBL scheme
… into cloud_water
… into feature/ccpp_framework_update
Introduce tuning parameter for convective cloud liquid for GFSv17/GEFSv13/SFSv1
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.
ccpp-physics changes associated with ccpp-framework update NCAR/ccpp-framework#668