Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeldussin committed Nov 22, 2018
1 parent 02e51d2 commit e103c15
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,22 @@ Before we start
source activate forcing
conda install numpy netcdf4 configparser

+ the ECMWF_ python API (needs registration, see howto_access_dataset_) and install with (check for updates)::
+ the ECMWF_ python API. You need to register and put obtained key in $HOME/.ecmwfapirc (see howto_access_dataset_).
Then install API with pip (check for updated version)::

pip install https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz

+ cdo_ (available with most package managers)

Install interimR
^^^^^^^^^^^^^^^^

Clone from github and run the install script::

git clone https://github.com/raphaeldussin/interimR.git
python setup.py install


.. _ECMWF: https://www.ecmwf.int
.. _howto_access_dataset: https://confluence.ecmwf.int/display/WEBAPI/Access+ECMWF+Public+Datasets
.. _cdo: https://code.mpimet.mpg.de/projects/cdo/

0 comments on commit e103c15

Please sign in to comment.