| ... | ... | @@ -30,19 +30,29 @@ cd ${WORKDIR_EXP}/wd/BENGUELA_LR/exp |
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<li> Download with gitlab the branch you want (benguela_lr) and name it as you want (exp1).
|
|
|
|
<pre>
|
|
|
|
git clone --branch benguela_lr git@gitlab.in2p3.fr:christophe.hourdin/pulsation-tools.git exp1
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<li> Add the folowing line in your .bashrc. Put it before the text you just pasted.
|
|
|
|
<pre>
|
|
|
|
export CONFIG="BENGUELA_LR"; export EXPER="exp1"
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<ul>
|
|
|
|
<li> ". .bashrc" to refresh your environment
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<li> Download the input files for the BENGUELA_LR config
|
|
|
|
<pre>
|
| ... | ... | @@ -70,6 +80,8 @@ sc # alias cd ${SCRIPTDIR} |
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<li> To follow the run & get the outputs
|
|
|
|
<pre>
|
|
|
|
JEANZAY : squeue -u $(whoami)
|
| ... | ... | @@ -81,4 +93,6 @@ out # alias cd ${OUTDIR} netcdf output files directory |
|
|
|
rst # alias cd ${RSTDIR} restart files directory
|
|
|
|
</pre>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
</ul> |
|
|
\ No newline at end of file |