We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using a RunPeriodControl:DaylightSavingTime object is sometimes causing an EnergyPlus crash.
RunPeriodControl:DaylightSavingTime
It appears to work fine if the end date is after the start date (representative of the northern hemisphere) like so:
RunPeriodControl:DaylightSavingTime, Mar 15, !- Start Date Oct 15; !- End Date
But EnergyPlus crashes if the end date is before the start date (representative of the southern hemisphere) like so:
RunPeriodControl:DaylightSavingTime, Oct 15, !- Start Date Mar 15; !- End Date
Note that the documentation suggests it should work -- see the example for Brazil here.
IDF file that causes a crash: in.idf.txt
cc @joseph-robertson
Some additional details for this issue (if relevant):
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered:
Add tests for #8111
09d32ed
Fix #8111
41a58e0
Fix #8111 perhaps in a more robust way (optional)
fcad093
Revert "Fix #8111 perhaps in a more robust way (optional)"
9ad55ec
This reverts commit fcad093.
Merge pull request #8118 from NREL/8111_DST_Southern_Crash
4ad2038
Fix #8111 - E+ Crash w/ RunPeriodControl:DaylightSavingTime that wraps around year
jmarrec
Successfully merging a pull request may close this issue.
Issue overview
Using a
RunPeriodControl:DaylightSavingTime
object is sometimes causing an EnergyPlus crash.It appears to work fine if the end date is after the start date (representative of the northern hemisphere) like so:
But EnergyPlus crashes if the end date is before the start date (representative of the southern hemisphere) like so:
Note that the documentation suggests it should work -- see the example for Brazil here.
IDF file that causes a crash:
in.idf.txt
cc @joseph-robertson
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: