-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add ocean option for Redi kappa to be set equal to GM (AMOC PR 3/6) #4867
Conversation
ada0fac
to
454cfd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming @jonbob is happy with the NL changes, the actually code mods look good to me. Approving by visual inspection. It would be good though if someone could run a really short test to verify in output rediKappa = gmBolusKappa. Maybe this has been done already though.
@vanroekel I checked the output, and indeed |
Yes you are totally right, good catch there. I forgot to mention that I passed |
I've run two 5 year This branch with config_Redi_closure = 'equalGM'; default GM here is constant |
I have run a 5-year test with this branch for the SORRM that is equivalent, in terms of settings, to Darin's third set mentioned above: |
Never mind. I did apply horizontal tapering to Redi this whole time. I just did it directly on init, rather than with a coefficient array. E3SM/components/mpas-ocean/src/shared/mpas_ocn_tracer_hmix_redi.F Lines 546 to 560 in 22db376
It’s only with the new ‘RossbyRadius’ tapering option in this PR that the taper changes in time, so changing RediKappa in init made sense. |
This PR requires the same init and additional tapering variables as #4864, so I am closing this one and adding this single flag addition ( |
add new option:
config_Redi_closure = 'equalGM'
, setsRediKappa
equal togmBolusKappa
everywhere. Default remainsconfig_Redi_closure = 'constant'
.[NML]
[BFB]