Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dgen_os/python/financial_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def calc_system_size_and_performance(agent, sectors, rate_switch_table=None):
norm_scaled_pv_cf_profiles_df = agent_mutation.elec.get_and_apply_normalized_hourly_resource_solar(con, agent)
pv['generation_hourly'] = pd.Series(norm_scaled_pv_cf_profiles_df['solar_cf_profile'].iloc[0]) / 1e6
del norm_scaled_pv_cf_profiles_df
con.close()

agent.loc['naep'] = float(np.sum(pv['generation_hourly']))

Expand Down
Loading