Skip to content

Commit

Permalink
Vlab Issue #57108 -- Unify RH computation for regional and global FV3.
Browse files Browse the repository at this point in the history
Change-Id: I37d5cc343af01bb485a5fb2e756594e7cf6e9470
  • Loading branch information
WenMeng-NOAA committed Jul 8, 2019
1 parent 7159f89 commit 0385321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/MDL2P.f
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ SUBROUTINE MDL2P(iostatusD3D)
ENDDO
ENDDO
!
IF(MODELNAME == 'GFS')THEN
IF(MODELNAME == 'GFS' .or. MODELNAME == 'FV3R')THEN
CALL CALRH_GFS(EGRID2(1,jsta),TSL(1,jsta),QSL(1,jsta),EGRID1(1,jsta))
ELSEIF (MODELNAME == 'RAPR')THEN
CALL CALRH_GSD(EGRID2(1,jsta),TSL(1,jsta),QSL(1,jsta),EGRID1(1,jsta))
Expand Down

0 comments on commit 0385321

Please sign in to comment.