|
@@ -13,7 +13,7 @@ First, clone the `pbarriat/ecearth_patch` repository:
|
|
|
```bash
|
|
|
mkdir -p ~/modeles/ecearth
|
|
|
cd ~/modeles/ecearth
|
|
|
-git clone ssh://egit/pbarriat/ecearth_patch.git
|
|
|
+git clone ssh://git@www.climate.be:3022/pbarriat/ecearth_patch.git # Try ssh://egit/pbarriat/ecearth_patch.git if does not work, that happened on Zenobe to me [FM] even with the public key put on the GOGS
|
|
|
```
|
|
|
|
|
|
Now, update your shell startup script (`~/.bashrc`) to add ecearth globals variables to your environment.
|
|
@@ -72,7 +72,7 @@ cd ~/modeles/ecearth/ecearth_patch
|
|
|
|
|
|
```bash
|
|
|
TAG=3.3.0 # Or 3.2.0, 3.2.3, primavera, trunk or any other configuration
|
|
|
-CONF=zenobe
|
|
|
+CONF=zenobe # Or lemaitre3
|
|
|
|
|
|
configure_ecearth
|
|
|
cd ~/modeles/ecearth/ecearth_$TAG/sources
|