Skip to content

Commit

Permalink
Add logging temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
chegermiller authored and camilleanne committed Jun 23, 2023
1 parent 3a75e66 commit 59fdaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/ww3_ounf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ PROGRAM W3OUNF
TABIPART(NBIPART) = 0
NBIPART = NBIPART + 1
TABIPART(NBIPART) = 1
WRITE(NDSO,*) TABIPART
WRITE (NDSO,*) "TABIPART=", TABIPART

!
IF ( NCTYPE.LT.3 .OR. NCTYPE.GT.4 ) THEN
Expand Down Expand Up @@ -1571,7 +1571,7 @@ SUBROUTINE W3EXNC ( NX, NY, IX1, IXN, IY1, IYN, NSEA, &
! CAH: Added second partition parameters.
! Partition 2 wave significant height
ELSE IF ( IFI .EQ. 4 .AND. IFJ .EQ. 18 ) THEN
WRITE (NDSO,*) PHS2(:,IPART)
! WRITE (NDSO,*) PHS2(:,IPART)
CALL S2GRID(PHS2(:,IPART), X1)
!
! Partition 2 peak period
Expand Down

0 comments on commit 59fdaa0

Please sign in to comment.