forked from rjrolph5/ERA5_calc_and_plotting_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (18 loc) · 1.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
### 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