.. _Reserve: ================================================================================ Reserve ================================================================================ Common Parameters: u, name, idx, zone Available models: SFR_, SR_, NSR_, VSGR_ .. _SFR: -------------------------------------------------------------------------------- SFR -------------------------------------------------------------------------------- Zonal secondary frequency reserve (SFR) model. Notes ----- - ``Zone`` model is required for this model, and zone is defined by Param ``Bus.zone``. Parameters ---------- +-------+---------------+------------------------------+---------+--------+------------+ | Name | Symbol | Description | Default | Unit | Properties | +=======+===============+==============================+=========+========+============+ | idx | | unique device idx | | | | +-------+---------------+------------------------------+---------+--------+------------+ | u | :math:`u` | connection status | 1 | *bool* | | +-------+---------------+------------------------------+---------+--------+------------+ | name | | device name | | | | +-------+---------------+------------------------------+---------+--------+------------+ | area | | Area idx | | | | +-------+---------------+------------------------------+---------+--------+------------+ | du | :math:`d_{u}` | Zonal RegUp reserve demand | 0 | | | +-------+---------------+------------------------------+---------+--------+------------+ | dd | :math:`d_{d}` | Zonal RegDown reserve demand | 0 | | | +-------+---------------+------------------------------+---------+--------+------------+ .. _SR: -------------------------------------------------------------------------------- SR -------------------------------------------------------------------------------- Zonal spinning reserve (SR) model. Notes ----- - ``Zone`` model is required for this model, and zone is defined by Param ``Bus.zone``. - ``demand`` is multiplied to online unused generation capacity. Parameters ---------- +---------+----------------+-------------------------------+---------+--------+------------+ | Name | Symbol | Description | Default | Unit | Properties | +=========+================+===============================+=========+========+============+ | idx | | unique device idx | | | | +---------+----------------+-------------------------------+---------+--------+------------+ | u | :math:`u` | connection status | 1 | *bool* | | +---------+----------------+-------------------------------+---------+--------+------------+ | name | | device name | | | | +---------+----------------+-------------------------------+---------+--------+------------+ | area | | Area idx | | | | +---------+----------------+-------------------------------+---------+--------+------------+ | demand | :math:`d_{SR}` | Zonal spinning reserve demand | 0.100 | | | +---------+----------------+-------------------------------+---------+--------+------------+ .. _NSR: -------------------------------------------------------------------------------- NSR -------------------------------------------------------------------------------- Zonal non-spinning reserve (NSR) model. Notes ----- - ``Zone`` model is required for this model, and zone is defined by Param ``Bus.zone``. - ``demand`` is multiplied to offline generation capacity. Parameters ---------- +---------+-----------------+-----------------------------------+---------+--------+------------+ | Name | Symbol | Description | Default | Unit | Properties | +=========+=================+===================================+=========+========+============+ | idx | | unique device idx | | | | +---------+-----------------+-----------------------------------+---------+--------+------------+ | u | :math:`u` | connection status | 1 | *bool* | | +---------+-----------------+-----------------------------------+---------+--------+------------+ | name | | device name | | | | +---------+-----------------+-----------------------------------+---------+--------+------------+ | area | | Area idx | | | | +---------+-----------------+-----------------------------------+---------+--------+------------+ | demand | :math:`d_{NSR}` | Zonal non-spinning reserve demand | 0.100 | | | +---------+-----------------+-----------------------------------+---------+--------+------------+ .. _VSGR: -------------------------------------------------------------------------------- VSGR -------------------------------------------------------------------------------- Zonal VSG provided reserve model. Notes ----- - ``Zone`` model is required for this model, and zone is defined by Param ``Bus.zone``. Parameters ---------- +-------+----------------+------------------------------+---------+--------+------------+ | Name | Symbol | Description | Default | Unit | Properties | +=======+================+==============================+=========+========+============+ | idx | | unique device idx | | | | +-------+----------------+------------------------------+---------+--------+------------+ | u | :math:`u` | connection status | 1 | *bool* | | +-------+----------------+------------------------------+---------+--------+------------+ | name | | device name | | | | +-------+----------------+------------------------------+---------+--------+------------+ | area | | Area idx | | | | +-------+----------------+------------------------------+---------+--------+------------+ | dvm | :math:`d_{VM}` | Zonal virtual inertia demand | 0 | *s* | | +-------+----------------+------------------------------+---------+--------+------------+ | dvd | :math:`d_{VD}` | Zonal virtual damping demand | 0 | *p.u.* | | +-------+----------------+------------------------------+---------+--------+------------+