Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ww3_ounf] Removed reference to PHIOC in PHICE output section. #1093

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions model/src/ww3_ounf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1815,9 +1815,6 @@ SUBROUTINE W3EXNC ( NX, NY, IX1, IXN, IY1, IYN, NSEA, &
! Wave to sea ice energy flux
ELSE IF ( IFI .EQ. 6 .AND. IFJ .EQ. 11 ) THEN
IF (NCVARTYPEI.EQ.3) NCVARTYPE=4
DO ISEA=1, NSEA
PHIOC(ISEA)=MIN(3000.,PHIOC(ISEA))
END DO
CALL S2GRID(PHICE(1:NSEA), X1)
!
! Partitioned surface stokes drift
Expand Down