Skip to content

Commit

Permalink
remove corrections that should be pushed on separated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelaccensi committed Oct 12, 2023
1 parent 4ff0441 commit e2337e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion model/src/w3gridmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ SUBROUTINE W3GRID()
NDSI = 10
NDSS = 99
NDSM = 20
NDSM = 21
!
INQUIRE(FILE=TRIM(FNMPRE)//"ww3_grid.nml", EXIST=FLGNML)
IF (FLGNML) THEN
Expand Down
4 changes: 3 additions & 1 deletion model/src/w3iogomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,9 @@ SUBROUTINE W3IOGO ( INXOUT, NDSOG, IOTST, IMOD &
!
ELSE IF ( IFI .EQ. 5 .AND. IFJ .EQ. 1 ) THEN
DO ISEA=1, NSEA
IF ( UST(ISEA) .NE. UNDEF .AND. ASF(ISEA) .NE. UNDEF ) THEN
IX = MAPSF(ISEA,1)
IY = MAPSF(ISEA,2)
IF ( MAPSTA(IY,IX) .EQ. 1 ) THEN
AUX1(ISEA) = UST(ISEA) * ASF(ISEA) * &
COS(USTDIR(ISEA))
AUX2(ISEA) = UST(ISEA) * ASF(ISEA) * &
Expand Down

0 comments on commit e2337e9

Please sign in to comment.