You can run the practicals directly online, thanks to the Binder infrastructure. Here's a link to the whole repository, and individual practicals will be linked below.
This exercise aims to show a very simple energy balance model of the Earth system.
A simple exercise to understand carbon emissions. Includes fitting some very simple models.
A practical where the Farquhar approach to photosynthesis in vegetation is used to explore how vegetation is modelled in typical dynamic global vegetation models (DGVMs). The practical allows you to understand (some of) the limits to photosynthetic activity in vegetation, as well as explore the role of plant functional types (PFTs) in controlling photosynthesis. The final aim is to think how this basic leaf-level model can form the basis of a vegetation carbon model.
Phenology is the study of recurrent natural phenomena. In this practical, you will try to develop models for vegetation phenology based on observations of plant "greenness" derived from satellite data, as well as abiotic controls (mostly temperature!).
If you want run this on your own computer, you can do that easily. Follow these steps:
-
First, download or clone the entire repository. a. You can download everything as a zip file, and uncompress it, b. ... Or you can do
git clone https://github.com/jgomezdans/geog0133-practicals
if you have git installed -
Make sure you have Anaconda Python installed, and in the folder with the practicals issue the following command:
conda env create -f environment.yml
-
The previous command can take a while to run, and needs the internet to download stuff.
-
You can then (hopefully) just run
jupyter notebook
on that folder