REopt_API icon indicating copy to clipboard operation
REopt_API copied to clipboard

change "year" defaults in API v3

Open adfarth opened this issue 3 years ago • 0 comments

Mirror change in Julia Pkg: Default ElectricLoad year to 2022 if user provided data and 2017 if using CRBD:

year::Int = doe_reference_name ≠ "" && blended_doe_reference_names ≠ String[] ? 2017 : 2022

adfarth avatar Feb 09 '23 21:02 adfarth