Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/user_guide/introduction_wfe/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,17 @@ ctl/
|---- expid.conf -> model specifications
```

Information: Inside `expid.conf`, variables set in the `master.conf`
can be used (e.g. `MODEL_ID` set in `master.conf` could be used in
`expid.conf` as `$MODEL_ID`).

## Developer information

Forks (i.e. SimExps) of the Workflow Engine should only change
- `ctl/master.conf`
- `ctl/expid.conf`
- `.gitmodules`.

All other changes should be applied to the main repository through
Pull Requests (PRs) under
<https://github.com/HPSCTerrSys/TSMP2_workflow-engine/pulls>.
Loading