-
Notifications
You must be signed in to change notification settings - Fork 97
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
maximum age bug #400
Comments
Hi @briochemc, perhaps these will help? |
Thanks @aekiss for pointing me to these! Reading your comment, it seems that you ended up not setting |
I'm not sure - maybe see how you go with |
Hi there,
I got bit by the age being capped. Not sure if this should be an issue here or on the ACCESS-ESM1.5 config or forums or even transferred to MOM6, but I feel it should be reported so here I am. The culprit:
MOM5/src/mom5/ocean_tracers/ocean_tracer.F90
Lines 2509 to 2525 in 6bdbdd4
For me this was an issue using ACCESS-NRI's ACCESS-ESM1.5 config because it kept capping the age I was trying to spin up using Anderson Acceleration. I would repeatedly run the 1850s but replacing the age restart file with the accelerated age, but it never reach beyond 1860 years, with lots of grid cells with exactly 1860 years.
I believe this was not caught up in ACCESS-ESM1.5 CMIP6 runs because their age was not fully spun up (reaching only about 500 years). Had the age been spun up for the preindustrial (with values reaching e.g. 2000 years), it would have been instantly modified to 1850 years right at the start of the historical runs (potentially introducing errors of many 100s of years in large parts of the deep ocean).
I understand I can turn this off with
limit_age_tracer
but I do feel like modifying the age is never a good idea. Shouldn't this simply trigger a warning by the end of the run instead? Additionally, shouldn't theage < 0
andage > max_age
cases be treated separately?Cheers,
Benoit
The text was updated successfully, but these errors were encountered: