Unmarked Assignment: NAO and Coelbe

This worksheet focus on the comparison of some meteorological time series data recorded at a station near Marburg University Forest with some global teleconnection indices.

After completing this worksheet you should have gained some deeper experience with time series data and extended your case-study knowledge about global teleconnection indices.

Things you need for this worksheet

  • R — the interpreter can be installed on any operation system.
  • RStudio — we recommend to use R Studio for (interactive) programming with R.
  • Git environment for your operating system. For Windows users with little experience on the command line we recommend GitHub Desktop.
  • German Weather Service (DWD) data for the station Coelbe.
  • NOAA data for the North Atlantic Oscillation (NAO).

NAO and air temperature in Coelbe

The required station data can be downloaded directly from the German Weather Service (DWD) via its FTP-Server. In addition to Coelbe, you will also find all stations in available for Germany.

After working with a short time series of the DWD station in Coelbe as part of the last assignment, we will extent the time frame now to time between 1950 and 1990. This dataset is also available directly from the DWD FTP-Server. Aside from analyzing the dynamics in the station record, we will also to explain part of the dynamics by using a time series of the North Atlantic Oscillation provided by NOAA.

Please write an Rmd file with html output which computes the trend of the air temperature recorded in Coelbe based on monthly values between January 1950 and December 1990 (we stop here because afterwards, there is a gap in the time series which can be filled in principle but not as part of this task).

Please extend your Rmd file in such a manner that you can evaluate to which degree the dynamics in the seasonal temperature over each year can be explained by fluctuations of the North Atlantic Oscillation. For this task, divide the NAO index provided above into “positive” and “negative” (i.e. use it as a factor, not as a numeric variable) and predict the temperature dynamics in a simple multiple linear model which uses the NAO index classes as a factor and the first Fourier frequency (i.e. one sin and one cos) as independent variables. Come up with a strategy to cross-check the significance indicated by the linear model.

Save your Rmd file in your course repository, knitr it, update (i.e. commit) your local repository and publish (i.e. push) it to the GitHub classroom. Make sure that the created html file is also part of your GitHub repository.

Updated: