-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mismatch in calendar when using a temporal perturbation on the "experiment" calendar. #69
Comments
I think we may have figured out the cause of this. Will post again shortly. |
We have solved the slow-down problem. The time axis in the perturbation file did not cover the simulation time range and so there was some extrapolation going on. Really, it should spit out a warning/error if this is the case? However, in solving that problem we have encountered another to do with leap years. We are using a "temporal", "offset" forcing perturbation with the "experiment" calendar, with an RYF simulation (so all calendars should be "noleap"). However, the applied perturbations seem to go out of sync with the output calendar by 1 day every 4 years. I have put together a minimal example here, which applies alternating years of +20Wm-2 and -20Wm-2 shortwave anomalies. In the last cell you can see that if we read the forcing perturbation out of the forcing perturbation file we created, the transition times from +20 to -20 match up properly with the first day of each year. However, what we get out of the simulation is losing a day a year:
@nichannah would be really great to get some help here. I originally thought it was a problem with the way we were creating the forcing time variable. But the test above seems to show it's a libaccessom2 problem? |
Just adding another note here: I thought this could be associated with how I was putting the time variable back in the netcdf file (by calculating by hand the days since 1900-01-01). However, if I instead let xarray do this by keeping the time variables as We could really use some help here @nichannah. Also, I wonder if @aidanheerdegen has any ideas? |
We have figured out a hack workaround here by simply increasing the period of our oscillation by
But it works for our purposes... |
I am experiencing a slow-down in my ACCESS-OM2-1 simulations when applying a time-dependent, spatially constant perturbation.
However, the slow-down appears only to arise when I start from a spun-up control simulation. When I start from a cold start, my simulation runs fine (finishing 1 year in ~14 minutes wall time). Whereas when I start from a spun-up control simulation (starting at model year 2100) my simulation runs fine until it experiences a dramatic slow-down at around 2100-11-10 (finishing 1 year in ~1 hr wall time).
The cold-start run can be found at
/home/561/mp2135/access-om2/1deg_jra55_ryf_wcwc_test1
and the run experiencing the slow-down can be found at/home/561/mp2135/access-om2/1deg_jra55_ryf_wcwc_test2
. The only difference between the two is thattest2
is branched from a spin-up.There has been some previous discussion in this thread on Slack https://arccss.slack.com/archives/C08KM5KS6/p1625456199042400.
The text was updated successfully, but these errors were encountered: