Wave orbital velocities and wave induced bottom friction

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
smrhashemi
Posts: 20
Joined: Fri Dec 16, 2011 3:14 pm
Location: School of Ocean Sciences

Wave orbital velocities and wave induced bottom friction

#1 Unread post by smrhashemi »

Hello All

Referring to this page, https://www.myroms.org/wiki/index.php/SSW_BBL
I think, there might be a mistake in the equation for computing the wave orbital velocities ub=Hs/(2sinh(kh)), at least the dimensions are not consistent. The relationship in linear wave theory [1] is ub=pi*H/(Tsinh(kh)), I would be grateful if you can clarify that.

In the ROMS discussion (viewtopic.php?f=14&t=3150), it has been said that it is possible to use variable friction factor (e.g drag coefficient), I was wondering, if there is a test case which has applied the variable friction? This could be used when someone wants to apply a wave induced friction without SWAN-ROMS coupling.

Thanks

[1] Wiberg, P. L. and C. R. Sherwood, 2008: Calculating wave-generated bottom orbital velocity from surfacewave parameters. Computers & Geosciences, 34, 1243-1262.

jcwarner
Posts: 1198
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Wave orbital velocities and wave induced bottom friction

#2 Unread post by jcwarner »

seems like it has
Ub(i,j)=Fwave_bot(i,j)*Ab(i,j)+eps
and using
Fwave_bot(i,j)=twopi/MAX(Pwave_bot(i,j),0.05_r8)
Ab(i,j)=0.5_r8*Hwave(i,j)/SINH(Kbh)+eps
we get
Ub(i,j)=twopi/Pwave_bot(i,j)*0.5_r8*Hwave(i,j)/SINH(Kbh)+eps
Ub(i,j)=pi/Pwave_bot(i,j)*Hwave(i,j)/SINH(Kbh)+eps
so i think that is ok.

for var friction- have not used that yet but will test it soon.
-j

smrhashemi
Posts: 20
Joined: Fri Dec 16, 2011 3:14 pm
Location: School of Ocean Sciences

Re: Wave orbital velocities and wave induced bottom friction

#3 Unread post by smrhashemi »

thanks John,
that was very helpful.

Post Reply