diff --git a/how_to_eurec4a/_toc.yml b/how_to_eurec4a/_toc.yml index ee48950..d109904 100644 --- a/how_to_eurec4a/_toc.yml +++ b/how_to_eurec4a/_toc.yml @@ -41,6 +41,8 @@ chapters: - file: icon_les sections: - file: icon_les-pamtra + - file: icon_les-warming + title: Warming experiments - file: botany_dales - file: auxiliary_datasets sections: diff --git a/how_to_eurec4a/icon_les-warming.md b/how_to_eurec4a/icon_les-warming.md new file mode 100644 index 0000000..8f424b7 --- /dev/null +++ b/how_to_eurec4a/icon_les-warming.md @@ -0,0 +1,45 @@ +--- +jupytext: + text_representation: + extension: .md + format_name: myst + format_version: 0.12 + jupytext_version: 1.7.1 +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + +# EUREC4A warming experiments with ICON-LES + +## Motivation + +We aim to get a deeper understanding of the trade-wind cloud feedback. The quantitative aspect of this is to get an accurate estimate of the magnitude of cloud feedback, the qualitative aspect is to get a better understanding of processes involved in the clouds' response to global warming. Our large-domain LES with realistic boundary conditions allows a good representation of mesoscale processes and thus opens a unique view on this topic. + +## Domain + +We use the non-hydrostatic ICON model with two nested domains in the EUREC4A field campaign area. The simulations with unperturbed boundary conditions (our control run) are available as part of the [EUREC4A intake catalog](https://github.com/eurec4a/eurec4a-intake) {cite:p}`Schulz_Stevens:2023`. + +![](https://gitlab.gwdg.de/hernan.campos/warm_eurec4a/-/raw/f107ebccdd2940629f9d388cdbed1a48bc643367/03_adiabatic_warming/img/fig_rectangle_domains_1and2_with_resolution.png) + +## Forcing + +For the process understanding we will follow the idea that the effects of global warming on the trade-wind regime can be separated into a dynamic (large scale circulation changes) and a thermodynamic part (increased temperatures; {cite:t}`Bonyetal:2004`). To get an accurate estimate we will use the pseudo global warming technique (PGW) with its comprehensive and realistic, GCM derived, climate change signal, which combines and scales thermodynamic and dynamic effects. This leaves us with three warming experiment setups: + +- A thermodynamic global warming, increasing only (surface and air) temperatures by 4 kelvin. +- A dynamic global warming, only decreasing the subsidence, mimicing the slow down of the hadley circulation +- A pseudo-global warming (PGW) experiment, aiming for a comprehensible, multi-variable climate change signal. + + +## Thermodynamic global warming + +In this - our first - setup we raise the surface temperature by 4 kelvin. To extrapolate this warming into the vertical profile, we construct two moist adiabatic profiles from two surface temperatures and use the difference between the two as a *delta*. This idealised *delta* is then added to the existing boundary conditions of the control setup. We keep relative humidity constant through warming by adjusting the specific humidity accordingly. + +![](https://gitlab.gwdg.de/hernan.campos/warm_eurec4a/-/raw/main/03_adiabatic_warming/img/fig_delta_from_moist_adiabats_4K.png?ref_type=heads) + +## A dynamic global warming +__in planning__ + +## A pseudo-global warming (PGW) experiment +__in planning as part of EUREC4A-MIP__ \ No newline at end of file diff --git a/how_to_eurec4a/references.bib b/how_to_eurec4a/references.bib index 477046a..ddbce56 100644 --- a/how_to_eurec4a/references.bib +++ b/how_to_eurec4a/references.bib @@ -178,3 +178,27 @@ @Article{Poertge:2023 URL = {https://amt.copernicus.org/articles/16/645/2023/}, DOI = {10.5194/amt-16-645-2023} } + +@article{Schulz_Stevens:2023, + title = {Evaluating {{Large-Domain}}, {{Hecto-Meter}}, {{Large-Eddy Simulations}} of {{Trade-Wind Clouds Using EUREC4A Data}}}, + author = {Schulz, Hauke and Stevens, Bjorn}, + year = {2023}, + journal = {Journal of Advances in Modeling Earth Systems}, + volume = {15}, + number = {10}, + pages = {e2023MS003648}, + issn = {1942-2466}, + doi = {10.1029/2023MS003648}, +} + +@article{Bonyetal:2004, + title = {On Dynamic and Thermodynamic Components of Cloud Changes}, + author = {Bony, S. and Dufresne, J.-L. and Le Treut, H. and Morcrette, J.-J. and Senior, C.}, + year = {2004}, + journal = {Climate Dynamics}, + volume = {22}, + number = {2}, + pages = {71--86}, + issn = {1432-0894}, + doi = {10.1007/s00382-003-0369-6}, +} \ No newline at end of file