|
@@ -5,7 +5,7 @@ The goal of this project is to adapt this model for our needs in TECLIM: install
|
|
|
|
|
|
### Important Notes
|
|
|
|
|
|
-**YOU MUST HAVE YOUR `~/.ssh/id_rsa.pub` FILE BEFORE STARTING TO WORK WITH GIT ON ZENOBE**.
|
|
|
+**YOU MUST HAVE YOUR `~/.ssh/id_rsa.ceci.pub` FILE BEFORE STARTING TO WORK WITH GIT ON ZENOBE**.
|
|
|
|
|
|
## Install
|
|
|
|
|
@@ -13,7 +13,7 @@ First, clone the `pbarriat/ecearth_patch` repository:
|
|
|
```bash
|
|
|
mkdir -p ~/modeles/ecearth
|
|
|
cd ~/modeles/ecearth
|
|
|
-git clone ssh://git@www.climate.be:3022/pbarriat/ecearth_patch.git
|
|
|
+git clone https://gogs.elic.ucl.ac.be/TECLIM/ecearth_patch.git
|
|
|
```
|
|
|
|
|
|
Now, update your shell startup script (`~/.bashrc`) to add ecearth globals variables to your environment.
|
|
@@ -52,6 +52,8 @@ 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/tags/3.3.3.2 ecearth_3.3.3.2
|
|
|
+
|
|
|
svn co https://svn.ec-earth.org/ecearth3/branches/projects/primavera ecearth_primavera
|
|
|
|
|
|
svn co https://svn.ec-earth.org/ecearth3/trunk ecearth_trunk
|
|
@@ -70,7 +72,7 @@ cd ~/modeles/ecearth/ecearth_patch
|
|
|
* Go to `ecearth sources` and create all the Makefile's with corresponding configuration:
|
|
|
|
|
|
```bash
|
|
|
-TAG=3.3.0
|
|
|
+TAG=3.3.3.2
|
|
|
CONF=zenobe
|
|
|
|
|
|
configure_ecearth
|
|
@@ -145,8 +147,9 @@ cd ../..
|
|
|
```bash
|
|
|
cd ~/modeles/ecearth/ecearth_$TAG/runtime/classic
|
|
|
../../sources/util/ec-conf/ec-conf -p $CONF config-run.xml
|
|
|
-vi ece-ifs+nemo.sh
|
|
|
-sbatch (or qsub) ece-ifs+nemo.sh
|
|
|
+vi ece-esm.sh
|
|
|
+qsub (or sbatch) ece-esm.sh
|
|
|
+qstat (or squeue) -u $USER
|
|
|
```
|
|
|
|
|
|
## Benchmarks
|
|
@@ -175,4 +178,4 @@ sbatch (or qsub) ece-ifs+nemo.sh
|
|
|
|
|
|
## License
|
|
|
|
|
|
-This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](https://gogs.elic.ucl.ac.be/TECLIM/LOVECLIM/src/master/LICENSE) file for the full license text.
|
|
|
+This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](https://gogs.elic.ucl.ac.be/TECLIM/LOVECLIM/src/master/LICENSE) file for the full license text.
|