-
Notifications
You must be signed in to change notification settings - Fork 153
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
Stochastic MP and cloud perturbations #553
Conversation
update from NCAR's master
merge with NCAR fork
update with authoritative repo
Update with NCAR fork
get latest updates from master
… into pert_clds_mp
! perturb cld cover | ||
if (pert_clds) then | ||
do i=1,im | ||
tmp_wt= -1*log( ( 2.0 / ( sppt_wts(i,38) ) ) - 1 ) |
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.
Will the hard-coded '38' index cause any future problems?
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.
It may in the future, but for L64 and L127 this works.
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.
Looks OK to me. Approved.
* ccpp physics: Fix RAP (Grell Freitas) decomp b4b issues; moninshoc.meta missing mfpbl.f dependency * dycore: Fixes failure of decomposition test for regional case with nrows_blend > 0. Also fixes a bug where nrows_blend=1 caused a crash. Co-authored-by: Dom Heinzeller <[email protected]> Co-authored-by: Jun.Wang <[email protected]>
This PR references ufs-weather-model issue ufs-community/ufs-weather-model#371
Updates include cloud fraction perturbations, currently only available with RRTMG radiation, stochastic perturbations to all microphysics tracers, not just specific humidity, and option to turn off radiative heating perturbations for SPPT.
All of these are controlled with namelist options, and the default is the all new features are off.