mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
web: Update nullable number handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user