equivalentfetchshallow#

[FetchEq, FetchhatEq] = equivalentfetchshallow(windvel, hmean, SustWindDur, CalcMethod)

Description#

Calculate an equivalent wind fetch for duration limited wave growth in shallow and intermediate water

Inputs#

windvel
Wind velocity in (m/s)
Wind velocity should be measured (or represents velocity) at 10 m above surface
Wind velocity should be a 10 minutes averaged wind for all methods, except for for ‘cem’ and ‘spmdeep’ methods
For ‘cem’ and ‘spmdeep’ methods, wind velocity should be converted to duration of sustained wind by using gust factor
hmean

Mean water depth along a wind fetch in (m)

SustWindDur

Sustained wind duration in (second)

CalcMethod=’karimpour’;
Parametric wave model to be used for calculation
‘spmshallow’: Use method by Shore Protection Manual (SPM),
U.S. Army Corps of Engineers (1984) in shallow and intermediate water water
‘karimpour’: Use method by Karimpour et al. (2017)

Outputs#

FetchEq

Equivalent wind fetch values for a duration limited wave growth in (m)

FetchhatEq
Dimensionless equivalent wind fetch values for a duration limited wave growth: Fetchhat=g*Fetch/U10^2
Note, g=9.81: gravitational acceleration
U10: wind velocity
Fetch: wind fetch

Examples#

windvel(:,1)=10.*rand(100,1);
SustWindDur(:,1)=10000.*rand(100,1);
hmean(:,1)=3.*rand(100,1);
[FetchEq,FetchhatEq]=equivalentfetchshallow(windvel,hmean,SustWindDur,'karimpour');

References#

U.S. Army Corps of Engineers (2015). Coastal Engineering Manual. Engineer Manual 1110-2-1100, Washington, D.C.: U.S. Army Corps of Engineers.

Department of the Army, Waterways Experiment Station, Corps of Engineers, and Coastal Engineering Research Center (1984), Shore Protection Manual, Washington, D.C., vol. 1, 4th ed., 532 pp.

Karimpour, A., Chen, Q., & Twilley, R. R. (2017). Wind Wave Behavior in Fetch and Depth Limited Estuaries. Scientific reports, 7, 40654.