Skip to content

Commit c5780b8

Browse files
Fix uninitialized FLOGRR for consistent restart files (NOAA-EMC#1478)
1 parent aa7c2d7 commit c5780b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/src/w3odatmd.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ SUBROUTINE W3NOUT ( NDSERR, NDSTST )
695695
OUTPTS(I)%TBPIN = (-1,0)
696696
!
697697
OUTPTS(I)%OUT1%IPASS1 = 0
698+
OUTPTS(I)%OUT1%FLOGRR = .FALSE.
698699
#ifdef W3_MPI
699700
OUTPTS(I)%OUT1%NRQGO = 0
700701
OUTPTS(I)%OUT1%NRQGO2 = 0

0 commit comments

Comments
 (0)