<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello<div class=""><br class=""></div><div class="">I have been through this and don’t really have an answer. But here is what I remember</div><div class=""><br class=""></div><div class="">First thing to consider:</div><div class="">The “surface” velocity used in KPP should not be the surface cell velocity. This doesn’t matter for coarse model runs, however, so the default is to use surface cell velocity as that is much faster than finding the proper “surface” velocity. For high-res this matters! And is likely causing your noise. The code supposedly works in the mitgcm by defining KPP_ESTIMATE_UREF</div><div class=""><br class=""></div><div class="">In kpp_forcing_surf.F we find:</div><div class="">C     |   - velocity shear relative to surface squared (this is  |<br class="">C     |     not really a surface affected quantity unless it is  |<br class="">C     |     computed with respect to some resolution independent |<br class="">C     |     reference level, that is KPP_ESTIMATE_UREF defined ) |<br class=""><br class=""><div><br class=""></div><div>Second thing to consider: </div><div>There is an option to vertically smooth KPP output. To use define:  ALLOW_KPP_VERTICALLY_SMOOTH</div><div>This could also help you, however you have to decide how much to smooth it by setting num_v_smooth_Ri in data.kpp</div><div>The default is 1 which won’t help, so try making it bigger - perhaps 10 or more, and see if that helps</div><div><br class=""></div><div>Final note, we found that KPP output looked better when we <i class="">horizontally</i> smoothed it. Check your KPP options to see what smoothing you are using. And check you diagnostics to see if you also have noise in the horizontal.</div><div><br class=""></div><div>Matt</div><div><br class=""></div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Apr 2, 2020, at 2:24 PM, Dimitris Menemenlis <<a href="mailto:dmenemenlis@gmail.com" class="">dmenemenlis@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Ed, I was not questioning the need for a convective adjustment scheme but whether a simpler scheme than KPP, e.g., cAdjFreq/ivdc_kappa might suffice.<div class=""><br class=""></div><div class=""><div class="">Senja, do they instabilities occur within or below KPPhbl?  Are they stable in time and vertical structure or do they oscillate?</div><div class=""><br class=""></div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Apr 2, 2020, at 2:10 PM, Edward Doddridge <<a href="mailto:edward.doddridge@utas.edu.au" class="">edward.doddridge@utas.edu.au</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class="">I would have guessed that KPP is still required. With an aspect ratio of 1:200 this simulation should still be in the hydrostatic regime, despite the high resolution.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class="">If you have the computational resources you could try reducing dx and running a non-hydrostatic simulation without KPP.<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class="">Cheers,<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class="">Ed</span></div></div></blockquote><br class=""></div><br class=""></div></div>_______________________________________________<br class="">MITgcm-support mailing list<br class=""><a href="mailto:MITgcm-support@mitgcm.org" class="">MITgcm-support@mitgcm.org</a><br class="">http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support<br class=""></div></blockquote></div><br class=""></div></body></html>