-
Notifications
You must be signed in to change notification settings - Fork 7
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
UFS-dev PR#94 #126
UFS-dev PR#94 #126
Conversation
…FS on WCOSS2 (ufs-community#2064) * Eliminate an out-of-bounds write in FV3 dynamical core hail diagnostic code. * FV3 component GFDL_atmos_cubed_sphere submodule: * The module_diag_hailcast.F90 has a KBAS index which can have the value of 1. When it has that value, a later line writes to address 0 of a 1-based array. This caused the RRFS ensemble to crash on WCOSS2. * fix out-of-bounds write in module_diag_hailcast * remove unused variable DO_MYJPBL from default_vars.sh (it has a typo in its value) * only correct RWA_new where RWA_adiabat(k).ge.1.E-12 * module_diag_hailcast.F90: update comments; changes from @adams-selin
…ommunity#2086); Allow MOM6 to write non-interval restarts (was ufs-community#2099) (ufs-community#2085) fix potential divide by zero in WW3 appendtail routine add timers to WW3 mesh cap add non-interval restart capability to MOM6
…rent (ufs-community#2059) use single MPI_Bcast (via mpp_broadcast()) instead of multiple point-to-point messages (via mpp_send/mpp_recv) address issue maxing out the SlingShot-10 link on the first node resulting in a .15s hit every fifth time step
…ufs-community#2090) Update diag_able for global coupled iau test cpld_control_gfsv17_iau for mom6 history output
…nity#1845) Enable fully could atmosphere-land configuration Supplementary physics updates (MYNN, GF, RUC_LSM, smoke and dust) for RRFS code freeze
1845 failed RTs: New input: |
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 good once submodule is updated
Identical to ufs-community#1845 (BL change and INPUT change - see comment below)
Also contains:
ufs-community#2064 (no BL change)
ufs-community#2085 (no BL change; rt.sh change)
ufs-community#2059 (no BL change)
ufs-community#2090 (BL change - cpld_control_gfsv17_iau)