| ... | ... | @@ -46,9 +46,9 @@ git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation- |
|
|
|
<pre>
|
|
|
|
mkdir -p ${WORKDIR_EXP}/BENGUELA_LR/inputs
|
|
|
|
cd ${WORKDIR_EXP}/BENGUELA_LR/inputs
|
|
|
|
on IRENE : rsync -a /ccc/work/cont005/gen1140/hourdinc/BENGUELA_LR/inputs/* .
|
|
|
|
on JEAN-ZAY : rsync -a /gpfswork/rech/eee/reee084/BENGUELA_LR/inputs/* .
|
|
|
|
on DATARMOR : rsync -a /home3/datawork/chourdin/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>
|
|
|
|
or Download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/index.php/s/7B00cuMvAjpIRl7)
|
|
|
|
</li>
|
| ... | ... | @@ -57,9 +57,13 @@ or Download [BENGUELA_LR inputs tar file](https://owncloud.locean-ipsl.upmc.fr/i |
|
|
|
|
|
|
|
<li> To submit the pre defined first job test (only 2 timesteps)
|
|
|
|
<pre>
|
|
|
|
sca # alias cd ${ARCHDIR}
|
|
|
|
vi JEANZAY.env # to customize the WORKDIR, SCRATCHDIR, STOREDIR directories to suit your environment
|
|
|
|
sc # alias cd ${SCRIPTDIR}
|
|
|
|
sca # alias cd ${ARCHDIR}
|
|
|
|
vi JEANZAY.env # to customize the WORKDIR, SCRATCHDIR, STOREDIR directories to suit your environment
|
|
|
|
vi JEANZAY.header # to assign you account login
|
|
|
|
# JEANZAY : #SBATCH --account eee@cpu
|
|
|
|
# IRENE : #MSUB -A gen1140
|
|
|
|
# DATARMOR : no account
|
|
|
|
sc # alias cd ${SCRIPTDIR}
|
|
|
|
./submitjob.sh
|
|
|
|
</pre>
|
|
|
|
</li>
|
| ... | ... | |
| ... | ... | |