A
This commit is contained in:
@@ -126,7 +126,8 @@ def genera_giornaliero():
|
||||
x=daily_data.index,
|
||||
y=daily_data['gen_pv_100_kWp'],
|
||||
name=str(date.date()),
|
||||
visible=False
|
||||
visible=False,
|
||||
hovertemplate="%{x|%H:%M} <br>Energia: %{y:.3f} kWh<extra></extra>"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -19,10 +19,11 @@ create_emulated_users(flag_last_dict, flag_optDSM, flag_all_appliance, flag_dail
|
||||
|
||||
load_profile_all_users()
|
||||
simulate_configuration_productivity()
|
||||
#CACER_energy_flows()
|
||||
CACER_energy_flows()
|
||||
create_users_bill()
|
||||
|
||||
case_denomination = "Magnano"
|
||||
case_denomination = "Biella"
|
||||
CACER_type = "CER" # CER; AUD; AID; NO_CACER
|
||||
repartition_scheme = "Egualitario" # Egualitario; Prosumer; PNRR; Equitario; Misto CER; Misto AUC; Misto - ESCo; Social Fund; Misto - Social Fund; Misto - Social Fund 2; Misto - Social Fund PA; Misto - PA; CACER
|
||||
setting_CACER_scenario(case_denomination, CACER_type, repartition_scheme)
|
||||
|
||||
BIN
users CACER.xlsx
BIN
users CACER.xlsx
Binary file not shown.
Reference in New Issue
Block a user