| ... | ... | @@ -39,14 +39,15 @@ link to, copy or download the netcdf input files directory for the BENGUELA_LR c |
|
|
|
```
|
|
|
|
sca # alias cd ${ARCHDIR}
|
|
|
|
|
|
|
|
in JEANZAY.env : export2 INDIR="/gpfswork/rech/eee/reee084/ASAP2/inputs"
|
|
|
|
in JEANZAY.env : export2 INDIR="/gpfswork/rech/eee/reee084/BENGUELA_LR/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 or download:
|
|
|
|
```
|
|
|
|
mkdir -p ${WORKDIR_EXP}/BENGUELA_LR
|
|
|
|
cd ${WORKDIR_EXP}/BENGUELA_LR
|
|
|
|
cd ${WORKDIR_EXP}/BENGUELA_LR
|
|
|
|
in COMPUTER.env : export2 INDIR="${WORKDIR_EXP}/BENGUELA_LR/inputs"
|
|
|
|
```
|
|
|
|
- copy
|
|
|
|
```
|
| ... | ... | @@ -66,30 +67,29 @@ 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"
|
|
|
|
|
|
|
|
in JEANZAY.env : export2 CROCO_SOURCE="/gpfswork/rech/eee/reee084/croco_v2.00_orig/OCEAN"
|
|
|
|
in IRENE.env : export2 CROCO_SOURCE="/ccc/work/cont005/gen1140/hourdinc/croco_v2.00_orig/OCEAN"
|
|
|
|
in DATARMOR.env: export2 CROCO_SOURCE="/home3/datawork/chourdin/croco_v2.00_orig/OCEAN"
|
|
|
|
```
|
|
|
|
2. copy :
|
|
|
|
2. copy or download:
|
|
|
|
```
|
|
|
|
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 .
|
|
|
|
cd ${WORKDIR_EXP}
|
|
|
|
in COMPUTER.env : export2 CROCO_SOURCE="${WORKDIR_EXP}/croco_v2.00_orig/OCEAN"
|
|
|
|
```
|
|
|
|
3. download : \
|
|
|
|
if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
- copy
|
|
|
|
```
|
|
|
|
for JEANZAY : rsync -a /gpfswork/rech/eee/reee084/croco_v2.00_orig .
|
|
|
|
for IRENE : rsync -a /ccc/work/cont005/gen1140/hourdinc/croco_v2.00_orig .
|
|
|
|
for DATARMOR : rsync -a /home3/datawork/chourdin/croco_v2.00_orig .
|
|
|
|
```
|
|
|
|
- download : \
|
|
|
|
if these directories are unreachable, download [ croco_v2.00_orig tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
|
|
|
|
|
|
|
|
### Get the xios library
|
|
|
|
|
|
|
|
|
|
|
|
JEANZAY : rsync -a /gpfswork/rech/eee/reee084/croco_v2.00_orig .
|
|
|
|
IRENE : rsync -a /ccc/work/cont005/gen1140/hourdinc/croco_v2.00_orig .
|
|
|
|
DATARMOR : rsync -a /home3/datawork/chourdin/croco_v2.00_orig .
|
|
|
|
|
|
|
|
if these directories are unreachable, download [ croco_v2.00_orig tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
|
|
|
|
## Run the experience
|
|
|
|
|
| ... | ... | |
| ... | ... | |