Skip to content
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

Add diagnostic to calculate Transient Climate Response to Emissions (TCRE) #3904

Open
wants to merge 53 commits into
base: main
Choose a base branch
from

Conversation

schlunma
Copy link
Contributor

@schlunma schlunma commented Feb 3, 2025

Description

This PR adds a diagnostic and recipes to calculate the Transient Climate Response to Emissions (TCRE). For CMIP7, this can be simply calculated from the esm-flat10 experiment as the change in global mean near-surface air temperature averaged between years 90 and 110 of that simulation (see https://doi.org/10.5194/egusphere-2024-3356). However, since CMIP7 data does not exist yet, this PR adds an example using CMIP6 data and the esm-1pctCO2 experiment. This second approach needs the variable fco2antt (anthropogenic CO2 emissions) in addition to tas (near-surface air temperature). The implementation here is 100% compatible with the desired approach using the CMIP7 esm-flat10 experiment outlined in the paper mentioned above.

Example plot:

tcre


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.

New or updated recipe/diagnostic


To help with the number of pull requests:

schlunma added 24 commits March 14, 2019 16:49
@schlunma schlunma added diagnostic REF Important for the CMIP Rapid Evaluation Framework (REF) labels Feb 3, 2025
@schlunma schlunma added this to the v2.12.0 milestone Feb 3, 2025
@schlunma schlunma marked this pull request as ready for review February 5, 2025 16:37
Copy link
Contributor

@alistairsellar alistairsellar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @schlunma, this is great work!

Not a complete science review yet, but a couple of early suggestions for you to consider.

Also, do you have examples of TCRE metrics calculated for a couple of CMIP6 models that could be compared against values in the literature as assurance of the science output?

@schlunma
Copy link
Contributor Author

Thanks for reviewing, @alistairsellar!

Also, do you have examples of TCRE metrics calculated for a couple of CMIP6 models that could be compared against values in the literature as assurance of the science output?

Good point! For the MPI-ESM1-2-LR model, we get TCRE=1.64 K/EgG here, while the literature gives 1.65 K/EgC:

grafik

Unfortunately, this is the only CMIP6 model where we have all the available data (tas and fco2antt from the esm-1pctCO2 and esm-piControl). You could also diagnose the anthropogenic CO2 emissions from the atmospheric, land, and ocean CO2 fluxes, but this is not supported here to keep the diagnostic as simple as possible. For the REF, fco2antt is requested, so we shouldn't have any problems for the CMIP7 models.

Copy link
Contributor

@alistairsellar alistairsellar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reviewed the rest now @schlunma, and it's great work! Just some minor suggestions / questions remaining.

Since I'm not an expert in TCRE, I had a chat with @ChrisJones-MOHC, who is. He took issue with the statement in the first PR comment that TCRE could be calculated for any run with increasing CO2 emissions. Technically it could, but there are some experiments for which it shouldn't (for example it must be an idealised experiment with only CO2 forcing, not e.g. historical). To reduce risk of the diagnostic being used in unrecommended ways, I updated that comment to say "TCRE can be calculated for the esm-1pctCO2, as tested in this PR.". Apologies for direct edit of your comment - I thought it was simpler than asking you to change.

@alistairsellar
Copy link
Contributor

For the MPI-ESM1-2-LR model, we get TCRE=1.64 K/EgG here, while the literature gives 1.65 K/EgC:

Unfortunately, this is the only CMIP6 model where we have all the available data (tas and fco2antt from the esm-1pctCO2 and esm-piControl). You could also diagnose the anthropogenic CO2 emissions from the atmospheric, land, and ocean CO2 fluxes, but this is not supported here to keep the diagnostic as simple as possible. For the REF, fco2antt is requested, so we shouldn't have any problems for the CMIP7 models.

Fantastic - thanks! That's a solid assurance.

@schlunma
Copy link
Contributor Author

Great, thanks for reviewing @alistairsellar and @ChrisJones-MOHC! I think I addressed all your comments, let me know that you think!

Copy link
Contributor

@alistairsellar alistairsellar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @schlunma ! I'm happy to sign off science review. Thanks @ChrisJones-MOHC for your help!

@@ -0,0 +1,95 @@
# ESMValTool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are there two almost identical copies of the recipe? I would recommend adding just one copy to avoid future synchronization issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My idea was to have a collection of all recipes used in the REF in one place, but I agree that this will lead to duplication. I can remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in fbf6311, but I added the recipe to the doc in 3a0bcff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostic REF Important for the CMIP Rapid Evaluation Framework (REF) requires new ESMValCore release A new release of ESMValCore is needed to solve this issue/merge this pull request..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Transient climate response to cumulative emissions of carbon dioxide (TCRE) for REF
3 participants