CONSTANT
FACILITY_INPUTS / ADJUSTMENT / CONSTANT
Required | Child of | Children/Options |
---|---|---|
No | ADJUSTMENT | None |
Description
The keyword CONSTANT can be used for adjustment of input data with a constant.
Format
CONSTANT: <VALUE>
Example
Say you have input that that is off by -10 [some units]. You could fix this like:
NAME: some_facility_input
FILE: filename.csv
TYPE: FACILITY_INPUT_TYPE
ADJUSTMENT:
CONSTANT: -10
The resulting energy consumption , i.e. fuel or power, will then be
where is the energy consumption before the adjustment.