[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [EnergyPlus_Support] line limitation of Schedule:Compact
(365*24*60) -- yes, generally looks okay.
I usually find it better to put in the default fields, just in
case
So I would do it:
Schedule:File,
test, !- Name
Any Number, !- Schedule Type Limits Name
test.csv, !- File Name
2, !- Column Number
0, !- Rows to Skip at Top
8760, !- Number of Hours of Data
Comma, !- Column Separator
No, !- Interpolate to Timestep
1; !- Minutes per Item
At 01:34 PM 6/15/2015, Jia Hu hujia06@xxxxxxxxx [EnergyPlus_Support]
wrote:
Thanks Jim and Linda. Is
the following schedule file format (assuming 365*34*60 rows) correct? Â Â
Schedule:File,
test, !- Name
Any Number, !- Schedule Type Limits Name
test.csv, !- File Name
2, !- Column Number
0, !- Rows to Skip at Top
8760, !- Number of Hours of Data
Comma, !- Column Separator
No, !- Interpolate to Timestep
1; !- Minutes per Item
test.csv:Â
01/01 01:01, 1
01/01 01:02, 2
.
.
.
12/31 23:59, 3
12/31 24:00, 4Â Â
On Mon, Jun 15, 2015 at 3:03 PM, Linda Lawrie
linda@xxxxxxxxxxxxxx
[EnergyPlus_Support]
<
EnergyPlus_Support@xxxxxxxxxxxxxxx> wrote:
- Â
- You might consider using Schedule:File. Versions of EnergyPlus
8.1 (I believe) and later can handle those.
- Schedule:Compact may be able to but you're giving yourself extra work
because you would need to add lines like "Until ".Â
Schedule:Compact can handle 4500 fields and then, since it's extensible,
would automatically add to each one.
- See last field in definition:
- Schedule:File,
- Â \min-fields 5
- Â Â Â Â Â Â \memo A Schedule:File points to a text computer
file that has 8760-8784 hours of data.
- Â A1 , \field Name
- Â Â Â Â Â Â \required-field
- Â Â Â Â Â Â \type alpha
- Â Â Â Â Â Â \reference ScheduleNames
- Â A2 , \field Schedule Type Limits Name
- Â Â Â Â Â Â \type object-list
- Â Â Â Â Â Â \object-list ScheduleTypeLimitsNames
- Â A3 , \field File Name
- Â Â Â Â Â Â \required-field
- Â Â Â Â Â Â \retaincase
- Â N1 , \field Column Number
- Â Â Â Â Â Â \required-field
- Â Â Â Â Â Â \type integer
- Â Â Â Â Â Â \minimum 1
- Â N2 , \field Rows to Skip at Top
- Â Â Â Â Â Â \required-field
- Â Â Â Â Â Â \type integer
- Â Â Â Â Â Â \minimum 0
- Â N3 , \field Number of Hours of Data
- Â Â Â Â Â Â \note 8760 hours does not account for leap years,
8784 does.
- Â Â Â Â Â Â \note should be either 8760 or 8784
- Â Â Â Â Â Â \default 8760
- Â Â Â Â Â Â \minimum 8760
- Â Â Â Â Â Â \maximum 8784
- Â A4 , \field Column Separator
- Â Â Â Â Â Â \type choice
- Â Â Â Â Â Â \key Comma
- Â Â Â Â Â Â \key Tab
- Â Â Â Â Â Â \key Fixed
- Â Â Â Â Â Â \key Semicolon
- Â Â Â Â Â Â \default Comma
- Â A5 , \field Interpolate to Timestep
- Â Â Â Â Â Â \note when the interval does not match the user
specified timestep a "Yes" choice will average between the
intervals request (to
-       \note timestep resolution. a "No"
choice will use the interval value at the simulation timestep without
regard to if it matches
- Â Â Â Â Â Â \note the boundary or not.
- Â Â Â Â Â Â \type choice
- Â Â Â Â Â Â \key Yes
- Â Â Â Â Â Â \key No
- Â Â Â Â Â Â \default No
- Â N4 ; \field Minutes per Item
- Â Â Â Â Â Â \note Must be evenly divisible into 60
- Â Â Â Â Â Â \type integer
- Â Â Â Â Â Â \minimum 1
- Â Â Â Â Â Â \maximum 60
- At 12:55 PM 6/15/2015, Jia Hu
hujia06@xxxxxxxxx
[EnergyPlus_Support] wrote:
- Hi all,
- We will have a schedule whose interval is set to 1 minute for a whole
year, that is, there are 365*24*60 line items for the schedule. Ã?Â
Ã?
- Is it allowed in EPlus to specify so many lines for
Schedule:Compact?� Because generating the schedule needs some
time and design, I need to know whether it is possible to allow using
such a large amount of lines in EnergyPlus beforehand.Ã?
- Thank you,
- Sean
__._,_.___
Posted by: Linda Lawrie <linda@xxxxxxxxxxxxxx>
Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx
The primary EnergyPlus web site is found at:
http://www.energyplus.gov
The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/
Attachments are currently allowed but be mindful that not everyone has a high speed connection. Limit attachments to small files.
EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
__,_._,___