NREL / rex

REsource eXtraction Tool (rex)
https://nrel.github.io/rex
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

rex multi year handler cannot parse 1D datasets #171

Open grantbuster opened 10 months ago

grantbuster commented 10 months ago

Bug Description If trying to retrieve cf_mean from multiple annual reV output files, this code assumes you are trying to slice in the time dimension can concatenate along that same dimension:

https://github.com/NREL/rex/blob/main/rex/multi_year_resource.py#L282-L318