First time here? Check out the Help page!
1 | initial version |
Yes, and in your case that should be pretty easy
You want to use RunPeriod:CustomRange
.
As stated in the I/O reference guide for this object:
Begin Year
This numeric field should contain the beginning year for the custom range. Though all EnergyPlus (EPW) weather files contain a year/year field, the RunPeriod object does not use this field (previous object). The RunPeriod:CustomRange object causes the program to look specifically for the begin date specified by these three fields (i.e. Begin Month, Begin Day of Month, Begin Year).
You'll have to modify the .epw slightly to get it to work.
There is a thread on the EnergyPlus Support Group here: Processing multiple years in epw
2 | No.2 Revision |
Yes, and in your case that should be pretty easy
You want to use RunPeriod:CustomRange
.
As stated in the I/O reference guide for this object:
Begin Year
This numeric field should contain the beginning year for the custom range. Though all EnergyPlus (EPW) weather files contain a year/year field, the RunPeriod object does not use this field (previous object). The RunPeriod:CustomRange object causes the program to look specifically for the begin date specified by these three fields (i.e. Begin Month, Begin Day of Month, Begin Year).
You'll have to modify the .epw slightly to get it to work.work. Copy at least January and paste it at the end and change the Year field by adding one to it.
There is a thread on the EnergyPlus Support Group here: Processing multiple years in epw