-
Notifications
You must be signed in to change notification settings - Fork 10
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
Question #72
Comments
Hi @austinrwg, to replicate the temperature impulse response graph above you will want the temperature anomaly variable from the FaIR climate model, which could for example use the variable
To replicate the graph you'd take the difference in temperature trajectories between the base run and the marginal run, which includes a pulse of carbon dioxide in the year 2030, and then normalize to pulse size and molecular mass as needed. Give the substantial uncertainty in the FaIR climate module you'll want to run a Monte Carlo simulation to get your distribution and then take the mean. |
Thank you. Why do temperature anomalies differ slightly between GIVE and DSCIM? Although they follow the same trajectory and their values are extremely close, the numbers are still slightly different. |
I'm not sure I can reliably answer without more information on the current version of the DSCIM implementation and where it's run from? If the differences are small, then a few answers may include
|
Thank you. I just have one clarification to ask for this sentence: "To replicate the graph you'd take the difference in temperature trajectories between the base run and the marginal run, which includes a pulse of carbon dioxide in the year 2030, and then normalize to pulse size and molecular mass as needed." I changed pulse_size to 1, but what would I need to change about the molecular mass? Having pulse_size = 1 seems to do the job to replicate the graph. |
Hi @austinrwg, it sounds like you're good to go then. That comment was just that especially when comparing temperature impulse responses between models I find that the two units conversions always worth double checking are magnitude of pulse size and molecular mass. For pulse size, you're right, the units for a pulse of carbon are Gt, so if you have And then sometimes those graphs are per Gt of carbon dioxide instead of carbon, so the 44/12 conversion can be needed to get the y-axis to be what you want. |
@austinrwg I'll close this issue for now, as it seems resolved, but feel free to open a new issue with further questions! |
Thank you! |
Hi @austinrwg, please see here for replication code for that figure. As for the difference between DSCIM and GIVE temperature anomalies, @lrennels hit the nail on the head with the pulse size and chemistry conversions. Please see the DSCIM User Manual for the relevant pulse sizes. |
Hi!
If you can help me with this problem, then I would very much appreciate it: which variable(s) will allow me to replicate this graph, as shown below.
Specifically, the FaIR 1.6.2 solid black line.
Thank you so much!
The text was updated successfully, but these errors were encountered: