Skip to content

Commit d032faf

Browse files
committed
update doc: running.md
1 parent e4a5e3b commit d032faf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/user_guide/usage_wfe/running.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ git rm run/.gitkeep
1010
ln -snf $scratch_dir/run run
1111
```
1212

13+
The configuration of the simulation is managed by two shell-based configure files besides the git submodules. `master.conf` for generic setting such as simulation time or model-id and `expid.conf` for doing component specific settings.
14+
1315
Adapt resources and time in the setup-script.
1416
``` bash
1517
cd ${wfe_dir}/ctl
16-
vi control_tsmp2.sh
18+
vi master.conf
1719
```
1820

1921
Start simulation

0 commit comments

Comments
 (0)