| ... | ... | @@ -23,38 +23,23 @@ Find below a guide to: |
|
|
|
mkdir -p ${WORKDIR_EXP}/wd/BENGUELA_LR/exp
|
|
|
|
cd ${WORKDIR_EXP}/wd/BENGUELA_LR/exp
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<li> Download with gitlab the branch you want (benguela_lr) and name it as you want (exp1).
|
|
|
|
<pre>
|
|
|
|
- Download with gitlab the branch you want (benguela_lr) and name it as you want (exp1).
|
|
|
|
```
|
|
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git exp1
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<li> Add the folowing line in your .bashrc. Put it before the text you just pasted.
|
|
|
|
<pre>
|
|
|
|
export CONFIG="BENGUELA_LR"; export EXPER="exp1"
|
|
|
|
</pre>
|
|
|
|
". .bashrc" to refresh your environment</li>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
```
|
|
|
|
|
|
|
|
<li> Download the input files for the BENGUELA_LR config or link to the following directory
|
|
|
|
<pre>
|
|
|
|
### BENGUELA_LR netcdf input files
|
|
|
|
- Download the input files for the BENGUELA_LR config or link to the following directory
|
|
|
|
```
|
|
|
|
mkdir -p ${WORKDIR_EXP}/BENGUELA_LR/inputs
|
|
|
|
cd ${WORKDIR_EXP}/BENGUELA_LR/inputs
|
|
|
|
JEANZAY : rsync -a /gpfswork/rech/eee/reee084/BENGUELA_LR/inputs/* .
|
|
|
|
IRENE : rsync -a /ccc/work/cont005/gen1140/hourdinc/BENGUELA_LR/inputs/* .
|
|
|
|
DATARMOR : rsync -a /home3/datawork/chourdin/BENGUELA_LR/inputs/* .
|
|
|
|
</pre>
|
|
|
|
if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
|
|
|
|
</li>
|
|
|
|
```
|
|
|
|
- if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<li> Download the croco_v2.00_orig code or link to the following directory
|
|
|
|
<pre>
|
| ... | ... | |
| ... | ... | |