Central GIT repository for CC in estuaries project 1 - prioritizing cc based on variability shifts
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Valentin Heimhuber 00e63c6c29 #added a couple of plotting abilities to the existing code and all is working.
the only problem remaining is that currently, the present day plot for extreme indices isn't working properly
it's showing the annual sums or averages
6 years ago
Analysis/Code #added a couple of plotting abilities to the existing code and all is working. 6 years ago
.gitignore #proper gitignore file and updated linux bash script 7 years ago
README.md.txt #Just committing the principal readme file 7 years ago
gitignore.txt.txt #gitignore file add 7 years ago

README.md.txt

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...