You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Reference Plant Example 01 using the below HOPP config info:
HOPP Config info:
lat: 34.872
lon: -100.972
year: 2013
hub_height: 115
wind is true, solar and wave are false
120 turbines, using lbw_6MW turbine, same floris files from reference plant 01 example. simulate with floris
grid interconnection size is 720 MW
Relevant output
Output: Segmentation fault (core dumped)
error occurs when trying to set system_pre_curtailment_kwac in power_source.simulate_financials() for Grid object (error is in value() of custom_financial_model.py)
The above error arises because of a nan in the power_farm floris output (example: at hour 493 there is a nan in the wind plant generation profile). At hour 493, there is a wind speed of 0.0 m/s.
Quick fix: in execute() of floris.py add these lines after line 132:
The text was updated successfully, but these errors were encountered:
elenya-grant
changed the title
segmentation fault in custom_financial_model from nan in generation profile
segmentation fault in custom_financial_model from nan in generation
Sep 16, 2024
Add meaningful title here
How to reproduce
Run Reference Plant Example 01 using the below HOPP config info:
HOPP Config info:
Relevant output
Output:
Segmentation fault (core dumped)
system_pre_curtailment_kwac
in power_source.simulate_financials() for Grid object (error is in value() of custom_financial_model.py)HOPP version
System Information
The text was updated successfully, but these errors were encountered: