Replies: 1 comment
-
Solved. Some say the scaling for Snl is (1-c), and some say the scaling for Snl is 1. In WW3, the default setting is (1-c) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I found ice scale numbers for source terms in WW3/model/src/w3srcemd.F90 might be incorrect, the codes (line921-924) are below:
It is clear that wind source and dissipation term is scaled by (1-c), because models assume they work on open water part. However, the nonlinear term is also scaled by (1-c) here in the code, which is different from the user manual saying that it is unchanged (or scaled by 1).
Beta Was this translation helpful? Give feedback.
All reactions