NREL / disco

DISCO
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Upgrades and pv config fixes #81

Closed jgu2 closed 2 years ago

jgu2 commented 2 years ago

What're changed,

  1. After re-run create-configs in PV deployments, it updates PV profiles in PVSystems.dss and `pv_config.jsons.
  2. Use upgrade pydantic models as the source of upgrade parameters, and dump to .toml file for user to customize.
  3. Strip load shape profiles from DSS models, and update regarding CLI and option --strip-load-shape-profiles.
    • strip yearly=xxx from PVSystems.dss and Loads.dss
    • comment out PVShapes.dss and LoadShapes.dss from Master.dss
  4. Fix typo about pipline.
  5. Update upgrade test accordingly.