annlew / NorESM-docs

Documentation of the NorESM model system and components

Home Page:https://noresm-docs.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Norwegian Earth System Model Documentation

License: GNU LGPL 3.0 NordicESMhub chat

The NorESM documentation on Read the Docs is built from the branches in this repository. The branches correspond to different versions of the NorESM source code.

version build status note
NorESM1 NorESM1 Documentation Status Model version used for CMIP5 and IPCC AR5
NorESM2 NorESM2 Documentation Status Model version used for CMIP6 and IPCC AR6
NorESM2.1 NorESM2.1 Documentation Status bugfix and technical release version
NorESM2.2 NorESM2.2 Documentation Status unvalidated development version

How to contribute to the NorESM documentation

  • step 1: Fork this repository as shown in the figure below.

Fork NorESM documentation repository

  • step 2: Go online to NorESM documentation and whenever you would like to update the documentation, click on "Edit on GitHub".

Edit documentation online

  • step 3: Then click on the "pen" (see image below) and write your text (reStructuredText)

Edit the file in your fork

  • step 4: Save your changes in your forked repository and create a pull request.

Propose your changes

If you do not like to update the documentation online and prefer to use your favorite editor locally on your machine/laptop, you can skip step-3 and 4 and then clone your forked repository to edit the files locally. Once pushed to your forked github repository, you can create a pull request and propose your changes.

Example on how to see your changes locally with sphinx:

Prepare your PC/MAC

$ conda install sphinx
$ conda install -c conda-forge sphinxcontrib-bibtex
$ conda install -c conda-forge sphinx_rtd_theme

Copy NorESMdoc repository to local

$ git clone git@github.com:NorESMhub/NorESM-docs.git

go to NorESM-docs dir

$ sphinx-build . _build

open _build/index.html in browser

More info See https://coderefinery.github.io/documentation/sphinx/

About

Documentation of the NorESM model system and components

https://noresm-docs.readthedocs.io/en/latest/

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%