AthinaDavari / Weather-Analysis

Explore the weather in Athens over a period of more than 50 years.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring the Weather in Athens

In this assignment you will explore the weather in Athens over a period of more than 50 years.

Panos Louridas, Associate Professor
Department of Management Science and Technology
Athens University of Economics and Business
louridas@aueb.gr

Questions

Q1: Obtain the Data

You will work with data covering the period from 1955 to 2020. The data will be obtained from two sources:

Q2: Deviation of Summer Temperatures

The Hellenic National Meteorological Service has published a report on extreme weather events for 2020. The report is available at http://www.hnms.gr/emy/en/pdf/2020_GRsignificantEVENT_en.pdf. In page 7 of the report there is a graph showing the mean summer temperature deviation from a baseline of 1971-2000.

You will create your own version of the graph, using a baseline of 1974-1999. Your graph should look like the one below. The line that runs through the graph is the 10 years rolling avarege of the deviation from the mean. What is your intepretation of the figure?

Q3: Evolution of Daily Temperatures

You will get the average temperate for each year for the full period from 1955 to 2020. You will then create a plot showing the daily temperature for each year. The line corresponding to each year will be smoothed by using a 30 days rolling average. The lines are colored from light orange to dark orange, progressing through the years in ascending order.

On that plot you will overlay a line showing the average daily temperature for the baseline period of 1974-1999 (that is the black line). The line will also be smoothed usng a 30 years rolling average. What is your interpretation of the figure?

Q4: Extreme Temperature Events

Another mesure used by climatologists is the number of extreme events. Extreme events are defined as those beyond 5% or 10% from the expected value. We will deal with extreme heat events going 10% above the baseline.

You will count the number of extreme temperature events per year, compared to the baseline of 1974-1999. You should should produce a graph like the one that follows. The vertical axis is the percentage of extreme heat events calculated over the number of observations for each year. The gray line in the middle is the average percentage of extreme tempearture events of the baseline. The colour blue is used for those years where the percentage is below the baseline; otherwise the colour is orange. What is your interpretation of the graph?

Q5: Precipitation

Continuing the thread on extreme events, another consideration is rainfall. The weather may or may not be drying up. We are, however, interested in whether precipication becomes more intense over time.

To see that, you will count the overall rainfall over the year and the number of rainy days in each year. Then, by dividing the rainfall by the number of rainy days you will get an indication of whether we are getting rain in more concentrated bursts. You will then create a plot showing the ratio of rainfall over rainy days over the years. On the plot you will overlay the 10 years rolling average. The plot should be similar to the one below. What is your interpretation of the plot?

About

Explore the weather in Athens over a period of more than 50 years.


Languages

Language:Jupyter Notebook 100.0%