Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add ERA5

...

Everyone in the team is welcomed to add things. (smile)(smile)


Table of Contents

Download data

ERA5 (CDS)

One-time setup

https://cds.climate.copernicus.eu/api-how-to

module load python/3.6.3-fasrc01  # centos7
#conda create -n a3501 python=3.6 <packages>  # see https://www.rc.fas.harvard.edu/resources/documentation/software-on-odyssey/python/
source activate a3501
pip install cdsapi

Select data

https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels?tab=form
Accept terms of use
`Show API request`
vim ~pchan/sw/ecmwfapi/5-racoro.py
 # Be sure to add `#!/usr/bin/env python` in the first line
 # Customize `grid` & `area` as needed

module load python/3.6.3-fasrc01
source activate a3501
chmod u+x 5-racoro.py
./5-racoro.py

Info

Changes from ERA-interim to ERA5

ERA5 (HRES): T639/N320, ~0.28125 degrees. https://confluence.ecmwf.int/display/CKB/ERA5%3A+What+is+the+spatial+reference

ERA5 further release plan