Skip to main content

CONSTANT

FACILITY_INPUTS / ADJUSTMENT / CONSTANT

RequiredChild ofChildren/Options
NoADJUSTMENTNone

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 EadjustedE_\mathrm{adjusted}, i.e. fuel or power, will then be

Eadjusted=Eoriginal10E_\mathrm{adjusted} = E_\mathrm{original} - 10

where EoriginalE_\mathrm{original} is the energy consumption before the adjustment.