-
Notifications
You must be signed in to change notification settings - Fork 0
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
Include KPP nonlocal terms in vertical mixing for passive tracers #54
Comments
The terms are applied to T & S in https://github.com/mnlevy1981/MOM6/blob/mnlevy1981/add_MARBL/src/parameterizations/vertical/MOM_diabatic_driver.F90#L1220 call KPP_NonLocalTransport_temp(CS%KPP_CSp, G, GV, h, CS%KPP_NLTheat, CS%KPP_temp_flux, &
US%T_to_s*dt, tv%T, US%Q_to_J_kg*tv%C_p)
call KPP_NonLocalTransport_saln(CS%KPP_CSp, G, GV, h, CS%KPP_NLTscalar, CS%KPP_salt_flux, &
US%T_to_s*dt, tv%S) as part of |
How should we handle diagnostic quantities for these? It seems like |
Lots of progress made. Current steps to take
|
Merged to |
- Scaling of OBC's dz_src. - Scaling of CS%IDatu in MOM_barotropic.
It looks like the MOM6 implementation of KPP includes nonlocal terms for temperature and salinity, but not for any of the passive tracers.
The text was updated successfully, but these errors were encountered: