| ... | ... | @@ -16,15 +16,14 @@ Find below a guide to: |
|
|
|
- Customize the WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines)
|
|
|
|
- ". .bashrc" to refresh your 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.
|
|
|
|
|
|
|
|
<li> 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.
|
|
|
|
<pre>
|
|
|
|
```
|
|
|
|
mkdir -p ${WORKDIR_EXP}/wd/BENGUELA_LR/exp
|
|
|
|
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>
|
| ... | ... | |
| ... | ... | |