| ... | ... | @@ -24,20 +24,20 @@ |
|
|
|
|
|
|
|
<li> The only directory to be created (The run, output & restart directories are automatically created). "wd" is the directory you can backup to keep the full description of all experiments.
|
|
|
|
<pre>
|
|
|
|
mkdir -p ${WORKDIR_EXP}/wd/exp
|
|
|
|
cd ${WORKDIR_EXP}/wd/exp
|
|
|
|
mkdir -p ${WORKDIR_EXP}/wd/BENGUELA_LR/exp
|
|
|
|
cd ${WORKDIR_EXP}/wd/BENGUELA_LR/exp
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li> Download the branch you want (here the benguela_lr branch) and name it as you want (here "exp1").
|
|
|
|
<li> Download with gitlab the branch you want (here the benguela_lr branch) and name it as you want (here "exp1").
|
|
|
|
<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 exp1
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li> Add the folowing line in your .bashrc
|
|
|
|
<li> Add the folowing line in your .bashrc. Put it before the text you just pasted.
|
|
|
|
<pre>
|
|
|
|
export CONFIG="BENGUELA_LR"; export EXPER="blr1"
|
|
|
|
export CONFIG="BENGUELA_LR"; export EXPER="exp1"
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
| ... | ... | |
| ... | ... | |