/ClimatePolicy

Repository containing all python exercises for the Climate Impacts & Policy course

Primary LanguageJupyter Notebook

Climate Impacts & Policy Assignments

The purpose of the assignments is that students learn to apply the methods for assessing climate change impacts that are introduced in weeks 2 up to 6, and learn how to interpret the results of these analyses. There are 5 assignments that each count for 10% of the grade.

In this repository, you will find the assignments for Week 2,3 and 5.

The assignments should be made individually.

How to get the assignments up and running:

Go the repository on Binder: Binder

For Drought pacticum, go to: Binder

Or download this repository and install a virtual environment. Recommended option is to use a miniconda environment to work in for this project, relying on conda to handle some of the trickier library dependencies:

# Add conda-forge channel for extra packages
conda config --add channels conda-forge

# Create a conda environment for the project and install packages
conda env create -f environment.yml
activate ClimatePolicy