Skip to content
Snippets Groups Projects
Commit d7fcbcfb authored by Leo Demaine's avatar Leo Demaine
Browse files

Cosmetic changes in README and setup

parent 6e6db457
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,21 @@
## How?
### 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
......@@ -14,6 +27,7 @@ cd orchidee
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.
## utilities
svn, wget, tar, gzip, make, gfortran, gcc, m4, pkg-config
## Dependencies
On linux only.
The following programs are required to run.
`svn`, `wget`, `tar`, `gzip`, `make`, `gfortran`, `gcc`, `m4`, `pkg-config`
......@@ -67,7 +67,7 @@ actionA () {
cat <<EOL
────────────────────────────────────────────────────────────
~~~ FL crujira ~~~
~~~ Local on site ~~~
────────────────────────────────────────────────────────────
1 > Select year
────────────────────────────────────────────────────────────
......@@ -184,7 +184,7 @@ action0() {
# "0 > Exit "
# )
menuItems=(
"A > FL CRUJIRA "
"A > Local on site "
"B > Global 10 deg "
# "1 > Load default conf "
"0 > Exit "
......
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