|
@@ -42,7 +42,7 @@ configure_ecearth()
|
|
|
|
|
|
### Source code
|
|
|
|
|
|
-Then, checkout the EC-Earth SVN repository. Four alternatives:
|
|
|
+Then, checkout the EC-Earth SVN repository. Five alternatives:
|
|
|
```bash
|
|
|
cd ~/modeles/ecearth
|
|
|
|
|
@@ -50,6 +50,8 @@ svn co https://svn.ec-earth.org/ecearth3/tags/3.2.2 ecearth_3.2.2
|
|
|
|
|
|
svn co https://svn.ec-earth.org/ecearth3/tags/3.2.3 ecearth_3.2.3
|
|
|
|
|
|
+svn co https://svn.ec-earth.org/ecearth3/tags/3.3.0 ecearth_3.3.0
|
|
|
+
|
|
|
svn co https://svn.ec-earth.org/ecearth3/branches/projects/primavera ecearth_primavera
|
|
|
|
|
|
svn co https://svn.ec-earth.org/ecearth3/trunk ecearth_trunk
|
|
@@ -68,8 +70,8 @@ cd ~/modeles/ecearth/ecearth_patch
|
|
|
* Go to `ecearth sources` and create all the Makefile's with corresponding configuration:
|
|
|
|
|
|
```bash
|
|
|
-TAG=3.2.2
|
|
|
-CONF=lemaitre3
|
|
|
+TAG=3.3.0
|
|
|
+CONF=zenobe
|
|
|
|
|
|
configure_ecearth
|
|
|
cd ~/modeles/ecearth/ecearth_$TAG/sources
|
|
@@ -116,7 +118,7 @@ make
|
|
|
cd ../..
|
|
|
```
|
|
|
|
|
|
-Primavera context:
|
|
|
+**Primavera context**:
|
|
|
|
|
|
* Compile **amip-forcing**:
|
|
|
|