Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 607 Bytes

Reanalysis

R functions for reading and processing ERA, WATCH and NARR reanalysis data

Installation

You can download the complete package, as well as the manual .pdf by clicking on releases. However, you can download and install the most up-to-date version directly from this repository. The procedure is

  1. Install the package "devtools" - you only have to do this once. Note that this will also install several dependancies
  2. Load the devtools library
  3. Install the package.

The commands are:

install.packages("devtools")
library(devtools)
install_github("CentreForHydrology/Reanalysis")