Hello,
thank you for your comments and questions. Actually, you are right this point is not very clear in the TOMAWAC documentation. We will ensure to clarify this for the next version of the documentation.
In fact, you have different ways to specify your initial JONSWAP spectrum :
- you can specify alpha_phil, the Phillips constant (and fp, gamma...) : this corresponds to cases 2 without wind, 3 with wind and 4 of Table 8.1 page 66/144
- or you can specify Hm0, the significant wave height (and also fp, gamma...) : cases 5 with wind and 6 of Table 8.1 page 66/144
The formula at page 64/144 is exactly what is implemented in the code when the JONSWAP spectrum is parameterized by Hm0, and fp, gamma... but not by the Phillips constant. So the alpha_phil you find in this formula is not the real Phillips constant.
The general formula for the JONSWAP spectrum can be written as:
E(f) = alpha_phil * g^2 * (2*Pi)^(-4) * f^(-5) * exp (...) * gamma^(...)
Here alpha_phil really is the Phillips constant, that you can specify in your parameter file. So you see that you can either specifiy alpha_phil directly, or if you give Hm0, the Phillips constant will be calculated in the code as :
alpha_phil = 0.0624/(.23+.0336*Gamma-0.185/(Gamma+1.9)) * Hm0^2 * (2*Pi*fp)^4 / g^2
Then you fall back on the documentation formula.
I hope this answers your question. Please don't hesitate to ask if you need more explanations.
Best regards,
Elodie