Welcome to CLEWs - the Climate, Land, Energy and Water systems modelling framework. The scripts in this repository provide tools for doing CLEWs analysis.
Pull the latest changes from git
git pull origin master
Create and checkout a new branch
git checkout -b my_branch
Do some work
git add ...
git commit -m "An informative message"
Push your branch
git push -u origin my_branch
Install the Python package npstripout to prevent Jupyter notebook output data from being committed to the repository.