diff --git a/packages/web/components/InputsTab.tsx b/packages/web/components/InputsTab.tsx index 9a77105..cb08dbd 100644 --- a/packages/web/components/InputsTab.tsx +++ b/packages/web/components/InputsTab.tsx @@ -833,19 +833,19 @@ export function InputsTab({ scenarioId, inputsJson, onSaved }: Props) {
| Solar Module | {solarModule.toFixed(2)} |
| Solar BoS | {solarBOS.toFixed(2)} |
| Wind WTG | {windWTG.toFixed(2)} |
| Solar Land Cost | {solarLandCost.toFixed(2)} |
| Wind Land Cost | {windLandCost.toFixed(2)} |
| Storage | {bessAll.toFixed(2)} |
| DSRA | {dsraCost.toFixed(2)} |
| Solar EPC Overheads | {solarEPC.toFixed(2)} |
| Wind EPC Overheads | {windEPC.toFixed(2)} |
| EPC Margin - WTG Tower+BOP | {epcMarginWTG.toFixed(2)} |
| EPC Margin - Solar BOS | {epcMarginSolarBOS.toFixed(2)} |
| Contingency - Solar | {solarCont.toFixed(2)} |
| Contingency - Wind (in WTG cost) | {windCont.toFixed(2)} |
| Solar Module | {solarModule.toFixed(2)} |
| Solar BoS | {solarBOS.toFixed(2)} |
| Wind WTG | {windWTG.toFixed(2)} |
| Solar Land Cost | {solarLandCost.toFixed(2)} |
| Wind Land Cost | {windLandCost.toFixed(2)} |
| Storage | {bessAll.toFixed(2)} |
| DSRA | {dsraCost.toFixed(2)} |
| Solar EPC Overheads | {solarEPC.toFixed(2)} |
| Wind EPC Overheads | {windEPC.toFixed(2)} |
| EPC Margin - WTG Tower+BOP | {epcMarginWTG.toFixed(2)} |
| EPC Margin - Solar BOS | {epcMarginSolarBOS.toFixed(2)} |
| Contingency - Solar | {solarCont.toFixed(2)} |
| Contingency - Wind (in WTG cost) | {windCont.toFixed(2)} |
| Total Hard Cost | {totalHardCost.toFixed(2)} |