Methods - Internal

Index

Check methods

EnergyModelsFlex.check_period_tsFunction
check_period_ts(ts::RepresentativePeriods, n::PeriodDemandSink, msg::String)
check_period_ts(ts::OperationalScenarios, n::PeriodDemandSink, msg::String)
check_period_ts(ts::SimpleTimes, n::PeriodDemandSink, msg::String)

Function for checking that the timestructure is valid in combination with the chosen period structure in a [PeriodDemandSink(@ref).

source
EnergyModelsFlex.check_inputFunction
check_input(n::Union{LimitedFlexibleInput, Combustion})

This function checks that the input of a LimitedFlexibleInput or Combustion node are valid.

source