How to run the HECTOR climate model:

Run in Google Colab

Create a new Colab notebook, and install the pyhector python library.

!pip install pyhector
import pyhector

output = pyhector.run(pyhector.ssp126)
output

Video

(Coming soon.)