Skip to content

Commit

Permalink
ww3_setup: add my latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aronroland committed Sep 25, 2024
1 parent 5584bea commit b4a2419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/w3wavset.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ SUBROUTINE TRIG_WAVE_SETUP_SOLVE_POISSON_NEUMANN_DIR(ASPAR, B, TheOut, ACTIVE, A
V_P(IP)=V_Z(IP) + beta * V_P(IP)
END DO
END DO
TheOut = 2 * V_X
TheOut = V_X
#ifdef W3_DEBUGSTP
WRITE(740+IAPROC,*) 'TRIG_WAVE_SETUP_SOLVE_POISSON_NEUMANN_DIR, max/min=', maxval(TheOut), minval(TheOut)
FLUSH(740+IAPROC)
Expand Down

0 comments on commit b4a2419

Please sign in to comment.