|
|
|
|
@ -50,6 +50,8 @@ async def get_model_data(*, db_session: DbSession, simulation_id: Optional[UUID]
|
|
|
|
|
Trip = main_calc_data.num_events
|
|
|
|
|
EAF_KONKIN = main_calc_data.eaf_konkin
|
|
|
|
|
|
|
|
|
|
SOF = main_calc_data.sof
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Realization
|
|
|
|
|
EAF_REAL = 94
|
|
|
|
|
@ -82,6 +84,7 @@ async def get_model_data(*, db_session: DbSession, simulation_id: Optional[UUID]
|
|
|
|
|
"name": simulation.simulation_name,
|
|
|
|
|
"availability": availability,
|
|
|
|
|
"EFOR": EFOR,
|
|
|
|
|
"SOF": SOF,
|
|
|
|
|
"EAF": {
|
|
|
|
|
"Prediction_EAF": EAF,
|
|
|
|
|
"Prediction_EAF_KONKIN": EAF_KONKIN,
|
|
|
|
|
|