Skip to content

Commit

Permalink
Fix two bugs in MDL2P.f for "ID" (#154)
Browse files Browse the repository at this point in the history
On branch release/gefs_v12
	modified:   MDL2P.f
  • Loading branch information
XianwuXue-NOAA authored Jul 29, 2020
1 parent 0baf6bf commit 5e88e06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sorc/ncep_post.fd/MDL2P.f
Original file line number Diff line number Diff line change
Expand Up @@ -2290,9 +2290,8 @@ SUBROUTINE MDL2P(iostatusD3D)
ENDDO
ENDDO
if(grib == 'grib1')then
ID(1:46)=0
ID(1:25)=0
ID(02)=141 ! Parameter Table 141
ID(36)=2
CALL GRIBIT(IGET(738),LP,GRID1,IM,JM)
elseif(grib == 'grib2') then
cfld = cfld + 1
Expand Down

0 comments on commit 5e88e06

Please sign in to comment.