Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

stage input variable with stage (water level) values.

CoefficientSet

CoefficientSets or CoefficientSetFunctions

The coefficient set should contain the a, b and c coefficients for equation

Code Block
 Q=a*(H+b)^c 

and the type of calculations for which this coefficientSet is valid.

When using coefficient set functions (available since build 30246), the a, b, c and type elements can contain tags between "@" signs (e.g. "@NUMBER@") that refer to location attributes that are defined in the locationSets configuration file. The tags are replaced by actual values. These values can be different for different locations and time periods. See 22 Locations and attributes defined in Shape-DBF files for more information.

...

a

...

Coefficient a in equation

Code Block
 Q=a*(H+b)^c 

.

...

b

...

Coefficient b in equation

Code Block
 Q=a*(H+b)^c 

.

...

c

...

Coefficient c in equation

Code Block
 Q=a*(H+b)^c 

.

...

type

...

Type of calculations for which this coefficientSet is valid. Can be level_to_flow, flow_to_level or level_to_flow_and_flow_to_level.TODO

Output

discharge output variable with discharge (water flow) values.

...