-
Notifications
You must be signed in to change notification settings - Fork 23
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
Age tracer reset in each IAF cycle #235
Comments
Just a note: This affects the 1-degree and 1/4-degree OMIP-2 simulations to be submitted to the ESGF as well. |
aekiss
added a commit
to COSIMA/01deg_jra55_iaf
that referenced
this issue
Nov 12, 2021
aekiss
added a commit
to COSIMA/01deg_jra55_iaf
that referenced
this issue
Nov 15, 2021
aekiss
added a commit
to COSIMA/01deg_jra55_iaf
that referenced
this issue
Nov 15, 2021
aekiss
added a commit
to COSIMA/01deg_jra55_ryf
that referenced
this issue
Nov 15, 2021
aekiss
added a commit
to COSIMA/025deg_jra55_iaf
that referenced
this issue
Nov 15, 2021
aekiss
added a commit
to COSIMA/025deg_jra55_ryf
that referenced
this issue
Nov 15, 2021
aekiss
added a commit
to COSIMA/1deg_jra55_iaf
that referenced
this issue
Nov 15, 2021
aekiss
added a commit
to COSIMA/1deg_jra55_ryf
that referenced
this issue
Nov 15, 2021
The solution is to use something like
where |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The IAF cycles are run as an ensemble, restarting each cycle using the initial condition from the end of the previous cycle (to avoid leap year issues - see #149).
Unfortunately this resets the age tracer to zero at the start of each cycle, e.g.
returns 60.5968 even though it's 120 years into the run.
This age resetting issue does not affect the RYF runs, e.g.
returns 270.7675, consistent with being 271 years into the run.
The text was updated successfully, but these errors were encountered: