Skip to content

lochbika/germanRadarAnalysis_precipitationScaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

germanRadarAnalysis_precipitationScaling

This repository is part of the germanRADARanalysis project. Here, we first connect the events to co-located dew point temperature records from automatic weather stations in Germany. Then we analyse the scaling of event peak intensity with dew point temperature. Lastly, we investigate how the scaling depends on the different precipitation type. More details about the project can be found on my personal website.

Required data

To successfully run the analysis you will need two data sets.

  1. the event catalog
  2. the gridded precipitation type data set

Extract both data sets into a subfolder named data.

R scripts

This repository includes a RStudio project file. Of course, you can still use other IDEs to run the code. Scripts are in src/, data in data/ and plots will be saved in the plots/ directory. Make sure to adjust your working directory in the src/setup_working_environment.R script.

Always run the src/setup_working_environment.R script at least once in each new R session before executing any other code.

Connect events to dew point and precipitation type data

Open the RStudio project file in RStudio or use your favorite way of running R scripts.

  1. run or source the src/setup_working_environment.R script
  2. run the src/prepare_station_data_dew_point.R script to download the DWD data and create a tailored station data set
  3. run the src/connect_tracks_with_dewpoint.R script to connect each track with a co-located dew point record (3 hours prior to the event)
  4. finally, run the src/connect_tracks_with_gridded_precipitationtype.R. This will add the precipitation type criteria to the tracks database.

Analysis scripts

The src/ directory contains a number of other scripts and development continues. Most notably, though, are the following source files:

  • plot_Td_peakvalue_scaling.R
  • plot_overview_dewpoint.R
  • plot_overview_cloud_type.R

Please, use and adapt these scripts to your preference.

The final data set

The final data set can be downloaded from here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages