Repository for the two capacity building workshops for the DRIN and the DRINA River Basin case studies
Binder link for the simple exercise using OSeMOSYS
Binder link for advanced example using OSeMOSYS
Pull the latest changes from git
git pull origin master
Create and checkout a new branch
git checkout -b my_branch
When you do some changes
git add ...
git commit -m "An informative message"
Push your branch
git push -u origin my_branch
nbstripout
Install the Python package npstripout to prevent Jupyter notebook output data from being committed to the repository.
Drina folder
Install the environment using conda env create -f environment.yml