From 0d80414454671a5854b036e123d6a607af425fce Mon Sep 17 00:00:00 2001 From: tinoheimhuber Date: Mon, 16 Apr 2018 09:20:43 +1000 Subject: [PATCH] #Just committing the principal readme file --- README.md.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md.txt diff --git a/README.md.txt b/README.md.txt new file mode 100644 index 0000000..e3cc4cf --- /dev/null +++ b/README.md.txt @@ -0,0 +1,11 @@ +This project is aimed at prioritizing climate change impact in NSW estuaries using the NARCLIM climate projection data set and python coding. + +It has .py routines to: + +a) extract NARCLIM data for single point locations and variables into a CSV file with 1 column per ensemble member (individual model run) +This is done directly on the CCRC storm servers where the data is stored and the CSV files are stored in a new folder in the working +directory on the server +b) plot the data and perform the statistical analysis. +c)... + +Requirements: at this stage mainly basic packages such as pandas, netcdf4, basemap, matplotlib... \ No newline at end of file