Skip to content

Commit

Permalink
model/src/ww3_outf.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Mar 7, 2024
1 parent a5338c1 commit 741f0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/ww3_outf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@ SUBROUTINE W3EXGO ( NX, NY, NSEA )
OPEN (NDSDAT,FILE=FNMPRE(:JJ)//FNAME,ERR=800, &
IOSTAT=IERR)
IF (FSC.LT.1E-4) THEN
WRITE(FSCS,'(G7.1)') FSC
WRITE(FSCS,'(G8.1)') FSC
ELSE
WRITE(FSCS,'(F7.4)') FSC
END IF
Expand Down

0 comments on commit 741f0b2

Please sign in to comment.