From f98e87c0ddc6a0e415235258bd21b6174e079502 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Tue, 24 Jan 2017 16:04:26 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c2b6e..2b0fa88 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # wrf-python -A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model. +A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model. + +This package provides over 30 diagnostic calculations, several interpolation routines, and utilities to help with plotting via cartopy, basemap, or PyNGL. The functionality is similar to what is provided by the NCL WRF package. + + +Installation via conda: + + conda install -c conda-forge wrf-python Documentation is available at: