You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ def load_data():
52
52
#### **Key Assumptions & Definitions**
53
53
54
54
* **Data Center Scale:** The scale is defined by **Peak Demand (MW)**. The default `demand_profile.csv` simulates a data center scaling from **{initial_peak_demand:.1f} MW** to **{final_peak_demand:.1f} MW**.
55
-
* **Market Scenarios:** The initial grid and natural gas prices are loaded based on the selected market scenario in the sidebar.
55
+
* **Market Scenarios:** The initial grid and natural gas prices are loaded based on the selected market scenario.
56
56
* **LCOE & TCO:** The LCOE (Levelized Cost of Energy) is calculated based on the asset's full lifetime ({config.get('asset_lifetime_years', 20)} years) to provide a true annualized cost. The TCO reflects the 5-year total cost outlay.
57
57
* **No Subsidies:** **Crucially, this model does NOT include any government subsidies, tax credits (like the U.S. IRA), or other incentives.** It is a pure cost-based analysis.
0 commit comments