-
Notifications
You must be signed in to change notification settings - Fork 149
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
Update master from NOAA-GSL: RUC ice, MYNN sfclay, stochastic land perturbations #558
Update master from NOAA-GSL: RUC ice, MYNN sfclay, stochastic land perturbations #558
Conversation
updating fork
ice is added to sfc_drv_ruc.F90.
parameters of lsm_ruc_run. There are not needed there because initialization of RUC soil variables is done now in lsm_ruc_init.
updating fork
…emove unneeded acsnow
Suggested changes to rucice PR
…ter_20201118 Update gsd/develop from master 2020/11/18
…pp-physics into rucice_gsl_develop
…ter_20201203 Update gsl/develop from master 2020/12/08
update branch
…using unitialized variable when 100% ice melts or ice develops on a grid with 0% ice, 3) reduced overly liberal range of allowable z/L.
updating from gsl/develop instead of gsd/develop
Updates to the MYNN surface layer scheme
GFS_Control_type arrays pores and resid for use in the stochastic perturbations of soil moisture (lndp_type=2).
Added initialization of pores and resid
…umed sizes for 3D tendency arrays
…encies Bugfixes for Shinhong and YSU 3d tendency arrays
…elop_dom_20210116 Bugfix in physics/GFS_debug.F90: remove/comment out unused variables
! initialize tables for psih and psim (stable and unstable) | ||
CALL PSI_INIT(psi_opt,errmsg,errflg) | ||
|
||
IF (debug_code >= 1) THEN |
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.
Thanks for controlling print statements with a debug flag -- a very good example to follow.
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.
You are welcome
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.
I don't understand the "whys" of the code changes since there isn't a ton of description other than "bugfixes", but I definitely don't see anything wrong from a CCPP point of view. Approved.
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.
Thanks, Grant. Yes, MYNN has bugfixes and updates as noted in the description of the PR. All the other changes that are not related to MYNN arae hopefully captured in the description. |
…NCAR#558) * update upp revision to 8767929 * modify dx/dy calculation for RRFS with domain over north pole
Changes in this PR:
sfc_sice
when RUC LSM is used)minsmc
andmaxsmc
to host model in order to pass to stochastic physics)tracer_sanitizer
For testing, see ufs-community/ufs-weather-model#386
Associated PRs:
NOAA-PSL/stochastic_physics#36
#558
NOAA-EMC/fv3atm#239
ufs-community/ufs-weather-model#386