Skip to content
Snippets Groups Projects
Commit 6c384202 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

Merge branch 'master' of gitlab.dkrz.de:m300602/pyicon into master

parents 48ab78a9 ae48a923
No related branches found
No related tags found
No related merge requests found
pages:
script:
- cd doc
- make html
- mv _build/html/* ../public/
tags:
- sphinx
only:
- master
artifacts:
paths:
- public
expire_in: 5min
......@@ -8,7 +8,21 @@ Pyicon is a python post-processing and visualization toolbox for ICON with a foc
Pyicon is developed within the DFG-project TRR181 - Energy Transfers in Atmosphere and Ocean.
The pyicon documentation can be found here: [documentation](https://modvis.dkrz.de/mh0033/m300602/pyicon_doc/html/index.html)
The pyicon documentation can be found here: [documentation](https://m300602.gitlab-pages.dkrz.de/pyicon/)
Pyicon is hosted at: (https://gitlab.dkrz.de/m300602/pyicon/)
## Quick start for pyicon on Mistral
Once you have to download pyicon by git:
```bash
git clone git@gitlab.dkrz.de:m300602/pyicon.git
```
After that you have to load the correct python environment and make sure that pyicon is in your search path each time you want to use it.
The easiest way is to use the following script:
```bash
source /path/to/pyicon/tools/conda_act_mistral_pyicon_env.sh
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment