-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default local_mixing_frac value #91
Comments
Thank you for pointing this out! You are correct, according to Simmons, et al. (2004) the proper default value is 1/3. In fact, the stand-alone tidal mixing driver provided as an example with CVMix sets this mixing fraction to 0.33, so I'm not sure how we ended up with the wrong default value. POP also sets this value to 0.33 in its namelist and then uses this namelist value when calling Thanks again for bringing this up. |
Thanks for the quick answer |
Thanks for catching that, Mehmet. |
GFDL does not use CVMix att. Thanks for checking. I suggest changing the CVMix default to the documented 0.33 value. |
Hi,
I am trying to export CVmix into our climate model NorESM similar to MOM6.
While I was coding tidal mixing, I saw this line
call cvmix_put_tidal("local_mixing_frac", 3, CVmix_tidal_params_user)
Normally local_mixing_frac default value should be 1/3 in the tidal mixing parameterizations.
Is there a reason why the default value is 3?
Thanks in advance,
Best,
Mehmet
The text was updated successfully, but these errors were encountered: