.. _Horizon: ================================================================================ Horizon ================================================================================ Time horizon group. Common Parameters: u, name, idx Available models: EDTSlot_, UCTSlot_ .. _EDTSlot: -------------------------------------------------------------------------------- EDTSlot -------------------------------------------------------------------------------- Time slot model for ED. `sd` is the zonal load scaling factor. Cells in `sd` should have `nz` values seperated by comma, where `nz` is the number of `Zone` in the system. `ug` is the unit commitment decisions. Cells in `ug` should have `ng` values seperated by comma, where `ng` is the number of `StaticGen` in the system. Parameters ---------- +-------+---------------+---------------------------+---------+--------+------------+ | Name | Symbol | Description | Default | Unit | Properties | +=======+===============+===========================+=========+========+============+ | idx | | unique device idx | | | | +-------+---------------+---------------------------+---------+--------+------------+ | u | :math:`u` | connection status | 1 | *bool* | | +-------+---------------+---------------------------+---------+--------+------------+ | name | | device name | | | | +-------+---------------+---------------------------+---------+--------+------------+ | sd | :math:`s_{d}` | zonal load scaling factor | | | | +-------+---------------+---------------------------+---------+--------+------------+ | ug | :math:`u_{g}` | unit commitment decisions | | | | +-------+---------------+---------------------------+---------+--------+------------+ .. _UCTSlot: -------------------------------------------------------------------------------- UCTSlot -------------------------------------------------------------------------------- Time slot model for UC. `sd` is the zonal load scaling factor. Cells in `sd` should have `nz` values seperated by comma, where `nz` is the number of `Zone` in the system. Parameters ---------- +-------+---------------+---------------------------+---------+--------+------------+ | Name | Symbol | Description | Default | Unit | Properties | +=======+===============+===========================+=========+========+============+ | idx | | unique device idx | | | | +-------+---------------+---------------------------+---------+--------+------------+ | u | :math:`u` | connection status | 1 | *bool* | | +-------+---------------+---------------------------+---------+--------+------------+ | name | | device name | | | | +-------+---------------+---------------------------+---------+--------+------------+ | sd | :math:`s_{d}` | zonal load scaling factor | | | | +-------+---------------+---------------------------+---------+--------+------------+