# HG changeset patch # User Jens-Uwe Grooss # Date 1738683054 -3600 # Node ID c03d9beb045110c4cc02fde1bd5e9775786633e1 # Parent 02ab6e6a2bb62f27db3ad371f8438de3e028f3f8 remove ESKP page links, as ESKP project ceased in 2020 diff -r 02ab6e6a2bb6 -r c03d9beb0451 eskp.py --- a/eskp.py Mon Feb 03 20:50:40 2025 +0100 +++ b/eskp.py Tue Feb 04 16:30:54 2025 +0100 @@ -75,7 +75,6 @@ ('/ozoneloss/uvmap/' + newest_date, _(u'uv index map')), ('/ozoneloss/uvi', _(u'uv increase')), ('/ozoneloss/decadal', _(u'decadal')))), - ('/eskp', _(u'ESKP'), (None, None)), ('/ice-4', _(u'ICE-4'), (None, None)) ] return menue @@ -187,7 +186,6 @@ @app.route("/index") def index(): return render_template("/index.html", - eskp_info=_(u'About ESKP'), ) @@ -225,7 +223,6 @@ global LANGUAGE_SELECTED LANGUAGE_SELECTED = "de" return render_template("/index.html", - eskp_info=_(u'About ESKP'), ) @@ -234,18 +231,9 @@ global LANGUAGE_SELECTED LANGUAGE_SELECTED = "en" return render_template("/index.html", - eskp_info=_(u'About ESKP'), ) -@app.route("/eskp") -def eskp(): - filename = os.path.join("templates", get_locale(), "rst", "eskp.rst") - content = get_content(filename) - filename = os.path.join("templates", get_locale(), "rst", "eskp_title.rst") - headline = get_content(filename) - return render_template("/eskp.html", act="eskp", content=content, headline=headline) - def qr_image_data(card): buf = StringIO.StringIO() diff -r 02ab6e6a2bb6 -r c03d9beb0451 static/css/bootstrap.css --- a/static/css/bootstrap.css Mon Feb 03 20:50:40 2025 +0100 +++ b/static/css/bootstrap.css Tue Feb 04 16:30:54 2025 +0100 @@ -6033,8 +6033,8 @@ /* Module ------------------------------------ */ .module-gallery { - background: url('../images/institut.jpg') no-repeat; - background-size: 1931px 500px; + background: url('../images/ice-4_background_image_narrow.png') no-repeat; + background-size: 1800px 330px; } .module-gallery .module-content { diff -r 02ab6e6a2bb6 -r c03d9beb0451 static/images/ice-4_background_image.png Binary file static/images/ice-4_background_image.png has changed diff -r 02ab6e6a2bb6 -r c03d9beb0451 static/images/ice-4_background_image_narrow.png Binary file static/images/ice-4_background_image_narrow.png has changed diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/de/rst/ozoneloss.rst --- a/templates/de/rst/ozoneloss.rst Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/de/rst/ozoneloss.rst Tue Feb 04 16:30:54 2025 +0100 @@ -2,13 +2,12 @@ ==================================== -Hier wird der chemisch bedingte Ozonverlust im Nordwinter sowie -dessen Auswirkungen auf mittlere Breiten in Europa beschrieben. -Im Winter 2010/2011 wurde zum Beispiel eine sehr hohe Ozonzerstörung im Bereich -des Arktischen Polarwirbels beobachtet. Im Rahmen -der `Wissensplattform "Erde und Umwelt" (ESKP)`_ werden die Auswirkungen -dieser Ozonverluste auf mittlere Breiten erklärt und -tagesaktuell dokumentiert. +Hier wird der chemisch bedingte Ozonverlust im Nordwinter sowie dessen +Auswirkungen auf mittlere Breiten in Europa beschrieben. Im Winter +2010/2011 wurde zum Beispiel eine sehr hohe Ozonzerstörung im Bereich +des Arktischen Polarwirbels beobachtet. Hier werden die Auswirkungen +dieser Ozonverluste auf mittlere Breiten erklärt und tagesaktuell +dokumentiert. So wird ein Frühwarnsystem für solche Ereignisse etabliert. Grundlage sind Simulationen mit dem Jülicher Chemie-Transportmodell `CLaMS`_, welches über innovative Transport- und Mischungsalgorithmen zur @@ -33,13 +32,19 @@ deutlich höher als in der Antarktis, so dass im arktischen Frühjahr bislang sich maximal eine mäßige UV-Einstrahlung zeigt. +(Diese Seite wurde im Rahmen der `Wissensplattform "Erde und Umwelt" +(ESKP)`_ entwickelt. Das ESKP Programm wurde 2020 eingestellt, diese +Seite wird jedoch weiterhin aktualisiert.) + + Aktuell -------- -**Der aktuelle Winter 2023/2024** zeigt niedrige stratosphärische -Temperaturen im Dezember und nochmal eine Periode mit mittleren bis -niedrigen Temperaturen Ende Februar/Anfang März. Es gab daher nur einen -moderaten Ozonabbau, der mit etwa 70 DU berechnet wurde. +**Der aktuelle Winter 2024/2025** zeigt besonders niedrige +stratosphärische Temperaturen im insbesondere Rekordwerte Anfang +Februar. Es besteht daher die Möglichkeit eines deutlichen Arktischen +Ozonverlustes. mit Auswirkungen auf die mittleren Breiten. + Frühere Jahre -------------- @@ -83,10 +88,13 @@ den 28. März 2011. Gezeigt ist jeweils die Gesamtsäule zwischen 12 und 22 km Höhe in Dobson-Einheiten (DU). -.. _Berechnungen des Ozonverlusts: /ozoneloss/clams/2020 -.. _Abschätzungen aus der Temperatur: /ozoneloss/vpsc/2020 + + + +.. _Berechnungen des Ozonverlusts: /ozoneloss/clams/2025 +.. _Abschätzungen aus der Temperatur: /ozoneloss/vpsc/2025 .. _UV-Anstieg: /ozoneloss/uvi -.. _Kartendarstellung: /ozoneloss/uvmap/200119 +.. _Kartendarstellung: /ozoneloss/uvmap/250203 .. _Wissensplattform "Erde und Umwelt" (ESKP): /eskp .. _CLaMS: http://en.wikipedia.org/wiki/CLaMS .. _1: https://doi.org/10.1029/2020JD033339 diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/de/rst/ozoneloss_publications.rst --- a/templates/de/rst/ozoneloss_publications.rst Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/de/rst/ozoneloss_publications.rst Tue Feb 04 16:30:54 2025 +0100 @@ -10,10 +10,10 @@ University of Cambridge: `Die Ozonloch-Tour`_ -WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2018 update`__ +WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2022 update`__ .. __: http://www.warnsignale.uni-hamburg.de/wp-content/uploads/2014/04/grooss.etal.pdf -.. __: https://www.esrl.noaa.gov/csd/assessments/ozone/2018/twentyquestions +.. __: https://www.esrl.noaa.gov/csd/assessments/ozone/2022/twentyquestions .. _Die Ozonloch-Tour: http://www.atm.ch.cam.ac.uk/tour/tour_de/index.html .. _Ozonloch: https://www.eskp.de/klimawandel/forschungsthema-ozon-935699 diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/en/rst/ozoneloss.rst --- a/templates/en/rst/ozoneloss.rst Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/en/rst/ozoneloss.rst Tue Feb 04 16:30:54 2025 +0100 @@ -5,7 +5,7 @@ Shown here is the chemical ozone loss in northern winter as well its effects on mid latitudes in Europe. For example, in winter 2010/2011 there was a very high ozone depletion in the area of the Arctic polar -vortex. In the frame of the `Knowledge Platform "Earth and Environment" (ESKP)`_ +vortex. Here the effects this ozone loss at mid latitudes are explained and documented on a daily basis. An early warning system for such events is thus established. The basis is simulations with the Jülich @@ -30,12 +30,15 @@ the Antarctic despite ozone depletion, so that in the Arctic spring there is so far at most a moderate UV radiation at the ground. -Current -------- -**The current winter of 2023/2024** shows low stratospheric -temperatures in December and another period with medium to low -temperatures at the end of February/beginning of March. Thus there was -moderate ozone depletion, calculated to be around 70 DU. +This page was developed In the frame of the `Knowledge Platform "Earth and Environment" (ESKP)`_ . This programm ceased in 2020, but this page isstill continued. +Current +-------- + +**The current winter of 2024/2025** shows specifically low +stratospheric temperatures, especially record low temperatures in +early February. A significant Arctic ozone loss is therefore possible +with later consequences on mid-latitudes. Previous years -------------- @@ -76,9 +79,11 @@ ozone column (top) and ozone loss (bottom) for March 28, 2011. Shown is the total column between 12 and 22 km altitude in Dobson Units (DU). -.. _Calculations of ozone loss: /ozoneloss/clams/2020 -.. _Estimates from temperature: /ozoneloss/vpsc/2020 +.. _Calculations of ozone loss: /ozoneloss/clams/2025 +.. _Estimates from temperature: /ozoneloss/vpsc/2025 .. _UV increase: /ozoneloss/uvi -.. _Map display: /ozoneloss/uvmap/200119 +.. _Map display: /ozoneloss/uvmap/250203 .. _Knowledge Platform "Earth and Environment" (ESKP): /eskp .. _CLaMS: http://en.wikipedia.org/wiki/CLaMS +.. _1: https://doi.org/10.1029/2020JD033339 +.. _2: https://agupubs.onlinelibrary.wiley.com/doi/toc/10.1002/(ISSN)1944-8007.ARCTICSPV diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/en/rst/ozoneloss_publications.rst --- a/templates/en/rst/ozoneloss_publications.rst Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/en/rst/ozoneloss_publications.rst Tue Feb 04 16:30:54 2025 +0100 @@ -10,11 +10,11 @@ University of Cambridge: `Die Ozonloch-Tour`_ -WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2010 update`__ +WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2022 update`__ .. __: http://www.warnsignale.uni-hamburg.de/wp-content/uploads/2014/04/grooss.etal.pdf -.. __: http://www.esrl.noaa.gov/csd/assessments/ozone/2010/twentyquestions/ +.. __: http://www.esrl.noaa.gov/csd/assessments/ozone/2022/twentyquestions/ .. _Die Ozonloch-Tour: http://www.atm.ch.cam.ac.uk/tour/tour_de/index.html .. _Ozonloch: https://www.eskp.d/en/climate-change/research-topic-ozone-935699 diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/footer.html --- a/templates/footer.html Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/footer.html Tue Feb 04 16:30:54 2025 +0100 @@ -11,7 +11,7 @@
- Creative Commons Lizenzvertrag
Die ESKP Info Seite des IEK-7 von Forschungszentrum Jülich GmbH ist lizenziert unter einer Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz.
Über diese Lizenz hinausgehende Erlaubnisse können Sie unter http://iek-7.eskp.fz-juelich.de/ erhalten. + Creative Commons Lizenzvertrag
Info Seite zum arktischen Ozonverlust des ICE-4 von Forschungszentrum Jülich GmbH ist lizenziert unter einer Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz.
Über diese Lizenz hinausgehende Erlaubnisse können Sie unter https://ice-4.eskp.fz-juelich.de/ erhalten.
diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/ice-4.html --- a/templates/ice-4.html Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/ice-4.html Tue Feb 04 16:30:54 2025 +0100 @@ -1,7 +1,7 @@ {% extends "theme.html" %} {% block body %}
- +
diff -r 02ab6e6a2bb6 -r c03d9beb0451 templates/index.html --- a/templates/index.html Mon Feb 03 20:50:40 2025 +0100 +++ b/templates/index.html Tue Feb 04 16:30:54 2025 +0100 @@ -1,14 +1,14 @@ {% extends "theme.html" %} {% block body %}