How to replicate or extend this

This document is kept under version control in a git repository. The repository is hosted on GitHub (and the documentation made with GitHub Pages). The repository is https://github.com/philip-brohan/offline_assimilation. This repository contains everything you need to reproduce or extend this work.

If you are familiar with GitHub, you already know what to do: If you’d prefer not to bother with that, you can download the whole dataset as a zip file.

All the code included is writen in Python (version 3.6). I strongly recommend running it in a conda environment - which greatly simplifies getting the necessary dependencies. The code is known to work on Linux and OSX, I’ve not tried it on anything else.

To re-run the scripts included, first install four packages this depends on:

Then install the libraries included in this package:

python setup.py install --user

Each diagnostic contains code to download the reanalysis data required. While 20CRv3 data is still preliminary, this process is complicated. Please read carefully the instructions on access to 20CRv3 data and the instructions on using the IRData module with 20CRv3.

If you reuse this, please let me know, by raising an issue. You are not obliged to do this, but it would help.