Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into frzr_consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJames-NOAA committed Jan 23, 2024
2 parents e795625 + 945cb2c commit 54dad51
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 54dad51

Please sign in to comment.