An overview of NorESM2 experiments including upgrades, code modifications and parameter settings.
The overview includes:
NorESM2-MM CMIP6 DECK simulations
NorESM2-LM CMIP6 DECK simulations
NorESM2-MM CMIP6 historical simulations
NorESM2-LM CMIP6 historical simulations
NorESM2-MM CMIP6 scenario simulations
NorESM2-LM CMIP6 scenario simulations
NorESM2-MM spinup tree
NorESM2-LM spinup tree
To develop and/or build the NorESM Experiments content, you should:
- Clone this repository
- Run
pip install -r requirements.txt
(it is recommended you do this within a virtual environment) - Edit the source files located in the
noresm_exp_book/content
directory - Push the changes to git (branch
main
) if you want to trigger the automatic build/deploy workflow
The GitHub actions workflow (noresm-exp/.github/workflows/deploy.yml
) automatically renders the content, pushes the rendered output to the gh-pages
branch of the repo and hosts it on GitHub Pages (at https://noresmhub.github.io/noresm-exp/intro) when a push or pull request is made to the main branch.
To build locally:
- Run
jupyter-book clean noresm_exp_book/
to remove any existing builds - Run
jupyter-book build noresm_exp_book/
A fully-rendered HTML version of the book will be built in noresm_exp_book/_build/html/
.
This project is created using the open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.