Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plexos plant aggregator doesn't work for offshore wind (pre-NRWAL) #91

Closed
grantbuster opened this issue Feb 26, 2021 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@grantbuster
Copy link
Member

Bug Description
Plexos plant aggregator attempts to map capacity factor mean values to supply curve points via resource GID. This fails when run after the offshore aggregation.

The failure line is here:

res_slice = res_cf_means.loc[gids].copy()

And it fails because the offshore SC point has all the original WTK resource GIDs that no longer map to the reV gen files that have been aggregated.

image

Integration of NRWAL into reV should resolve this issue because there will be no weird handling of offshore points. I'm just starting this issue so we have a record.

@grantbuster grantbuster added the bug Something isn't working label Feb 26, 2021
@MRossol
Copy link
Collaborator

MRossol commented May 3, 2021

@grantbuster Have you tried this post NRWAL?

@grantbuster
Copy link
Member Author

No, i plan on only using the SimplePlantBuilder moving forward. The PlexosPlants utility is too complicated and brittle for the stuff I was working on. We should consider this resolved though, since there is no difference in onshore vs. offshore aggregation output format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants