Skip to content

Commit

Permalink
fix missing reflectivity bug by adding nssl mp to the microphysics op…
Browse files Browse the repository at this point in the history
…tions when assigning model reflectivity (NOAA-EMC#858)
  • Loading branch information
JiliDong-NOAA authored Jan 23, 2024
1 parent 40a67b9 commit 945cb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/MDLFLD.f
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ SUBROUTINE MDLFLD

ELSE IF(((MODELNAME == 'NMM' .and. GRIDTYPE=='B') .OR. MODELNAME == 'FV3R' &
.OR. MODELNAME == 'GFS') &
.and. imp_physics==8)THEN !NMMB or FV3R or GFS +THOMPSON
.and. (imp_physics==8 .or. imp_physics==17 .or. imp_physics==18))THEN !NMMB or FV3R or GFS +THOMPSON
DO L=1,LM
DO J=JSTA,JEND
DO I=ista,iend
Expand Down

0 comments on commit 945cb2c

Please sign in to comment.