Skip to content

Add NFP for ScheduleRuleset#11612

Open
kbenne wants to merge 1 commit into
developfrom
NFP-ScheduleRuleset-nfp-only
Open

Add NFP for ScheduleRuleset#11612
kbenne wants to merge 1 commit into
developfrom
NFP-ScheduleRuleset-nfp-only

Conversation

@kbenne
Copy link
Copy Markdown
Contributor

@kbenne kbenne commented Jun 1, 2026

Pull request overview

This PR adds the NFP design document for native Schedule:Ruleset support in EnergyPlus.

@kbenne
Copy link
Copy Markdown
Contributor Author

kbenne commented Jun 1, 2026

A key comment from team discussion was around how date/time is expressed in the input. @joseph-robertson please review and facilitate discussion and possible revisions to the design.

@joseph-robertson
Copy link
Copy Markdown
Collaborator

I believe one of the comments/suggestions was to consider revising the Date Specification Type (currently either DateRange or SpecificDates). Specifically, to offer one date specification type along the lines of extensible date ranges. Something like:

  N2 , \field Start Month <x>
       \begin-extensible
       \type integer
       \minimum 1
       \maximum 12
       \default 1
  N3 , \field Start Day <x>
       \type integer
       \minimum 1
       \maximum 31
       \default 1
  N4 , \field End Month <x>
       \type integer
       \minimum 1
       \maximum 12
       \default 12
  N5 , \field End Day <x>
       \type integer
       \minimum 1
       \maximum 31
       \default 31

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.

3 participants