Skip to content

Commit

Permalink
initialize array that the rocky8 hera intel transition exposed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Mar 21, 2024
1 parent 894f9a4 commit 15fe747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions model/src/wminitmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,12 @@ SUBROUTINE WMINIT ( IDSI, IDSO, IDSS, IDST, IDSE, IFNAME, &
IF (WORDS(6) .EQ. 'T') THEN
CALL NEXTLN ( COMSTR , MDSI , MDSE2 )
READ (MDSI,*,END=2001,ERR=2002)(ODAT(I,1),I=5*(8-1)+1,5*8)
ELSE
ODAT(5*(8-1)+1,1)=0
ODAT(5*(8-1)+2,1)=0
ODAT(5*(8-1)+3,1)=0
ODAT(5*(8-1)+4,1)=0
ODAT(5*8,1)=0
END IF
ELSE
READ (MDSI,*,END=2001,ERR=2002)(ODAT(I,1),I=5*(J-1)+1,5*J)
Expand Down

0 comments on commit 15fe747

Please sign in to comment.