Differences between revisions 1 and 2
Revision 1 as of 2019-03-14 15:23:12
Size: 717
Comment:
Revision 2 as of 2019-03-14 15:26:29
Size: 821
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= CLaMS Insallation == = CLaMS Insallation =
Line 7: Line 7:
To download the CLaMS code from the gitlab server, one needs to be registered by the server (login once) and then given access by the Maintainer Nicole Thomas (n.thomas@fz-juelich.de). The ssh keys should be uploaded to the GitLab Server. Then the code can be downloaded by To download the CLaMS code from the gitlab server, one needs to be registered by the server (login once) and then given access by the maintainer Nicole Thomas (n.thomas@fz-juelich.de). The ssh keys should be uploaded to the GitLab Server. Then the code can be downloaded by
Line 10: Line 10:
git clone git@jugit.fz-juelich.de:n.thomas/clams-git.git [directory-name] git clone git@jugit.fz-juelich.de:n.thomas/clams-git.git [target-directory]
Line 13: Line 13:
For compilation of all CLaMS program, go to the target directory and simply type
Line 14: Line 15:
{{{
make all
}}}

CLaMS Insallation

The CLaMS source code can be downloaded from the GitLab server https://jugit.fz-juelich.de.

This version contains all modules, libraries and programs needed for a classical CLaMS simulation employing a ksh-script. I does not include supplementary programs e.g. needed for the conversion of the meteorological data.

To download the CLaMS code from the gitlab server, one needs to be registered by the server (login once) and then given access by the maintainer Nicole Thomas (n.thomas@fz-juelich.de). The ssh keys should be uploaded to the GitLab Server. Then the code can be downloaded by

git clone git@jugit.fz-juelich.de:n.thomas/clams-git.git [target-directory]

For compilation of all CLaMS program, go to the target directory and simply type

make all 

GitLabInstructions (last edited 2023-09-25 07:57:42 by NicoleThomas)