https://github.com/noresmhub/noresm-exp
Information about NorESM experiments
https://github.com/noresmhub/noresm-exp
climate experiments noresm
Last synced: 4 months ago
JSON representation
Information about NorESM experiments
- Host: GitHub
- URL: https://github.com/noresmhub/noresm-exp
- Owner: NorESMhub
- License: other
- Created: 2020-04-30T12:42:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T11:34:12.000Z (over 2 years ago)
- Last Synced: 2024-06-11T16:53:49.266Z (about 1 year ago)
- Topics: climate, experiments, noresm
- Language: TeX
- Homepage: https://noresmhub.github.io/noresm-exp/intro
- Size: 37 MB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# NorESM Experiments
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## Usage
### Editing the content
To develop and/or build the NorESM Experiments content, you should:
1. Clone this repository
2. Run `pip install -r requirements.txt` (it is recommended you do this within a virtual environment)
3. Edit the source files located in the `noresm_exp_book/content` directory
4. Push the changes to git (branch `main`) if you want to trigger the automatic build/deploy workflow### Automatic deployment
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](https://noresmhub.github.io/noresm-exp/intro)) when a push or pull request is made to the main branch.
## Local build
To build locally:
1. Run `jupyter-book clean noresm_exp_book/` to remove any existing builds
2. Run `jupyter-book build noresm_exp_book/`A fully-rendered HTML version of the book will be built in `noresm_exp_book/_build/html/`.
## Credits and licence
This project is created using the open source [Jupyter Book project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book template](https://github.com/executablebooks/cookiecutter-jupyter-book).
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).[](http://creativecommons.org/licenses/by-sa/4.0/)