We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3bfe commit 30f8e11Copy full SHA for 30f8e11
src/geophires_x/Economics.py
@@ -2687,7 +2687,7 @@ def Calculate(self, model: Model) -> None:
2687
else:
2688
self.CCap.value = self.totalcapcost.value
2689
2690
- # update the capitol costs, assuming the entire ITC is used to reduce the capitol costs
+ # update the capital costs, assuming the entire ITC is used to reduce the capital costs
2691
if self.RITC.Provided:
2692
self.RITCValue.value = self.RITC.value * self.CCap.value
2693
self.CCap.value = self.CCap.value - self.RITCValue.value
0 commit comments