Closed Jiangchao3 closed 6 months ago
Just got it, it is easy to accomplish. Sorry for disturbing.
Maybe if you could post how you did it briefly here for others that would be helpful. Thanks!
Yes,
When useing the hybrid bottom fraction,
m.f15.bolibf = 2; m.f15.taucf = [0.0025 2 10 1/3]; % [CF HBREAK FTHETA FGAMMA]
Hi @krober10nd and @WPringle,
I am wondering how to set up parameters for hybrid bottom friction in OM. The following is the description in the manual:
If NOLIBF = 2, the hybrid bottom friction formulation is used FFACTOR = CF*[1+(HBREAK/H)FTHETA](FGAMMA/FTHETA and CF is as specified in this expression. Note, that FFACTOR approaches CF in deep water (H > HBREAK) and the hybrid friction formulation reverts to a standard quadratic formulation. This option is not available for friction coefficients specified using nodal attributes.
So four parameters is required, CF, HBREAK, FTHETA and FGAMMA.
If I want to use this function, should I set one line CF = CF, HBREAK, FTHETA and FGAMMA to assign this four parameters when using Make_f15.m, or in other ways ?
Looking forward to your reply. Thanks very much.
Jiangchao