1.1 --- a/Makefile Wed Jan 29 20:08:35 2020 +0100
1.2 +++ b/Makefile Thu Jan 30 15:47:26 2020 +0100
1.3 @@ -20,4 +20,5 @@
1.4
1.5 msgfmt:
1.6 msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo
1.7 -
1.8 \ No newline at end of file
1.9 + msgfmt --strict ./translations/en/LC_MESSAGES/messages.po -o ./translations/en/LC_MESSAGES/messages.mo
1.10 +
2.1 --- a/commands.readme Wed Jan 29 20:08:35 2020 +0100
2.2 +++ b/commands.readme Thu Jan 30 15:47:26 2020 +0100
2.3 @@ -1,8 +1,8 @@
2.4 mkdir eskp-app
2.5 hg clone $EXC/r.bauer/eskp-app ./eskp-app/
2.6
2.7 -virtualenv env-eskp
2.8 -source env-eskp/bin/activate
2.9 +virtualenv ~/env-eskp
2.10 +source ~/env-eskp/bin/activate
2.11
2.12 pip install -r requirements.txt
2.13
3.1 --- a/eskp.py Wed Jan 29 20:08:35 2020 +0100
3.2 +++ b/eskp.py Thu Jan 30 15:47:26 2020 +0100
3.3 @@ -165,9 +165,9 @@
3.4
3.5 @babel.localeselector
3.6 def get_locale():
3.7 - """ToDo: if translation is completed, switch to en """
3.8 - return LANGUAGE_SELECTED or request.accept_languages.best_match(LANGUAGES.keys()) or 'de'
3.9 -
3.10 + requested_language = request.accept_languages.best_match(LANGUAGES.keys())
3.11 + if requested_language in ("de", "en"):
3.12 + return requested_language or "de"
3.13
3.14 @app.route("/")
3.15 @app.route("/index")
4.1 --- a/templates/de/rst/datenschutz.rst Wed Jan 29 20:08:35 2020 +0100
4.2 +++ b/templates/de/rst/datenschutz.rst Thu Jan 30 15:47:26 2020 +0100
4.3 @@ -15,13 +15,13 @@
4.4
4.5 Der Websitebetreiber bzw. Seitenprovider erhebt Daten über Zugriffe auf die Seite und speichert diese als „Server-Logfiles“ ab. Folgende Daten werden so protokolliert:
4.6
4.7 - * Besuchte Website
4.8 - * Uhrzeit zum Zeitpunkt des Zugriffes
4.9 - * Menge der gesendeten Daten in Byte
4.10 - * Quelle/Verweis, von welchem Sie auf die Seite gelangten
4.11 - * Verwendeter Browser
4.12 - * Verwendetes Betriebssystem
4.13 - * Verwendete IP-Adresse
4.14 +* Besuchte Website
4.15 +* Uhrzeit zum Zeitpunkt des Zugriffes
4.16 +* Menge der gesendeten Daten in Byte
4.17 +* Quelle/Verweis, von welchem Sie auf die Seite gelangten
4.18 +* Verwendeter Browser
4.19 +* Verwendetes Betriebssystem
4.20 +* Verwendete IP-Adresse
4.21
4.22 Die erhobenen Daten dienen lediglich statistischen Auswertungen und zur Verbesserung der Website. Der Websitebetreiber behält sich allerdings vor, die Server-Logfiles nachträglich zu überprüfen, sollten konkrete Anhaltspunkte auf eine rechtswidrige Nutzung hinweisen.
4.23
4.24 @@ -51,8 +51,6 @@
4.25 Zusätzlich ist Piwik so konfiguriert, dass Ihre Besuche nicht getrackt werden,
4.26 falls Sie in ihrem Browser "Ich möchte nicht getrackt werden" eingestellt haben (Do-not-Track aktiviert).
4.27
4.28 -
4.29 -
4.30 .. raw:: html
4.31
4.32 - <iframe style="border: 0; height: 200px; width: 600px;" src="http://piwik.eskp.fz-juelich.de/piwik/index.php?module=CoreAdminHome&action=optOut&language=de"></iframe>
4.33 + <iframe style="border: 0; height: 200px; width: 600px;" src="http://piwik.eskp.fz-juelich.de/piwik/index.php?module=CoreAdminHome&action=optOut&language=en"></iframe>
5.1 --- a/templates/de/rst/ozoneloss_clams.rst Wed Jan 29 20:08:35 2020 +0100
5.2 +++ b/templates/de/rst/ozoneloss_clams.rst Thu Jan 30 15:47:26 2020 +0100
5.3 @@ -10,11 +10,8 @@
5.4 verschiedene Höhen und die untere Abbildung die Säule zwischen 12 und
5.5 22 km in Dobson-Einheiten (DU). Zum Vergleich sind die jeweils maximalen Ozonverluste
5.6 anderer Jahre als farbige Pfeile am rechten Bildrand dargestellt.
5.7 -Als Beispiel wird `hier`_ der UV-Anstieg am Boden durch einen Ozonverlust
5.8 -von 50 Dobson Einheiten gezeigt.
5.9 Die CLaMS-Simulation endet jeweils mit dem Zusammenbruch des Polarwirbels,
5.10 nachdem sich die Luft mit ozonreicherer Luft aus niedrigeren Breiten
5.11 mischt.
5.12
5.13 .. _Chemischen Lagrangeschen Modells der Stratosphäre (CLaMS): http://en.wikipedia.org/wiki/CLaMS
5.14 -.. _hier: /ozoneloss/uvi
6.1 --- a/templates/de/rst/ozoneloss_publications.rst Wed Jan 29 20:08:35 2020 +0100
6.2 +++ b/templates/de/rst/ozoneloss_publications.rst Thu Jan 30 15:47:26 2020 +0100
6.3 @@ -10,11 +10,10 @@
6.4
6.5 University of Cambridge: `Die Ozonloch-Tour`_
6.6
6.7 -WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2010 update`__
6.8 -
6.9 +WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2018 update`__
6.10
6.11
6.12 .. __: http://www.warnsignale.uni-hamburg.de/wp-content/uploads/2014/04/grooss.etal.pdf
6.13 -.. __: http://www.esrl.noaa.gov/csd/assessments/ozone/2010/twentyquestions/
6.14 +.. __: https://www.esrl.noaa.gov/csd/assessments/ozone/2018/twentyquestions
6.15 .. _Die Ozonloch-Tour: http://www.atm.ch.cam.ac.uk/tour/tour_de/index.html
6.16 -.. _Ozonloch: http://www.eskp.de/startseite/#overlay/290
6.17 +.. _Ozonloch: https://www.eskp.de/klimawandel/forschungsthema-ozon-935699
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
7.2 +++ b/templates/en/rst/datenschutz.rst Thu Jan 30 15:47:26 2020 +0100
7.3 @@ -0,0 +1,83 @@
7.4 +Data protection declaration
7.5 +===========================
7.6 +
7.7 +Area of application
7.8 +~~~~~~~~~~~~~~~~~~~
7.9 +
7.10 +This data protection declaration is intended to inform users of this
7.11 +website about the type, scope and purpose of the collection and use of
7.12 +personal data by the website operator FZ-Jülich GmbH in accordance
7.13 +with the Federal Data Protection Act and the Telemedia Act, email:
7.14 +iek7-info@fz-juelich.de.
7.15 +
7.16 +The website operator takes your data protection very seriously and
7.17 +treats your personal data confidentially and according to the legal
7.18 +regulations.
7.19 +
7.20 +Keep in mind that data transmission on the Internet can generally be
7.21 +subject to security gaps. A complete protection against access by
7.22 +third parties is not realizable.
7.23 +
7.24 +Access data
7.25 +~~~~~~~~~~~
7.26 +
7.27 +The website operator or page provider collects data about accesses to
7.28 +the site and stores it as "server log files". The following data is
7.29 +logged in this way:
7.30 +
7.31 +* Visited website
7.32 +* Time at time of access
7.33 +* Amount of transmitted data in bytes
7.34 +* Source/reference from which you accessed the site
7.35 +* Browser used
7.36 +* Operating system used
7.37 +* IP address used
7.38 +
7.39 +The data collected is only used for statistical analysis and to
7.40 +improve the website. However, the website operator reserves the right
7.41 +to check the server log files subsequently if there are concrete
7.42 +indications of illegal use.
7.43 +
7.44 +Cookies
7.45 +~~~~~~~
7.46 +
7.47 +This website uses cookies. These are small text files which are stored
7.48 +on your end device. Your browser accesses these files. The use of
7.49 +cookies increases the user-friendliness and security of this website.
7.50 +
7.51 +Common browsers offer the setting option not to allow cookies. Note:
7.52 +It is not guaranteed that you will be able to access all functions of
7.53 +this website without restrictions if you make the appropriate
7.54 +settings.
7.55 +
7.56 +Piwik
7.57 +-----
7.58 +
7.59 +Our website uses Piwik, which is a so-called web analysis service.
7.60 +Piwik uses "cookies" for this purpose, which enable an analysis of the
7.61 +use of the website. For this purpose, the usage information generated
7.62 +by the cookie (including your abbreviated IP address) to our server
7.63 +and stored for usage analysis purposes. Your IP address will be
7.64 +anonymized, i.e. you as a user remain anonymous. The information
7.65 +generated by the cookie about your use of this website will not be
7.66 +passed on to third parties. You can disable the use of cookies by
7.67 +selecting the appropriate settings on your browser software, but it
7.68 +may be that in this case you may not be able to use all functions of
7.69 +the of this website to the fullest extent possible. If you are
7.70 +concerned with the storage and evaluation of this data from your If
7.71 +you do not agree to the storage and use of your personal data, you can
7.72 +cancel the storage and use of your data at any time by contradict. In
7.73 +this case a so-called opt-out cookie will be stored in your browser.
7.74 +This means that no data is collected by Piwik. If you delete your
7.75 +cookies, the opt-out cookie will also be deleted and may need to be
7.76 +reactivated.
7.77 +
7.78 +Additionally, Piwik is configured so that your visits are not tracked,
7.79 +if you have set "I do not want to be tracked" in your browser
7.80 +(do-not-track enabled).
7.81 +
7.82 +Translated with www.DeepL.com/Translator (free version)
7.83 +
7.84 +.. raw:: html
7.85 +
7.86 + <iframe style="border: 0; height: 200px; width: 600px;" src="http://piwik.eskp.fz-juelich.de/piwik/index.php?module=CoreAdminHome&action=optOut&language=de"></iframe>
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
8.2 +++ b/templates/en/rst/eskp_title.rst Thu Jan 30 15:47:26 2020 +0100
8.3 @@ -0,0 +1,4 @@
8.4 +`Earth System Knowledge Platform (ESKP)`_
8.5 +=========================================
8.6 +
8.7 +.. _Earth System Knowledge Platform (ESKP): http://www.eskp.de/en
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
9.2 +++ b/templates/en/rst/explanation_vpsc.rst Thu Jan 30 15:47:26 2020 +0100
9.3 @@ -0,0 +1,20 @@
9.4 +Basics: Proxies |APSC| and |VPSC|
9.5 +===================================
9.6 +
9.7 +
9.8 +|APSC| specifies the area at a certain height, which is below a
9.9 +typical temperature threshold below which the chlorine-catalyzed polar
9.10 +ozone depletion takes place. |VPSC| is the corresponding volume in a
9.11 +given height range (here: 14-22 km). Here the average value of this
9.12 +size between mid December and the end of March is considered. Since
9.13 +usually in cold arctic winters there is a stable polar vortex, it has
9.14 +been found empirically that this quantity can provide good
9.15 +approximations for ozone depletion [#]_. High values of [VPSC] mean
9.16 +high ozone losses.
9.17 +
9.18 +
9.19 +.. |APSC| replace:: A\ :sub:`PSC`\
9.20 +.. |VPSC| replace:: V\ :sub:`PSC`\
9.21 +.. |H2O| replace:: H\ :sub:`2`\ O
9.22 +.. [#] see e.g. Rex, M. et al., Geophys. Res. Lett., 31, doi:10.1029/2003GL018844, 2004
9.23 +
10.1 --- a/templates/en/rst/imprint.rst Wed Jan 29 20:08:35 2020 +0100
10.2 +++ b/templates/en/rst/imprint.rst Thu Jan 30 15:47:26 2020 +0100
10.3 @@ -1,2 +1,203 @@
10.4 -Impressum
10.5 +Imprint
10.6 =========
10.7 +
10.8 +Address
10.9 +~~~~~~~
10.10 +::
10.11 +
10.12 + Forschungszentrum Jülich GmbH
10.13 + IEK-7
10.14 + Wilhelm-Johnen-Straße
10.15 + 52428 Jülich
10.16 + Germany
10.17 +
10.18 + Postal address:
10.19 + 52425 Jülich
10.20 + Germany
10.21 +
10.22 +Delivery address:
10.23 +~~~~~~~~~~~~~~~~~
10.24 +::
10.25 +
10.26 + Leo-Brandt-Straße
10.27 + 52428 Jülich
10.28 +
10.29 +
10.30 +Management Board:
10.31 +~~~~~~~~~~~~~~~~~
10.32 +::
10.33 +
10.34 + Prof. Dr.-Ing. Wolfgang Marquardt (Chairman)
10.35 + Karsten Beneke (Deputy Chairman)
10.36 + Prof. Dr. Sebastian M. Schmidt
10.37 + Prof. Dr. Harald Bolt
10.38 +
10.39 +Kontakt:
10.40 +~~~~~~~~~~
10.41 +::
10.42 +
10.43 + Central Telephone: +49 (0) 2461 61-0
10.44 +
10.45 + Fax: +49 (0) 2461 61-8100
10.46 +
10.47 + E-Mail: iek7-info@fz-juelich.de
10.48 +
10.49 +
10.50 +Realisierung:
10.51 +~~~~~~~~~~~~~~
10.52 +::
10.53 +
10.54 + Reimar Bauer rb.proj@gmail.com
10.55 + based on pymove3d-app (https://bitbucket.org/pkoppatz/pymove3d-app),
10.56 + License GPL V3.
10.57 +
10.58 +Copyright:
10.59 +~~~~~~~~~~~
10.60 +
10.61 +Copyright and all other rights for the Internet pages of
10.62 +Forschungszentrum Jülich are owned by Forschungszentrum Jülich GmbH.
10.63 +Further distribution, even in extracts, for educational, scientific or
10.64 +private purposes is permitted provided the source is acknowledged
10.65 +(unless otherwise expressly stated at the appropriate place).
10.66 +Commercial use is not permitted without the express consent of
10.67 +Forschungszentrum Jülich.
10.68 +
10.69 +
10.70 +Register entry:
10.71 +~~~~~~~~~~~~~~~
10.72 +::
10.73 +
10.74 +Entry in the commercial register.
10.75 +Register court: Local court Düren No. HR B 3498
10.76 +
10.77 +Sales tax identification number according to §27 a sales tax law: DE 213/5700/0033
10.78 +
10.79 +Chairman of the Supervisory Board: Ministerial Director Volker Rieke
10.80 +
10.81 +
10.82 +
10.83 +
10.84 +
10.85 +Disclaimer of liability:
10.86 +~~~~~~~~~~~~~~~~~~~~~~
10.87 +
10.88 +Liability for contents
10.89 +~~~~~~~~~~~~~~~~~~~~~~~
10.90 +
10.91 +The contents of our pages were created with the greatest
10.92 +care. However, we cannot assume any liability for the correctness,
10.93 +completeness and topicality of the contents. As a service provider, we
10.94 +are responsible for our own content on these pages according to § 7
10.95 +para.1 TMG (German Telemedia Act) and general laws. According to §§ 8
10.96 +to 10 TMG, we are not obliged to monitor transmitted or stored
10.97 +external information or to investigate circumstances that indicate
10.98 +illegal activity. Obligations to remove or block the use of
10.99 +information according to general laws remain unaffected. However,
10.100 +liability in this respect is only possible from the time of knowledge
10.101 +of a concrete infringement. If we become aware of any such
10.102 +infringements, we will remove such content immediately.
10.103 +
10.104 +Liability for links
10.105 +
10.106 +Our offer contains links to external websites of third parties, on
10.107 +whose contents we have no influence. Therefore we cannot assume any
10.108 +liability for these external contents. The respective provider or
10.109 +operator of the sites is always responsible for the contents of the
10.110 +linked sites. The linked pages were checked for possible legal
10.111 +violations at the time of linking. Illegal contents were not
10.112 +recognizable at the time of linking. However, a permanent control of
10.113 +the contents of the linked pages is not reasonable without concrete
10.114 +evidence of a violation of the law. If we become aware of any
10.115 +infringements, we will remove such links immediately.
10.116 +
10.117 +Copyright
10.118 +
10.119 +The contents and works on these pages created by the site operators
10.120 +are subject to German copyright law. The reproduction, editing,
10.121 +distribution and any kind of use outside the limits of copyright law
10.122 +require the written consent of the respective author or
10.123 +creator. Downloads and copies of these pages are only permitted for
10.124 +private, non-commercial use. Insofar as the content on this site was
10.125 +not created by the operator, the copyrights of third parties are
10.126 +respected. In particular, third-party content is marked as
10.127 +such. Should you nevertheless become aware of a copyright
10.128 +infringement, please inform us accordingly. If we become aware of any
10.129 +infringements, we will remove such contents immediately.
10.130 +
10.131 +Data protection
10.132 +
10.133 +The use of our website is usually possible without providing personal
10.134 +data. As far as personal data (e.g. name, address or e-mail addresses)
10.135 +is collected on our website, this is always done on a voluntary basis,
10.136 +as far as possible. These data will not be passed on to third parties
10.137 +without your express consent.
10.138 +
10.139 +We would like to point out that data transmission on the Internet
10.140 +(e.g. communication by e-mail) can have security gaps. A complete
10.141 +protection of data against access by third parties is not possible.
10.142 +
10.143 +The use of contact data published within the scope of the imprint
10.144 +obligation by third parties for sending advertising and information
10.145 +material not expressly requested is hereby expressly prohibited. The
10.146 +operators of the pages expressly reserve the right to take legal
10.147 +action in the event of the unsolicited sending of advertising
10.148 +information, for example through spam mails.
10.149 +
10.150 +Further information on ``Privacy </dataprotection>`.
10.151 +
10.152 +
10.153 +Piwik
10.154 +------
10.155 +
10.156 +Our website uses Piwik, which is a so-called web analysis service.
10.157 +Piwik uses "cookies" for this purpose, which enable an analysis of the
10.158 +use of the website. For this purpose, the usage information generated
10.159 +by the cookie (including your abbreviated IP address) to our server
10.160 +and stored for usage analysis purposes. Your IP address will be
10.161 +anonymized, i.e. you as a user remain anonymous. The information
10.162 +generated by the cookie about your use of this website will not be
10.163 +passed on to third parties. You can disable the use of cookies by
10.164 +selecting the appropriate settings on your browser software, but it
10.165 +may be that in this case you may not be able to use all functions of
10.166 +the of this website to the fullest extent possible. If you are
10.167 +concerned with the storage and evaluation of this data from your If
10.168 +you do not agree to the storage and use of your personal data, you can
10.169 +cancel the storage and use of your data at any time by contradict. In
10.170 +this case a so-called opt-out cookie will be stored in your browser.
10.171 +This means that no data is collected by Piwik. If you delete your
10.172 +cookies, the opt-out cookie will also be deleted and may need to be
10.173 +reactivated.
10.174 +
10.175 +Additionally, Piwik is configured so that your visits are not tracked,
10.176 +if you have set "I do not want to be tracked" in your browser
10.177 +(do-not-track enabled).
10.178 +
10.179 +
10.180 +
10.181 +
10.182 +
10.183 +
10.184 +
10.185 +
10.186 +
10.187 +
10.188 +.. raw:: html
10.189 +
10.190 + <iframe style="border: 0; height: 200px; width: 600px;" src="http://piwik.eskp.fz-juelich.de/piwik/index.php?module=CoreAdminHome&action=optOut&language=de"></iframe>
10.191 +
10.192 +
10.193 +
10.194 +Cookies
10.195 +---------
10.196 +
10.197 +Cookies are small files that are stored on the hard disk of a visitor.
10.198 +They make it possible to store information for a certain period of
10.199 +time and to identify the visitor's computer. We use so-called session
10.200 +cookies, which are automatically deleted when you close your browser.
10.201 +You can set your browser to inform you about the placement of cookies.
10.202 +This makes the use of cookies transparent for you.
10.203 +
10.204 +
10.205 +
10.206 +Source: Created with the Impressum Generator http://www.e-recht24.de
10.207 +Translated with www.DeepL.com/Translator (free version)
11.1 --- a/templates/en/rst/ozoneloss.rst Wed Jan 29 20:08:35 2020 +0100
11.2 +++ b/templates/en/rst/ozoneloss.rst Thu Jan 30 15:47:26 2020 +0100
11.3 @@ -1,2 +1,82 @@
11.4 -Ozonverlust
11.5 -===========
11.6 +Ozone Loss
11.7 +==========
11.8 +
11.9 +
11.10 +Shown here is the chemical ozone loss in northern winter as well its
11.11 +effects on mid latitudes in Europe. For example, in winter 2010/2011
11.12 +there was a very high ozone depletion in the area of the Arctic polar
11.13 +vortex. In the frame of the `Knowledge Platform "Earth and Environment "(ESKP)`_
11.14 +the effects this ozone loss at mid latitudes are explained and
11.15 +documented on a daily basis. An early warning system for such events
11.16 +is thus established. The basis is simulations with the Jülich
11.17 +chemical transport model `CLaMS`_, which uses innovative transport and
11.18 +mixing algorithms to calculation of the exchange of air masses between
11.19 +polar and mid Latitudes (e.g. interference of low-ozone air in
11.20 +Europe). The realistic simulations are initialized by satellite
11.21 +observations and driven by ECMWF meteorological analyzes.
11.22 +
11.23 +The ozone depletion in the polar vortex is determined by the
11.24 +temperature. For polar ozone loss, the temperature must drop below a
11.25 +threshold of approximately -78°C. For the Arctic winters of 2010-2020
11.26 +the `Calculations of ozone loss`_ and `Estimates from temperature`_
11.27 +are shown. To explain and assess the results, it is also explained
11.28 +how the `UV increase`_ on the ground develops in the course of spring
11.29 +for the case of different ozone losses. Calculated ozone loss and
11.30 +ozone column as well as the calculated from it maximum UV index (at
11.31 +noon with a clear sky) are considered `Map display`_ shown for the
11.32 +individual days.
11.33 +
11.34 +Typically, the ozone columns in the Arctic are still higher than in
11.35 +the Antarctic despite ozone depletion, so that in the Arctic spring
11.36 +there is so far at most a moderate UV radiation at the ground.
11.37 +
11.38 +Current
11.39 +--------
11.40 +
11.41 +The calculations **for the current winter 2019/2020** show so far
11.42 +somewhat above average ozone depletion. Towards the end of January
11.43 +the stratospheric Temperatures are very low, i.e. high ozone depletion
11.44 +could follow if the polar vortex remains stable.
11.45 +
11.46 +
11.47 +Previous years
11.48 +--------------
11.49 +
11.50 +Last winter 2018/2019 the stratospheric temperatures were too high for
11.51 +significant chlorine-catalyzed ozone depletion. A so-called "major
11.52 +warming" in early January led to the warming the stratosphere to split
11.53 +off a part of the polar vortex.
11.54 +
11.55 +In recent years, Winter 2010/2011 and 2015/2016 were particularly
11.56 +noteworthy, as they were characterized by a cold, stable polar vortex,
11.57 +which with clear corresponding ozone depletion. This yielded only a
11.58 +slight increase in UV radiation, which is typically low in our
11.59 +latitudes in March. Extremely high UV values like in the Antarctic
11.60 +spring under the ozone hole did not occur so far in the Arctic.
11.61 +
11.62 +
11.63 +Winter 2015/2016:
11.64 +-----------------
11.65 +The stratospheric temperatures in winter 2015/2016 were as low as
11.66 +never seen in recent decades before with the result of a very high
11.67 +ozone loss of over 100 DU. The lower ozone columns resulted in a
11.68 +slight increase in UV radiation on the ground. However, the UV
11.69 +radiation is in these latitudes is low at this time of year. When
11.70 +these air masses of the polar vortex moved towards mid-latitudes, the
11.71 +UV index in early March is as high as normally expected in late
11.72 +March. Extremely high UV values as in the Antarctic spring under the
11.73 +ozone hole did not yet occur in the Arctic.
11.74 +
11.75 +
11.76 +Winter 2010/2011:
11.77 +-----------------
11.78 +The images below show the geographical distribution of the calculated
11.79 +ozone column (top) and ozone loss (bottom) for March 28, 2011. Shown
11.80 +is the total column between 12 and 22 km altitude in Dobson Units (DU).
11.81 +
11.82 +.. _Calculations of ozone loss: /ozoneloss/clams/2020
11.83 +.. _Estimates from temperature: /ozoneloss/vpsc/2020
11.84 +.. _UV increase: /ozoneloss/uvi
11.85 +.. _Map display: /ozoneloss/uvmap/200119
11.86 +.. _Knowledge Platform "Earth and Environment "(ESKP): /eskp
11.87 +.. _CLaMS: http://en.wikipedia.org/wiki/CLaMS
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
12.2 +++ b/templates/en/rst/ozoneloss_author.rst Thu Jan 30 15:47:26 2020 +0100
12.3 @@ -0,0 +1,10 @@
12.4 +Contact
12.5 +=======
12.6 +Dr. Jens-Uwe Grooß
12.7 +
12.8 +Institut für Energie- und Klimaforschung
12.9 +
12.10 +Stratosphäre (IEK-7)
12.11 +
12.12 +Email: j.-u.grooss@fz-juelich.de
12.13 +
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
13.2 +++ b/templates/en/rst/ozoneloss_clams.rst Thu Jan 30 15:47:26 2020 +0100
13.3 @@ -0,0 +1,17 @@
13.4 +Arctic ozone loss calculations
13.5 +==============================
13.6 +
13.7 +Here we show the temporal development of Arctic ozone depletion averaged
13.8 +over the polar vortex on the basis of simulations of
13.9 +`Chemical Lagrangian Model of the Stratosphere (CLaMS)`_ for different
13.10 +years.
13.11 +
13.12 +The upper panel shows the temporal development of simulated ozone depletion
13.13 +as a function of height and the lower panel shows the column ozone loss between 12 and
13.14 +22 km in Dobson units (DU). For comparison, the maximum ozone losses for
13.15 +the other years are shown as colored arrows on the right side of the figure.
13.16 +The CLaMS simulation ends with the collapse of the polar vortex,
13.17 +after the air is mixed with ozone-rich air from lower latitudes.
13.18 +
13.19 +
13.20 +.. _Chemical Lagrangian Model of the Stratosphere (CLaMS): http://en.wikipedia.org/wiki/CLaMS
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
14.2 +++ b/templates/en/rst/ozoneloss_decadal.rst Thu Jan 30 15:47:26 2020 +0100
14.3 @@ -0,0 +1,16 @@
14.4 +
14.5 +Development of ozone depletion over the years
14.6 +=============================================
14.7 +
14.8 +Chemical ozone depletion is not a quantity that can be measured
14.9 +directly. Ozone is also influenced by atmospheric transport. The time
14.10 +at which the polar vortex breaks down varies from year to year. One
14.11 +way to deduce the effect of chemical ozone depletion from the
14.12 +measurements is tto look at of the average ozone column in the polar
14.13 +vortex ("equivalent latitude" >63°). This quantity increases
14.14 +after the breakdown of the polar vortex (typically in March) due to
14.15 +the the transport of ozone-rich air masses towards the pole.
14.16 +Therefore the minimum of this quantity in March is an approximate measure
14.17 +of chemical ozone depletion in the Arctic. Here you can see this
14.18 +value for years up to and including 2019 and also the corresponding
14.19 +time series for Antarctica.
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
15.2 +++ b/templates/en/rst/ozoneloss_decadal_bottom.rst Thu Jan 30 15:47:26 2020 +0100
15.3 @@ -0,0 +1,12 @@
15.4 +Minimum of the mean ozone column in the polar vortex (top) for
15.5 +March in the Arctic (below) for October in the Antarctic
15.6 +derived from the ozone climatology of Bodeker Scientific and OMI
15.7 +satellite data. Open symbols for years in which at the time
15.8 +the polar vortex was already broken down. After Müller et al. (2008) [#]_
15.9 +
15.10 +
15.11 +.. [#] Müller, R. et al., Simple measures of ozone depletion in
15.12 + the polar stratosphere, Atmos. Chem. Phys., 8, 251-264, 2008,
15.13 + https://doi.org/10.5194/acp-8-251-2008.
15.14 +
15.15 +
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
16.2 +++ b/templates/en/rst/ozoneloss_publications.rst Thu Jan 30 15:47:26 2020 +0100
16.3 @@ -0,0 +1,20 @@
16.4 +Ozone loss over Europe in spring
16.5 +================================
16.6 +
16.7 +Further information:
16.8 +--------------------
16.9 +
16.10 +J.-U. Grooß et al., `Rückgang des Ozons in der Stratosphäre der Polarregionen`__ (2014)
16.11 +
16.12 +ESKP basics: `Ozonloch`_
16.13 +
16.14 +University of Cambridge: `Die Ozonloch-Tour`_
16.15 +
16.16 +WMO assessment: `Twenty Questions and Answers about the Ozone Layer: 2010 update`__
16.17 +
16.18 +
16.19 +
16.20 +.. __: http://www.warnsignale.uni-hamburg.de/wp-content/uploads/2014/04/grooss.etal.pdf
16.21 +.. __: http://www.esrl.noaa.gov/csd/assessments/ozone/2010/twentyquestions/
16.22 +.. _Die Ozonloch-Tour: http://www.atm.ch.cam.ac.uk/tour/tour_de/index.html
16.23 +.. _Ozonloch: https://www.eskp.d/en/climate-change/research-topic-ozone-935699
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
17.2 +++ b/templates/en/rst/ozoneloss_uvi.rst Thu Jan 30 15:47:26 2020 +0100
17.3 @@ -0,0 +1,35 @@
17.4 +UV increase due to ozone loss
17.5 +=============================
17.6 +
17.7 +The chemical depletion of ozone in the stratosphere causes an increase
17.8 +of ultraviolet radiation on the ground. The UV index is a measure of
17.9 +the danger of the UV radiation. It corresponds to the
17.10 +sunburn-effective solar irradiance.
17.11 +
17.12 +This is a sample calculation [#FN1]_, how the UV index typically
17.13 +changes at a certain latitude in winter and spring. Shown are
17.14 +noontime values of the UV index at clear sky for the range of the
17.15 +observed ozone columns of the years 2000 and 2012 (black) and
17.16 +corresponding values for a given decrease the ozone column (blue). The
17.17 +selection of the two values for geographical latitude and ozone loss
17.18 +can be altered. The anthropogenically induced polar ozone depletion
17.19 +takes place within the polar vortex, which in winter and spring is
17.20 +well separated from the mid-latitudes. After the breakdown of the
17.21 +polar vortex (in the Northern hemisphere typically at the latest in
17.22 +early April), ozone-rich air from mid-latitudes will be transported
17.23 +back into the polar regions.
17.24 +
17.25 +In contrast to the Southern hemisphere, there are typically no
17.26 +significant increases tO very high UV indices in polar high latitudes
17.27 +in the Northern hemisphere in the relevant period until April.
17.28 +
17.29 +These graphs show how the maximum UV index (at noontime at clear sky)
17.30 +would change due to ozone depletion in the Arctic polar vortex.
17.31 +
17.32 +
17.33 +
17.34 +
17.35 +
17.36 +
17.37 +
17.38 +.. [#FN1] The mean values and standard deviations of the ozone columns were calculated from the database of Bodeker-Scientific (http://www.bodekerscientific.com). Calculation of the UV index for cloudless sky according to the method of Allaart et al. (Meteorological Applications, 11, 59-65, 2004)
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
18.2 +++ b/templates/en/rst/ozoneloss_uvmap.rst Thu Jan 30 15:47:26 2020 +0100
18.3 @@ -0,0 +1,15 @@
18.4 +Ozone loss, ozone column and UV index
18.5 +=====================================
18.6 +
18.7 +From the calculated ozone loss [#]_ and the calculated total
18.8 +ozone column one can estimate the UV index [#]_. The UV Index is
18.9 +maximum at noon-time with a clear sky, shown here on the third panel.
18.10 +The black line on all maps mark the edge of the polar vortex at 17 km altitude.
18.11 +One can navigate to a different date by clicking on the arrows (prev/next)
18.12 +The typical development of the UV index over the time and the hypothetical
18.13 +influence of ozone loss on that quantity, can be seen in the diagrams 'here'.
18.14 +
18.15 +
18.16 +.. _here: /ozoneloss/uvi
18.17 +.. [#] Ozone loss in the partial column between 12 and 23 km (350-600 K)
18.18 +.. [#] Calculation of the UV index for clear sky using the method of Allaart et al. (Meteorological Applications, 11, 59-65, 2004)
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
19.2 +++ b/templates/en/rst/ozoneloss_vpsc.rst Thu Jan 30 15:47:26 2020 +0100
19.3 @@ -0,0 +1,16 @@
19.4 +Estimates of Arctic ozone loss from temperature
19.5 +===============================================
19.6 +
19.7 +Here you can see the temporal development of the area with
19.8 +temperatures below a typical threshold temperature that is needed for
19.9 +for chlorine-catalyzing polar ozone depletion. The mean value of the
19.10 +volume of these low temperatures is a measure of the Ozone depletion.
19.11 +
19.12 +The upper panel shows the temporal development of the area with temperatures
19.13 +below this temperature threshold. The lower panel shows the corresponding
19.14 +volume (solid line) and the mean value between mid-December and
19.15 +End of March (dotted line and right arrow).
19.16 +For comparison, the corresponding mean values of other years are shown as coloured
19.17 +arrows displayed at the right edge of the plot. In 2011 this quantity was
19.18 +about :math:`38 \cdot 10^6` km :math:`^3`.
19.19 +
20.1 Binary file translations/de/LC_MESSAGES/messages.mo has changed
21.1 --- a/translations/de/LC_MESSAGES/messages.po Wed Jan 29 20:08:35 2020 +0100
21.2 +++ b/translations/de/LC_MESSAGES/messages.po Thu Jan 30 15:47:26 2020 +0100
21.3 @@ -8,7 +8,7 @@
21.4 msgstr ""
21.5 "Project-Id-Version: PROJECT VERSION\n"
21.6 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
21.7 -"POT-Creation-Date: 2020-01-20 15:03+0100\n"
21.8 +"POT-Creation-Date: 2020-01-30 09:46+0100\n"
21.9 "PO-Revision-Date: 2014-05-05 11:10+0200\n"
21.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
21.11 "Language: de\n"
21.12 @@ -51,7 +51,7 @@
21.13 msgid "ESKP"
21.14 msgstr "ESKP"
21.15
21.16 -#: eskp.py:71 eskp.py:349
21.17 +#: eskp.py:71 eskp.py:352
21.18 msgid "IEK-7"
21.19 msgstr "IEK-7"
21.20
21.21 @@ -99,7 +99,7 @@
21.22 msgid "2013"
21.23 msgstr ""
21.24
21.25 -#: eskp.py:162 eskp.py:263 eskp.py:350
21.26 +#: eskp.py:162 eskp.py:263 eskp.py:353
21.27 msgid "Close"
21.28 msgstr "Schließen"
21.29
21.30 @@ -107,7 +107,7 @@
21.31 msgid "About ESKP"
21.32 msgstr "Über ESKP"
21.33
21.34 -#: eskp.py:263 eskp.py:350
21.35 +#: eskp.py:263 eskp.py:353
21.36 msgid "Contact"
21.37 msgstr "Ansprechpartner"
21.38
21.39 @@ -116,12 +116,12 @@
21.40 msgid "UV increase at {{lat}} degrees N for {{o3offset}} DU ozone depletion"
21.41 msgstr "UV Anstieg bei 52 Grad N für 50 DU Ozonverlust"
21.42
21.43 -#: eskp.py:372
21.44 +#: eskp.py:375
21.45 #, python-format
21.46 msgid "Url: %(url)s not found"
21.47 msgstr "Url: %(url)s nicht gefunden"
21.48
21.49 -#: eskp.py:373
21.50 +#: eskp.py:376
21.51 msgid "This information is not available!"
21.52 msgstr "Diese Information steht nicht zur Verfügung"
21.53
22.1 Binary file translations/en/LC_MESSAGES/messages.mo has changed
23.1 --- a/translations/en/LC_MESSAGES/messages.po Wed Jan 29 20:08:35 2020 +0100
23.2 +++ b/translations/en/LC_MESSAGES/messages.po Thu Jan 30 15:47:26 2020 +0100
23.3 @@ -8,7 +8,7 @@
23.4 msgstr ""
23.5 "Project-Id-Version: PROJECT VERSION\n"
23.6 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
23.7 -"POT-Creation-Date: 2020-01-20 15:03+0100\n"
23.8 +"POT-Creation-Date: 2020-01-30 09:46+0100\n"
23.9 "PO-Revision-Date: 2014-05-05 11:10+0200\n"
23.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
23.11 "Language: en\n"
23.12 @@ -21,85 +21,41 @@
23.13
23.14 #: eskp.py:63 eskp.py:262 eskp.py:266
23.15 msgid "Ozoneloss"
23.16 -msgstr ""
23.17 +msgstr "Information on ozone loss"
23.18
23.19 #: eskp.py:64
23.20 msgid "overview"
23.21 -msgstr ""
23.22 +msgstr "Overview"
23.23
23.24 #: eskp.py:65
23.25 msgid "calculations"
23.26 -msgstr ""
23.27 +msgstr "Calculations"
23.28
23.29 #: eskp.py:66
23.30 msgid "estimations"
23.31 -msgstr ""
23.32 +msgstr "Estimates from temperature"
23.33
23.34 #: eskp.py:67
23.35 msgid "uv index map"
23.36 -msgstr ""
23.37 +msgstr "Map plots"
23.38
23.39 #: eskp.py:68
23.40 msgid "uv increase"
23.41 -msgstr ""
23.42 +msgstr "Impact on UV radiation"
23.43
23.44 #: eskp.py:69
23.45 msgid "decadal"
23.46 -msgstr ""
23.47 +msgstr "Decadal development"
23.48
23.49 #: eskp.py:70
23.50 msgid "ESKP"
23.51 -msgstr ""
23.52 +msgstr "ESKP"
23.53
23.54 -#: eskp.py:71 eskp.py:349
23.55 +#: eskp.py:71 eskp.py:352
23.56 msgid "IEK-7"
23.57 -msgstr ""
23.58 +msgstr "IEK-7"
23.59
23.60 -#: eskp.py:81 eskp.py:140
23.61 -msgid "2020"
23.62 -msgstr ""
23.63 -
23.64 -#: eskp.py:82 eskp.py:141
23.65 -msgid "2019"
23.66 -msgstr ""
23.67 -
23.68 -#: eskp.py:83 eskp.py:142
23.69 -msgid "2018"
23.70 -msgstr ""
23.71 -
23.72 -#: eskp.py:84 eskp.py:143
23.73 -msgid "2017"
23.74 -msgstr ""
23.75 -
23.76 -#: eskp.py:85 eskp.py:144
23.77 -msgid "2016"
23.78 -msgstr ""
23.79 -
23.80 -#: eskp.py:86 eskp.py:145
23.81 -msgid "2015"
23.82 -msgstr ""
23.83 -
23.84 -#: eskp.py:87 eskp.py:148
23.85 -msgid "2012"
23.86 -msgstr ""
23.87 -
23.88 -#: eskp.py:88 eskp.py:149
23.89 -msgid "2011"
23.90 -msgstr ""
23.91 -
23.92 -#: eskp.py:89 eskp.py:150
23.93 -msgid "2010"
23.94 -msgstr ""
23.95 -
23.96 -#: eskp.py:146
23.97 -msgid "2014"
23.98 -msgstr ""
23.99 -
23.100 -#: eskp.py:147
23.101 -msgid "2013"
23.102 -msgstr ""
23.103 -
23.104 -#: eskp.py:162 eskp.py:263 eskp.py:350
23.105 +#: eskp.py:162 eskp.py:263 eskp.py:353
23.106 msgid "Close"
23.107 msgstr ""
23.108
23.109 @@ -107,98 +63,20 @@
23.110 msgid "About ESKP"
23.111 msgstr ""
23.112
23.113 -#: eskp.py:263 eskp.py:350
23.114 +#: eskp.py:263 eskp.py:353
23.115 msgid "Contact"
23.116 -msgstr ""
23.117 +msgstr "Contact"
23.118
23.119 #: eskp.py:303
23.120 msgid "UV increase at {{lat}} degrees N for {{o3offset}} DU ozone depletion"
23.121 -msgstr ""
23.122 +msgstr "UV increase at {{lat}} degrees N for {{o3offset}} DU ozone depletion"
23.123
23.124 -#: eskp.py:372
23.125 +#: eskp.py:375
23.126 #, python-format
23.127 msgid "Url: %(url)s not found"
23.128 -msgstr ""
23.129 +msgstr "Url: %(url)s not found"
23.130
23.131 -#: eskp.py:373
23.132 +#: eskp.py:376
23.133 msgid "This information is not available!"
23.134 -msgstr ""
23.135 +msgstr "This information is not available!"
23.136
23.137 -#~ msgid "The Zen of Python, by Tim Peters"
23.138 -#~ msgstr ""
23.139 -
23.140 -#~ msgid "__Tim Peters, The Zen of Python"
23.141 -#~ msgstr ""
23.142 -
23.143 -#~ msgid "Beautiful is better than ugly."
23.144 -#~ msgstr ""
23.145 -
23.146 -#~ msgid "Explicit is better than implicit."
23.147 -#~ msgstr ""
23.148 -
23.149 -#~ msgid "Simple is better than complex."
23.150 -#~ msgstr ""
23.151 -
23.152 -#~ msgid "Complex is better than complicated."
23.153 -#~ msgstr ""
23.154 -
23.155 -#~ msgid "Flat is better than nested."
23.156 -#~ msgstr ""
23.157 -
23.158 -#~ msgid "Sparse is better than dense."
23.159 -#~ msgstr ""
23.160 -
23.161 -#~ msgid "Readability counts."
23.162 -#~ msgstr ""
23.163 -
23.164 -#~ msgid "Special cases aren't special enough to break the rules."
23.165 -#~ msgstr ""
23.166 -
23.167 -#~ msgid "Although practicality beats purity."
23.168 -#~ msgstr ""
23.169 -
23.170 -#~ msgid "Errors should never pass silently, unless explicitly silenced."
23.171 -#~ msgstr ""
23.172 -
23.173 -#~ msgid "In the face of ambiguity, refuse the temptation to guess."
23.174 -#~ msgstr ""
23.175 -
23.176 -#~ msgid "Although that way may not be obvious at first unless you're Dutch."
23.177 -#~ msgstr ""
23.178 -
23.179 -#~ msgid "Now is better than never."
23.180 -#~ msgstr ""
23.181 -
23.182 -#~ msgid "Although never is often better than *right* now."
23.183 -#~ msgstr ""
23.184 -
23.185 -#~ msgid "If the implementation is hard to explain, it's a bad idea."
23.186 -#~ msgstr ""
23.187 -
23.188 -#~ msgid "If the implementation is easy to explain, it may be a good idea."
23.189 -#~ msgstr ""
23.190 -
23.191 -#~ msgid "Namespaces are one honking great idea -- let's do more of those!"
23.192 -#~ msgstr ""
23.193 -
23.194 -#~ msgid "I once tried Java, but it was too complicated for me, Python is easier."
23.195 -#~ msgstr ""
23.196 -
23.197 -#~ msgid "__Valentin Pratz, novice programmers"
23.198 -#~ msgstr ""
23.199 -
23.200 -#~ msgid "ozoneloss"
23.201 -#~ msgstr ""
23.202 -
23.203 -#~ msgid "model calculatations"
23.204 -#~ msgstr ""
23.205 -
23.206 -#~ msgid "from temperature"
23.207 -#~ msgstr ""
23.208 -
23.209 -#~ msgid "quantification"
23.210 -#~ msgstr ""
23.211 -
23.212 -#~ msgid "UV increase at 52 degrees N for 50 DU ozone depletion"
23.213 -#~ msgstr ""
23.214 -
24.1 --- a/translations/eskp.pot Wed Jan 29 20:08:35 2020 +0100
24.2 +++ b/translations/eskp.pot Thu Jan 30 15:47:26 2020 +0100
24.3 @@ -8,7 +8,7 @@
24.4 msgstr ""
24.5 "Project-Id-Version: PROJECT VERSION\n"
24.6 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
24.7 -"POT-Creation-Date: 2020-01-20 15:03+0100\n"
24.8 +"POT-Creation-Date: 2020-01-30 09:46+0100\n"
24.9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
24.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
24.11 "Language-Team: LANGUAGE <LL@li.org>\n"
24.12 @@ -49,7 +49,7 @@
24.13 msgid "ESKP"
24.14 msgstr ""
24.15
24.16 -#: eskp.py:71 eskp.py:349
24.17 +#: eskp.py:71 eskp.py:352
24.18 msgid "IEK-7"
24.19 msgstr ""
24.20
24.21 @@ -97,7 +97,7 @@
24.22 msgid "2013"
24.23 msgstr ""
24.24
24.25 -#: eskp.py:162 eskp.py:263 eskp.py:350
24.26 +#: eskp.py:162 eskp.py:263 eskp.py:353
24.27 msgid "Close"
24.28 msgstr ""
24.29
24.30 @@ -105,7 +105,7 @@
24.31 msgid "About ESKP"
24.32 msgstr ""
24.33
24.34 -#: eskp.py:263 eskp.py:350
24.35 +#: eskp.py:263 eskp.py:353
24.36 msgid "Contact"
24.37 msgstr ""
24.38
24.39 @@ -113,12 +113,12 @@
24.40 msgid "UV increase at {{lat}} degrees N for {{o3offset}} DU ozone depletion"
24.41 msgstr ""
24.42
24.43 -#: eskp.py:372
24.44 +#: eskp.py:375
24.45 #, python-format
24.46 msgid "Url: %(url)s not found"
24.47 msgstr ""
24.48
24.49 -#: eskp.py:373
24.50 +#: eskp.py:376
24.51 msgid "This information is not available!"
24.52 msgstr ""
24.53