NREL / REopt_API

The model for the REopt API, which is used as the back-end for the REopt Webtool (reopt.nrel.gov/tool), and can be accessed directly via the NREL Developer Network (https://developer.nrel.gov/docs/energy-optimization/reopt)
https://developer.nrel.gov/docs/energy-optimization/reopt
Other
87 stars 46 forks source link

Sync /job/models defaults with API V2 instead of V1 #371

Closed Bill-Becker closed 1 year ago

Bill-Becker commented 2 years ago

At least some of the defaults for Django model fields such as PV.installed_cost_per_kw and PV.om_cost_per_kw are based on v1 defaults, and they should be changed to v2 defaults.

rathod-b commented 2 years ago

Found 10 fields where v1 defaults were different from v2/stable defaults. I will check these in job/models as part of pass-messages branch. image

Bill-Becker commented 2 years ago

Thanks!

rathod-b commented 2 years ago

Updated misaligned defaults in https://github.com/NREL/REopt_API/pull/370/commits/996ce723a5cf1e7e781e1fe68a73fbf2f3761150.