@@ -60,7 +60,7 @@ def define_components(mod):
6060 the perspective of the central grid. We currently prohibit injections into
6161 the central grid because it would create a mathematical loophole for
6262 "spilling power" and we currently lack use cases that need this. We cannot
63- use a single unsigned varaible for this without introducing errrors in
63+ use a single unsigned variable for this without introducing errrors in
6464 calculating Local T&D line losses. WithdrawFromCentralGrid is added to the
6565 load_zone power balance, and has a corresponding expression from the
6666 perspective of the distributed node:
@@ -81,7 +81,7 @@ def define_components(mod):
8181
8282 EXISTING_LOCAL_TD_BLD_YRS is a subset of LOCAL_TD_BLD_YRS that
8383 lists builds that happened before the first investment period. For
84- most datasets the build year is unknown, so is it always set to
84+ most datasets the build year is unknown, so it is always set to
8585 'Legacy'.
8686
8787 existing_local_td[z in LOAD_ZONES] is the amount of local
@@ -135,7 +135,7 @@ def define_components(mod):
135135 online indefinitely. At the end of its financial lifetime, existing
136136 capacity will be retired and rebuilt, so the annual cost of a line
137137 upgrade will remain constant in every future year. See notes in the
138- trans_build module for more a more detailed comparison to the old
138+ trans_build module for a more detailed comparison to the old
139139 SWITCH-WECC model.
140140
141141 """
0 commit comments