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 64e1109 commit b10ad0fCopy full SHA for b10ad0f
src/geophires_x/Economics.py
@@ -2706,11 +2706,6 @@ def Calculate(self, model: Model) -> None:
2706
else:
2707
self.CCap.value = self.totalcapcost.value
2708
2709
- # # update the capital costs, assuming the entire ITC is used to reduce the capital costs
2710
- # if self.RITC.Provided:
2711
- # self.RITCValue.value = self.RITC.value * self.CCap.value
2712
- # self.CCap.value = self.CCap.value - self.RITCValue.value
2713
-
2714
# Add in the FlatLicenseEtc, OtherIncentives, & TotalGrant
2715
self.CCap.value = self.CCap.value + self.FlatLicenseEtc.value - self.OtherIncentives.value - self.TotalGrant.value
2716
0 commit comments