Skip to content

Latest commit

 

History

History
117 lines (101 loc) · 2.45 KB

File metadata and controls

117 lines (101 loc) · 2.45 KB

(sectors)=

Sectors

To run sector coupled studies, the sector wildcard must be assigned to G. After doing so, the following configuration options are exposed to the user.

Only single-period studies are currently supported when running sector studies.

Carbon Limits

.. literalinclude:: ../../workflow/repo_data/config/config.sector.yaml
   :language: yaml
   :start-at: # docs-co2
   :end-before: # docs-ng

.. csv-table::
   :header-rows: 1
   :widths: 22,7,22,33
   :file: configtables/sector_carbon.csv

Natural Gas Options

.. literalinclude:: ../../workflow/repo_data/config/config.sector.yaml
   :language: yaml
   :start-at: # docs-ng
   :end-before: # docs-heating

.. csv-table::
   :header-rows: 1
   :widths: 22,7,22,33
   :file: configtables/sector_natural_gas.csv

Heating Sector

.. literalinclude:: ../../workflow/repo_data/config/config.sector.yaml
   :language: yaml
   :start-at: # docs-heating
   :end-before: # docs-service

.. csv-table::
   :header-rows: 1
   :widths: 22,7,22,33
   :file: configtables/sector_heating.csv

Service Sector

.. literalinclude:: ../../workflow/repo_data/config/config.sector.yaml
   :language: yaml
   :start-at: # docs-service
   :end-before: # docs-transport

.. csv-table::
   :header-rows: 1
   :widths: 22,7,22,33
   :file: configtables/sector_service.csv

:::{note} If running demand response at a per-carrier level, put each carrier as a key. For example:

demand_response:
  by_carrier: True
  space-heat:
    shift: 20
    marginal_cost: 16
  elec:
    shift: 30
    marginal_cost: 25
  cool:
    shift: 10
    marginal_cost: 30

:::

Transport Sector

.. literalinclude:: ../../workflow/repo_data/config/config.sector.yaml
   :language: yaml
   :start-at: # docs-transport
   :end-before: # docs-industrial

.. csv-table::
   :header-rows: 1
   :widths: 22,7,22,33
   :file: configtables/sector_transport.csv

Industrial Sector

.. literalinclude:: ../../workflow/repo_data/config/config.sector.yaml
   :language: yaml
   :start-at: # docs-industrial

.. csv-table::
   :header-rows: 1
   :widths: 22,7,22,33
   :file: configtables/sector_industrial.csv

:::{note} If running demand response at a per-carrier level, put each carrier as a key. For example:

demand_response:
  by_carrier: True
  elec:
    shift: 30
    marginal_cost: 25
  heat:
    shift: 10
    marginal_cost: 30

:::