|
|
|
|
@ -49,8 +49,8 @@ async def get_model_data(*, db_session: DbSession, simulation_id: Optional[UUID]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Realization
|
|
|
|
|
EAF_REAL = 97
|
|
|
|
|
EAF_KONKIN_REAL = 96
|
|
|
|
|
EAF_REAL = 94
|
|
|
|
|
EAF_KONKIN_REAL = 92
|
|
|
|
|
|
|
|
|
|
powerplant_reliability = {
|
|
|
|
|
"Plant Control": 98,
|
|
|
|
|
@ -86,7 +86,7 @@ async def get_model_data(*, db_session: DbSession, simulation_id: Optional[UUID]
|
|
|
|
|
},
|
|
|
|
|
"Trip": {
|
|
|
|
|
"Prediction_Trip": Trip,
|
|
|
|
|
"Real Trip": Trip
|
|
|
|
|
"Real_Trip": Trip
|
|
|
|
|
},
|
|
|
|
|
"Derating": {
|
|
|
|
|
"Prediction_Derating": Derating,
|
|
|
|
|
|