| ... | ... | @@ -28,16 +28,24 @@ cd ${WORKDIR_EXP}/wd/BENGUELA_LR/exp |
|
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git exp1
|
|
|
|
```
|
|
|
|
|
|
|
|
### BENGUELA_LR netcdf input files
|
|
|
|
- Download the input files for the BENGUELA_LR config or link to the following directory
|
|
|
|
### get the netcdf input files
|
|
|
|
- link to, copy or download the netcdf input files directory for the BENGUELA_LR config
|
|
|
|
```
|
|
|
|
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/* .
|
|
|
|
- 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 .
|
|
|
|
```
|
|
|
|
- if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
- 3 download :do_not_litter:
|
|
|
|
if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
|
|
|
|
|
|
|
|
|
| ... | ... | |
| ... | ... | |