Newer
Older
# HPC After Albedo
This repository contains the code and data used in the report "High-Performance Computing After Albedo" by [Paul Gierz](mailto:pgierz@awi.de)
## Viewing the Report
This report uses [Juyter Book](https://jupyterbook.org/intro.html) to generate a static website. You can view the report by building the book locally:
```console
git clone https://gitlab.awi.de/HPC/cloud_hpc.git
cd cloud_hpc
pip install .
jupyter-book build hpc-after-albedo
```