Skip to content

Commit

Permalink
Add a crit load factor default to get no-edit runs of new models
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed May 20, 2024
1 parent eee4f15 commit a0cad65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omf/models/microgridDesign.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,8 @@ def new(modelDir):
"value_of_lost_load": "100",
"solarCanCurtail": True,
"solarCanExport": True,
"dieselOnlyRunsDuringOutage": True
"dieselOnlyRunsDuringOutage": True,
"criticalLoadFactor": "0.5"
}
creationCode = __neoMetaModel__.new(modelDir, defaultInputs)
try:
Expand Down

0 comments on commit a0cad65

Please sign in to comment.