From 7510d352900010c118b04b61e4b059c688aeb493 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Thu, 1 Aug 2019 09:39:01 +1000 Subject: [PATCH] Add readme --- ww3/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ww3/README.md diff --git a/ww3/README.md b/ww3/README.md new file mode 100644 index 0000000..b1b6f36 --- /dev/null +++ b/ww3/README.md @@ -0,0 +1,10 @@ +# ww3 + +Download records for a single point from the WaveWatch III (WW3) global wave model. + +## installation + +``` +conda install -c anaconda netcdf4 +conda install -c conda-forge xarray +```