|
|
@@ -19,12 +19,16 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub gwcism.cism.ucl.ac.be
|
|
|
|
|
|
First, clone the `pbarriat/ecearth_patch` repository and update your shell startup script to source the 'bashrc' file to add ecearth globals variables to your environment. For instance:
|
|
|
```
|
|
|
-git clone ssh://egit/pbarriat/ecearth_patch.git
|
|
|
+git clone ssh://regit/pbarriat/ecearth_patch.git
|
|
|
```
|
|
|
|
|
|
-Then, checkout the EC-Earth SVN repository. For instance:
|
|
|
+Then, checkout the EC-Earth SVN repository. Three alternatives:
|
|
|
```
|
|
|
svn co https://svn.ec-earth.org/ecearth3/tags/3.2.2 ecearth_3.2.2
|
|
|
+
|
|
|
+svn co https://svn.ec-earth.org/ecearth3/branches/projects/primavera ecearth_primavera
|
|
|
+
|
|
|
+svn co https://svn.ec-earth.org/ecearth3/trunk ecearth
|
|
|
```
|
|
|
|
|
|
Final step, go to the `pbarriat/ecearth_patch` repository, open & adapt the `install.sh` script and run it:
|