...
- Initially, identify which link or node in the model you want to place the expression in.
- Then, add a function in the node/link feature editor;
- Exit the node/link feature editor;
- In the Function manager, first assign a value to the function. Right click, then choose Edit function. Note that the function units are assumed to be the same as that in the underlying code. As a guide, rainfall-runoff models generally use millimetres for length and day for time-step and the groundwater model uses SI units - metres for length and seconds for time-step;
- Back in the Function manager, right click on the required function again and choose Manually add function usage; and
- Then add the function usage manually to allocate a parameter to the variable (steps outlined in Figure 1). You can now use the Command Line Runner to run the model iteratively while varying the parameter. This is also used for setting up a project to run with Insight: Objective optimisation.
...