Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 4, 2020
1 parent 7c4e4be commit 83f6767
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ Getting started

To run a download::

python cli.py download -s surface -y 2018 -m 11 -p 228.128
era5 download -s surface -y 2018 -m 11 -p 228.128

Download ERA5 variables, if month argument is not passed then the entire year will be downloaded. By default it downloads hourly data in netcdf format.

Options:
* -q, --queue Create json file to add request to queue
* -u, --urgent In conjunction with queue save the request file in a separate directory that can be then prioritised.
* -s, --stream [surface|wave|pressure|land|cems_fire|agera5|wdfe5] ECMWF stream currently operative analysis surface, pressure levels, wave model, and derived products ERA5 land, CEMS_fire, AGERA5 and WDFE5
[required]
* -y, --year TEXT year to download [required]
Expand All @@ -41,15 +42,15 @@ Options:
* --help
Show this message and exit.

To update files when a new month is releasedi, omit param flag::
To update files when a new month is released, omit param flag::

python cli.py download -s surface -y 2019 -m 05
era5 download -s surface -y 2019 -m 05


The 'download' sub command will actually request and download the data
unless you use the 'queue' flag. If you want only to create a request::

python cli.py download -s surface -y 2018 -m 11 -p 228.128 -q
era5 download -s surface -y 2018 -m 11 -p 228.128 -q

This will create a json file which stores the arguments passed::

Expand Down Expand Up @@ -79,6 +80,10 @@ Finally to delete records::
This will delete all corresponding records but will list all records to be deleted and ask for confirmation first.


Latest updates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
August 2020 - Added --urgent flag
Added support to distribute requests across multiple users accounts

click era5 command code and input files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -95,7 +100,7 @@ click era5 command code and input files
To configure the tool
~~~~~~~~~~~~~~~~~~~~~

Thes efiles are in era5/data/
These files are in era5/data/

- config.json -- to set configuration:
* staging, data, logs directories,
Expand Down

0 comments on commit 83f6767

Please sign in to comment.