web: Update nullable number handling

This commit is contained in:
2025-06-27 11:37:50 -05:00
parent fff70cce67
commit 53489c1638
11 changed files with 84 additions and 44 deletions

View File

@@ -61,10 +61,10 @@ export const createThermalUnit = (
"Production cost curve ($)": [0, 10],
"Startup costs ($)": [0],
"Startup delays (h)": [1],
"Ramp up limit (MW)": "",
"Ramp down limit (MW)": "",
"Startup limit (MW)": "",
"Shutdown limit (MW)": "",
"Ramp up limit (MW)": null,
"Ramp down limit (MW)": null,
"Startup limit (MW)": null,
"Shutdown limit (MW)": null,
"Minimum downtime (h)": 1,
"Minimum uptime (h)": 1,
"Initial status (h)": -24,