From 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Tue, 23 Jan 2024 08:25:20 -0500 Subject: [PATCH] fix missing reflectivity bug by adding nssl mp to the microphysics options when assigning model reflectivity (#858) --- sorc/ncep_post.fd/MDLFLD.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/ncep_post.fd/MDLFLD.f b/sorc/ncep_post.fd/MDLFLD.f index bb0265d58..1cdfbef23 100644 --- a/sorc/ncep_post.fd/MDLFLD.f +++ b/sorc/ncep_post.fd/MDLFLD.f @@ -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