Skip to content

Default and upgrade updates from release candidate#2229

Open
mjprilliman wants to merge 2 commits into
developfrom
rc-default-upgrade-updates
Open

Default and upgrade updates from release candidate#2229
mjprilliman wants to merge 2 commits into
developfrom
rc-default-upgrade-updates

Conversation

@mjprilliman

Copy link
Copy Markdown
Collaborator

Pull Request Template

Description

-Update upgrade messages
-0 integer for start day of year calculated variable
-Extra ITC variable removal

[ include directions for reviewers if necessary- what or how should they test or review ]

Fixes # (issue(s))

Corresponding branches and PRs:

[ which branches of wex, lk, and ssc should be built with this PR ]

[ link any corresponding PRs in other repos, i.e. NREL/ssc#x ]

Unit Test Impact:

[ new tests written? ]

[ expected changes in unit tests or speed of tests? ]

[ expected changes in test_results files? ]

Checklist

  • requires help revision and I added that label
  • adds, removes, modifies, or deletes variables in existing compute modules
  • adds a new compute module
  • changes defaults
  • I've tagged this PR to a milestone

Reminders- this section can be deleted

[Checking for PySAM Incompatible API Changes]
(https://github.com/NREL/SAM/wiki/PySAM-Incompatible-API-Changes-&-Regenerating-PySAM-Files).

[When do the PySAM files need to be regenerated?]
(https://github.com/NREL/SAM/wiki/PySAM-Incompatible-API-Changes-&-Regenerating-PySAM-Files#when-do-the-pysam-files-need-to-be-regenerated-via-export_config)

@mjprilliman mjprilliman added this to the SAM 2026 Release milestone Jun 28, 2026
@mjprilliman mjprilliman self-assigned this Jun 28, 2026
"spec_mode": 0.0,
"start_day_of_year": 3.335046e-317,
"start_day_of_year": 0.0,
"start_day_of_year_load_ui": 3.335046e-317,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there may be one more that needs to be updated- I see it here but imagine it may be in multiple configs?

"standby_control": 0.0,
"start_day_of_year": 3.335046e-317,
"start_day_of_year": 0.0,
"start_day_of_year_load_ui": 3.335046e-317,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like it may be for all btm configs

@janinefreeman janinefreeman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good other than the one variable I flagged! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants