Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ORCHIDEE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPSL
Projets
PCMStudio
ORCHIDEE
Commits
d7fcbcfb
Commit
d7fcbcfb
authored
19 hours ago
by
Leo Demaine
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic changes in README and setup
parent
6e6db457
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+17
-3
17 additions, 3 deletions
README.md
setup.sh
+2
-2
2 additions, 2 deletions
setup.sh
with
19 additions
and
5 deletions
README.md
+
17
−
3
View file @
d7fcbcfb
...
...
@@ -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`
This diff is collapsed.
Click to expand it.
setup.sh
+
2
−
2
View file @
d7fcbcfb
...
...
@@ -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 "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment