NREL / ssc

SAM Simulation Core (SSC) contains the underlying performance and financial models for SAM
BSD 3-Clause "New" or "Revised" License
78 stars 83 forks source link

make new vars required because of auto exec changes #1163

Closed tyneises closed 1 month ago

tyneises commented 1 month ago

auto-exec cannot find/populate optional cmod inputs. We added a few new inputs that replaced deprecated inputs with different names, so we made them optional to trigger warning messages in exec(). That functionality no longer works with auto-exec changes, so we change the inputs to required.