You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@egrell found a bug related to setting the bl_mynn_tkebudget control variable in GFS_typedefs.F90. In particular, the bl_mynn_tkebudget variable is not read in via namelist nor set. This should only affect diagnostic output of the MYNN PBL scheme.
This bug affects both the SCM and FV3 versions of the GFS_typedefs.F90 file. Ideally, it should be fixed in both repositories simultaneously. The corresponding issue for the CCPP SCM is NCAR/ccpp-scm#238, and the text in this fv3atm issue here was mostly stolen from @grantfirl, who created the SCM issue.
While fixing this issue, other MYNN PBL/SFC related variables should be checked, too.
The text was updated successfully, but these errors were encountered:
This TKE budget option has been kept "hidden" because the diagnostic output is somewhat broken in the current code. I have some fixes coming. I'll make sure the namelist option are straightened out as I finish that work.
@egrell found a bug related to setting the
bl_mynn_tkebudget
control variable inGFS_typedefs.F90
. In particular, thebl_mynn_tkebudget
variable is not read in via namelist nor set. This should only affect diagnostic output of the MYNN PBL scheme.To fix, simply add a couple of lines:
Add the
bl_mynn_tkebudget
around line 3446 (fv3atm/ccpp/data/GFS_typedefs.F90
Line 3446 in ddb56fe
Add Model%bl_mynn_tkebudget = bl_mynn_tkebudget around line 4038 (
fv3atm/ccpp/data/GFS_typedefs.F90
Line 4038 in ddb56fe
This bug affects both the SCM and FV3 versions of the
GFS_typedefs.F90
file. Ideally, it should be fixed in both repositories simultaneously. The corresponding issue for the CCPP SCM is NCAR/ccpp-scm#238, and the text in this fv3atm issue here was mostly stolen from @grantfirl, who created the SCM issue.While fixing this issue, other MYNN PBL/SFC related variables should be checked, too.
The text was updated successfully, but these errors were encountered: