Skip to content

Some scripts that analyze large ERA5 climate datasets. For example: calculate and plot seasonal means and trends, create sea ice mask. Some example animations and plots are provided in: 'sea_ice_concentration/' and 'ERA5_plots/'

Notifications You must be signed in to change notification settings

rrolph575/ERA5_calc_and_plotting_scripts

 
 

Repository files navigation


### This repo contains scripts that analyze large climate reanalysis datasets 
### (ERA5). For example, you can use scripts in this repo to calculate and plot seasonal means and trends of selected 
### climate variables or create a sea ice mask based on user-specified sea ice concentration data.

### Download ERA5 data
download_RA.py

### Calculates wind speeds and directions, plots wind rose from ERA5 data
plot_windrose.py  (imports/uses windrose.py module)


### Animations of example output (sea ice concentration) are given in the folder 'sea_ice_concentration'

### Example figures have been produced using the scripts below are contained also in this repo, under the directory : ERA5_plots/seasonal_trends


### ERA5 data is from Copernicus Climate Change Service (C3S) (2017): ERA5: Fifth 
### generation of ECMWF atmospheric reanalyses of the global climate . Copernicus Climate Change Service Climate Data Store (CDS), https://cds.climate.copernicus.eu/cdsapp#!/home



### Brief description of scripts contained in this repo:

# To calculate seasonal means of an ERA5 climate variable, use script below
calculate_seasonal_means_climvars.py

# Plot the seasonal means and trends of the ERA5 cliamte variables you calculated in the script called 'calculate_seasonal_means_climvars.py'
plot_seasonal_means_and_seasonal_trends.py

# Create a sea ice mask (boolean) based on a user-defined sea ice concentration threshold
make_sea_ice_mask.py





About

Some scripts that analyze large ERA5 climate datasets. For example: calculate and plot seasonal means and trends, create sea ice mask. Some example animations and plots are provided in: 'sea_ice_concentration/' and 'ERA5_plots/'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%