| ... | @@ -2,10 +2,12 @@ |
... | @@ -2,10 +2,12 @@ |
|
|
|
|
|
|
|
<h1> Installation Pulsation-tools</h1>
|
|
<h1> Installation Pulsation-tools</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
The only directory to be created (The run, output & restart directories are automatically created)
|
|
|
<pre>
|
|
<pre>
|
|
|
The only directory to be created
|
|
mkdir -p ${WORKDIR}/wd/exp
|
|
|
> mkdir -p ${WORKDIR}/wd/exp
|
|
cd ${WORKDIR}/wd/exp
|
|
|
> cd ${WORKDIR}/wd/exp
|
|
</pre>
|
|
|
|
|
|
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git blr1
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git blr1
|
|
|
|
|
|
| ... | @@ -18,4 +20,3 @@ mkdir -p ${WORKDIR}/BENGUELA_LR |
... | @@ -18,4 +20,3 @@ mkdir -p ${WORKDIR}/BENGUELA_LR |
|
|
cd ${WORKDIR}/BENGUELA_LR
|
|
cd ${WORKDIR}/BENGUELA_LR
|
|
|
rsync -a /gpfswork/rech/eee/reee084/BENGUELA_LR/inputs .
|
|
rsync -a /gpfswork/rech/eee/reee084/BENGUELA_LR/inputs .
|
|
|
|
|
|
|
|
</pre> |
|
|
|
\ No newline at end of file |
|
|