Skip to content

Commit

Permalink
Fix bug in MDL2STD_P.f. Use ampersand as line continuation character (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA authored and WenMeng-NOAA committed Jul 30, 2020
1 parent eca102a commit 58690e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sorc/ncep_post.fd/MDL2STD_P.f
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ SUBROUTINE MDL2STD_P()
IF(IGET(525) > 0) THEN
nFDS = nFDS + 1
IDS(nFDS) = 525
QIN(1:IM,JSTA:JEND,1:LM,nFDS)=QQW(1:IM,JSTA:JEND,1:LM)+ \
QQR(1:IM,JSTA:JEND,1:LM)+ \
QQS(1:IM,JSTA:JEND,1:LM)+ \
QQG(1:IM,JSTA:JEND,1:LM)+ \
QIN(1:IM,JSTA:JEND,1:LM,nFDS)=QQW(1:IM,JSTA:JEND,1:LM)+ &
QQR(1:IM,JSTA:JEND,1:LM)+ &
QQS(1:IM,JSTA:JEND,1:LM)+ &
QQG(1:IM,JSTA:JEND,1:LM)+ &
QQI(1:IM,JSTA:JEND,1:LM)
QTYPE(nFDS)="C"
end if
Expand Down

0 comments on commit 58690e6

Please sign in to comment.