Newer
Older
### Get the code
You can get the code by using the following command:
git clone https://gitlab.in2p3.fr/ipsl/projets/pcmstudio/orchidee.git
```
Or by using ssh keyring on gitlab.in2p3:
```
git clone git@gitlab.in2p3.fr:ipsl/projets/pcmstudio/orchidee.git
```
### Usage
```
cd orchidee
./install.sh
./run.sh
After every run, an `atlas-default.ipynb` is added in the run directory that can be use as a basis to data processing with jupyter notebook.
## Dependencies
On linux only.
The following programs are required to run.
`svn`, `wget`, `tar`, `gzip`, `make`, `gfortran`, `gcc`, `m4`, `pkg-config`