specific transient forcings for AWI-CM3 #1031
Replies: 8 comments
-
Hi @jian-shi72, I think this is a direct question to a specific model configuration. Therefore, I will convert this into a discussion for now. |
Beta Was this translation helpful? Give feedback.
-
Hi @jian-shi72, the variable @JanStreffing, do you know if AWICM3 has a similar parameter? |
Beta Was this translation helpful? Give feedback.
-
I understand correctly that this is a method to speed up the change from one set of orbital parameters to another compared to how it would be in real time, while also not making a sharp jump? |
Beta Was this translation helpful? Give feedback.
-
What we have for AWI-CM3 is transient orbital forcing, which just changes with the simulation year. It works for within +-1 millions years of the present. This would be There is no way to accelerate this by reading values from a list. We could of course build something like this in esm_tools / as a python script. |
Beta Was this translation helpful? Give feedback.
-
Another alternative would be to modify the OpenIFS dates, so that the atmosphere actually jumps forward e.g. by 99 years after every 1 year of simulation upon restart. However we would need a small additional FESOM2 preprocessing script that does the same for FESOM2. As otherwise the years would be out of sync and leap years would cause trouble. |
Beta Was this translation helpful? Give feedback.
-
Hi @JanStreffing, you're right. By reading a list of orbit forcing at a 10-years interval between two simulation years, the orbital scale simulation can run 10 times faster. I think it's better to mimic the |
Beta Was this translation helpful? Give feedback.
-
I see. Do you know where to start doing this? If not, let me know and we can brainstorm. |
Beta Was this translation helpful? Give feedback.
-
I have ideas, doing some tests now.
获取Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Jan Streffing ***@***.***>
Sent: Tuesday, August 22, 2023 6:35:20 PM
To: esm-tools/esm_tools ***@***.***>
Cc: jian-shi72 ***@***.***>; Mention ***@***.***>
Subject: Re: [esm-tools/esm_tools] specific transient forcings for AWI-CM3 (Discussion #1031)
I see. Do you know where to start doing this? If not, let me know and we can brainstorm.
―
Reply to this email directly, view it on GitHub<#1031 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4ULPREAHUEY62P7BSHTYJLXWTNURANCNFSM6AAAAAA32B2WXE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
When I attempt to do a accelerated orbital transient experiment using AWI-CM3, I didn't find the switch that uses a list of orbital parameters/GHGs in a table (like "use_transient_forcing = true" for AWI-ESM2). Is there such a function for AWI-CM3 (especially for the orbit)?
Describe the solution you'd like
Just like the solution in AWI-ESM2:
use_transient_forcing: True
transient_forcing_table: /some/path/to/a/table
Beta Was this translation helpful? Give feedback.
All reactions