| ... | @@ -51,7 +51,31 @@ if these directories are unreachable, download [BENGUELA_LR inputs tar file](htt |
... | @@ -51,7 +51,31 @@ if these directories are unreachable, download [BENGUELA_LR inputs tar file](htt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li> Download the croco_v2.00_orig code or link to the following directory
|
|
### Get the croco_v2.00_orig code
|
|
|
|
|
|
|
|
link to, copy or download the croco_v2.00_orig code
|
|
|
|
|
|
|
|
1. to link to :
|
|
|
|
```
|
|
|
|
sca # alias cd ${ARCHDIR}
|
|
|
|
in JEANZAY.env # export2 INDIR="/gpfswork/rech/eee/reee084/ASAP2/inputs"
|
|
|
|
in IRENE.env # export2 INDIR="/ccc/work/cont005/gen1140/hourdinc/BENGUELA_LR/inputs"
|
|
|
|
in DATARMOR.env # export2 INDIR="/home3/datawork/chourdin/BENGUELA_LR/inputs"
|
|
|
|
```
|
|
|
|
2. copy :
|
|
|
|
```
|
|
|
|
mkdir -p ${WORKDIR_EXP}/BENGUELA_LR
|
|
|
|
cd ${WORKDIR_EXP}/BENGUELA_LR
|
|
|
|
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 .
|
|
|
|
```
|
|
|
|
3. download : \
|
|
|
|
if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
e or link to the following directory
|
|
|
<pre>
|
|
<pre>
|
|
|
cd ${WORKDIR_EXP} # or choose another directory
|
|
cd ${WORKDIR_EXP} # or choose another directory
|
|
|
JEANZAY : rsync -a /gpfswork/rech/eee/reee084/croco_v2.00_orig .
|
|
JEANZAY : rsync -a /gpfswork/rech/eee/reee084/croco_v2.00_orig .
|
| ... | |
... | |
| ... | | ... | |