| ... | @@ -14,7 +14,9 @@ Find below a guide to: |
... | @@ -14,7 +14,9 @@ Find below a guide to: |
|
|
### Configure your .bashrc
|
|
### Configure your .bashrc
|
|
|
- Paste this [text](https://gitlab.in2p3.fr/christophe.hourdin/pulsation-tools/-/wikis/bashrc) in your .bashrc
|
|
- Paste this [text](https://gitlab.in2p3.fr/christophe.hourdin/pulsation-tools/-/wikis/bashrc) in your .bashrc
|
|
|
- Customize the WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines)
|
|
- Customize the WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines)
|
|
|
- ". .bashrc" to refresh your environment
|
|
```
|
|
|
|
> . .bashrc # to refresh your environment
|
|
|
|
```
|
|
|
|
|
|
|
|
### Create the exp directory and download the pulsation-tools environment
|
|
### Create the exp directory and download the pulsation-tools environment
|
|
|
- The only directory to be created (The run, output & restart directories are automatically created when running). "wd" is the directory you can backup to keep the full description of all experiments.
|
|
- The only directory to be created (The run, output & restart directories are automatically created when running). "wd" is the directory you can backup to keep the full description of all experiments.
|
| ... | @@ -35,10 +37,10 @@ link to, copy or download the netcdf input files directory for the BENGUELA_LR c |
... | @@ -35,10 +37,10 @@ link to, copy or download the netcdf input files directory for the BENGUELA_LR c |
|
|
|
|
|
|
|
1. to link to :
|
|
1. to link to :
|
|
|
```
|
|
```
|
|
|
sca # alias cd ${ARCHDIR}
|
|
> sca # alias cd ${ARCHDIR}
|
|
|
in JEANZAY.env # export2 INDIR="/gpfswork/rech/eee/reee084/ASAP2/inputs"
|
|
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 IRENE.env : export2 INDIR="/ccc/work/cont005/gen1140/hourdinc/BENGUELA_LR/inputs"
|
|
|
in DATARMOR.env # export2 INDIR="/home3/datawork/chourdin/BENGUELA_LR/inputs"
|
|
in DATARMOR.env: export2 INDIR="/home3/datawork/chourdin/BENGUELA_LR/inputs"
|
|
|
```
|
|
```
|
|
|
2. copy or download:
|
|
2. copy or download:
|
|
|
```
|
|
```
|
| ... | @@ -47,9 +49,9 @@ cd ${WORKDIR_EXP}/BENGUELA_LR |
... | @@ -47,9 +49,9 @@ cd ${WORKDIR_EXP}/BENGUELA_LR |
|
|
```
|
|
```
|
|
|
- copy
|
|
- copy
|
|
|
```
|
|
```
|
|
|
JEANZAY : rsync -a /gpfswork/rech/eee/reee084/BENGUELA_LR/inputs .
|
|
for JEANZAY : rsync -a /gpfswork/rech/eee/reee084/BENGUELA_LR/inputs .
|
|
|
IRENE : rsync -a /ccc/work/cont005/gen1140/hourdinc/BENGUELA_LR/inputs .
|
|
for IRENE : rsync -a /ccc/work/cont005/gen1140/hourdinc/BENGUELA_LR/inputs .
|
|
|
DATARMOR : rsync -a /home3/datawork/chourdin/BENGUELA_LR/inputs .
|
|
for DATARMOR : rsync -a /home3/datawork/chourdin/BENGUELA_LR/inputs .
|
|
|
```
|
|
```
|
|
|
- download : \
|
|
- download : \
|
|
|
if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
if these directories are unreachable, download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
| ... | |
... | |
| ... | | ... | |