Demand parameters

These parameters define exogenous demands in a scenario. Demands can be specified on an annual basis or distributed across time slices.

Accumulated annual demand

Exogenous demand that is not time sliced. NEMO ensures the demand is met, but it may be met at any point in the specified year.

Scenario database

Table: AccumulatedAnnualDemand

NameTypeDescription
idintegerUnique identifier for row
rtextRegion
ftextFuel
ytextYear
valrealDemand (region's energy unit)

Specified annual demand

Time-sliced exogenous demand. Use this parameter to specify the total demand in a year, and SpecifiedDemandProfile to assign the demand to time slices. NEMO ensures the demand is met in each time slice.

Scenario database

Table: SpecifiedAnnualDemand

NameTypeDescription
idintegerUnique identifier for row
rtextRegion
ftextFuel
ytextYear
valrealDemand (region's energy unit)
Note

If you define specified annual demand for a non time-sliced fuel, NEMO treats it as analogous to accumulated annual demand (i.e., as demand at the annual level, ignoring the specified demand profile).

Specified demand profile

Fraction of specified annual demand assigned to a time slice. For a given fuel and year, the sum of SpecifiedDemandProfile across time slices should be 1.

Scenario database

Table: SpecifiedDemandProfile

NameTypeDescription
idintegerUnique identifier for row
rtextRegion
ftextFuel
ltextTime Slice
ytextYear
valrealFraction (0 to 1)