Skip to content

Commit

Permalink
Tem fix for wave # in WW3 (for init call)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Sep 25, 2024
1 parent 4198ee6 commit d9b1f77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Hydro/misc_subs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6485,6 +6485,9 @@ SUBROUTINE get_WW3_arrays(WW3__OHS,WW3__DIR,WW3_T0M1,WW3__WNM,WW3__BHD,WW3_USSX,
call parallel_abort(errmsg)
endif

!Temp fixes
where(wave_wnm<=0.d0) wave_wnm=0.16d0

!Compute wave forces
! Compute Stokes drift velocities and pressure terms
call STOKES_STRESS_INTEGRAL_SCHISM
Expand Down

0 comments on commit d9b1f77

Please sign in to comment.