[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EnergyPlus_Support] Re: i get this type of error anyone has any idea what I am doing wrong?
- To: EnergyPlus_Support@xxxxxxxxxxxxxxx
- Subject: [EnergyPlus_Support] Re: i get this type of error anyone has any idea what I am doing wrong?
- From: "ikelsmarieluisa" <m.ike@xxxxxxxxxxxxxx>
- Date: Mon, 29 Nov 2010 13:08:48 -0000
- Delivered-to: mailing list EnergyPlus_Support@xxxxxxxxxxxxxxx
- Delivery-date: Mon, 29 Nov 2010 06:09:01 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoogroups.com; s=lima; t=1291036140; bh=DcpPNn1/JT8R1BO9P63DId1MyQrMJIVn7kkqg1gmkLo=; h=Received:Received:X-Yahoo-Newman-Id:X-Sender:X-Apparently-To:X-Received:X-Received:X-Received:X-Received:X-Received:To:Message-ID:In-Reply-To:User-Agent:X-Mailer:X-Originating-IP:X-Yahoo-Post-IP:From:X-Yahoo-Profile:Sender:MIME-Version:Mailing-List:Delivered-To:List-Id:Precedence:List-Unsubscribe:Date:Subject:Reply-To:X-Yahoo-Newman-Property:Content-Type:Content-Transfer-Encoding; b=j6I+X+s+D8r5JjLbgYLQvfa4qTVAw2aUyG546Ag9S3j11Bkv2RXUG4B6BqFMPAsJSWKXqEpDyrf7Wz3Sck/fO0BxPxJzwsbjacKfx6vWSHAXuBYSxom+ZG+9tC8sGBCB
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=lima; d=yahoogroups.com; b=mwDBYSeyhmqXylJQ+Da5fL2LYkALBWlj/BBm9A5SzYyAflZtJmxGdZ8LuSDBhliinvKgdN5fk/Li8uHj4rM+ZJke9DQkz3oxw1A5nuBm3+jHAYRCc+dee8kLkGvQWjap;
- Envelope-to: linda@xxxxxxxxxxxxxx
- In-reply-to: <AANLkTikfxQGTBUU1NrSnpzsfMd8qXrNtGgwVbH+hFZ=Y@mail.gmail.com>
- List-id: <EnergyPlus_Support.yahoogroups.com>
- List-unsubscribe: <mailto:EnergyPlus_Support-unsubscribe@yahoogroups.com>
- Mailing-list: list EnergyPlus_Support@xxxxxxxxxxxxxxx; contact EnergyPlus_Support-owner@xxxxxxxxxxxxxxx
- Reply-to: EnergyPlus_Support@xxxxxxxxxxxxxxx
- Sender: EnergyPlus_Support@xxxxxxxxxxxxxxx
- User-agent: eGroups-EW/0.82
HI,
this is an example how i defind my compact schedules, hope it helps.
Schedule:Compact,
8_Whg_A_Wohnen_02_OPERATION, !- Name
Fraction, !- Schedule Type Limits Name
Through: 12/31, !- Field 1
For: Weekdays SummerDesignDay, !- Field 2
Until: 24:00, !- Field 3
1.0, !- Field 4
For: Weekends Holidays WinterDesignDay, !- Field 5
Until: 24:00, !- Field 6
1.0, !- Field 7
For: AllOtherDays, !- Field 8
Until: 24:00, !- Field 9
0.0; !- Field 10
Marie
--- In EnergyPlus_Support@xxxxxxxxxxxxxxx, Martin Gogov <mgogov@...> wrote:
>
> Could you paste the PEOPLE_OFFICE_WEEKDAY_SCHEDULE or the whole idf?
> I guess you might need to add "AllOtherDays" to the last "For:" in your
> Schedule:Compact like this
>
> For: Sunday Holidays AllOtherDays, ! In my case I've got the same
> behaviour on Sunday, Holidays and AllOtherDays
>
> in order to fix the severe error but I'm not sure without the idf. You've
> also got lots of warnings you might consider fixing.
>
> Martin
>
> On Mon, Nov 29, 2010 at 2:30 PM, motabmx1 <motabmx1@...> wrote:
>
> >
> >
> > If anyone knows what I am doing wrong in any of this errors can please drop
> > me a line to say how I can solve them
> >
> > many thanks
> >
> > Program Version,EnergyPlus 6.0.0.023, 29/11/2010 12:13,IDD_Version
> > 6.0.0.023
> > ** Warning ** No Timestep object found. Number of TimeSteps in Hour
> > defaulted to 4.
> > ** Warning ** No reporting elements have been requested. No simulation
> > results produced.
> > ** ~~~ ** ...Review requirements such as "Output:Table:SummaryReports",
> > "Output:Table:Monthly", "Output:Variable", "Output:Meter" and others.
> > ** Warning ** ManageSizing: For a zone sizing run, there must be at least 1
> > Sizing:Zone input object. SimulationControl Zone Sizing option ignored.
> > ** Warning ** World Coordinate System selected. Any non-zero Building/Zone
> > North Axes or non-zero Zone Origins are ignored.
> > ** ~~~ ** These may be used in daylighting reference point coordinate
> > calculations but not in normal geometry inputs.
> > ** Warning ** Distance between two vertices < .01, possibly coincident. for
> > Surface=ADF1C2, in Zone=TOILET_CORRIDOR
> > ** ~~~ ** Vertex [3]=(38.50,19.56,0.00)
> > ** ~~~ ** Vertex [1]=(38.50,19.56,0.00)
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="PEOPLE_OFFICE_WEEKDAY_SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Severe ** ProcessScheduleInput: ProcessIntervalFields, Processing time
> > fields, incomplete day detected, Schedule:Compact DaySchedule
> > Fields=LIGHTS_OFFICE_SCHEDULE_dy_1
> > ** ~~~ ** ref Schedule:Compact="LIGHTS_OFFICE_SCHEDULE"
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="LIGHTS_OFFICE_SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Severe ** ProcessScheduleInput: ProcessIntervalFields, Processing time
> > fields, incomplete day detected, Schedule:Compact DaySchedule
> > Fields=ELEC_EQUIP_OFFICE_SCHEDULE_dy_1
> > ** ~~~ ** ref Schedule:Compact="ELEC_EQUIP_OFFICE_SCHEDULE"
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="ELEC_EQUIP_OFFICE_SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput: Schedule:Compact="ACTIVITY_OFFICE_SCH",
> > Schedule Type Limits Name="ANYNUMBER" not found -- will not be validated
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="HEATING-SETPOINT-SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput: Schedule:Compact="VENTILATION_
> > HOURS_OF_OPERATION" has missing day types in Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAYS
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Severe ** ProcessScheduleInput: ProcessIntervalFields, Processing time
> > fields, incomplete day detected, Schedule:Compact DaySchedule
> > Fields=LIGHTS_STORAGE_SCHEDULE_dy_1
> > ** ~~~ ** ref Schedule:Compact="LIGHTS_STORAGE_SCHEDULE"
> > ** Severe ** ProcessScheduleInput: ProcessIntervalFields, Processing time
> > fields, incomplete day detected, Schedule:Compact DaySchedule
> > Fields=LIGHTS_STORAGE_SCHEDULE_dy_2
> > ** ~~~ ** ref Schedule:Compact="LIGHTS_STORAGE_SCHEDULE"
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="LIGHTS_STORAGE_SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Severe ** ProcessScheduleInput: ProcessIntervalFields, Processing time
> > fields, incomplete day detected, Schedule:Compact DaySchedule
> > Fields=LIGHTS_MEETING_ROOM_SCHEDULE_dy_1
> > ** ~~~ ** ref Schedule:Compact="LIGHTS_MEETING_ROOM_SCHEDULE"
> > ** Severe ** ProcessScheduleInput: ProcessIntervalFields, Processing time
> > fields, incomplete day detected, Schedule:Compact DaySchedule
> > Fields=LIGHTS_MEETING_ROOM_SCHEDULE_dy_2
> > ** ~~~ ** ref Schedule:Compact="LIGHTS_MEETING_ROOM_SCHEDULE"
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="LIGHTS_MEETING_ROOM_SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="ELEC_EQUIP_NON-OFFICE_AREAS_SCHEDULE" has missing day
> > types in Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="ELEC_EQUIP_MEETING_SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="HEATING-SETPOINT_NON_OFFICES-SCHEDULE" has missing day
> > types in Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="COOLING-SETPOINT_NON_OFFICES-SCHEDULE" has missing day
> > types in Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Warning ** ProcessScheduleInput:
> > Schedule:Compact="COOLING-SETPOINT-SCHEDULE" has missing day types in
> > Through=12/31
> > ** ~~~ ** Last "For" field=FOR: SUNDAY
> > ** ~~~ ** Missing day
> > types="Holiday","SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
> > ** ~~~ ** Missing day types will have 0.0 as Schedule Values
> > ** Fatal ** ProcessScheduleInput: Preceding Errors cause termination.
> > ...Summary of Errors that led to program termination:
> > ..... Reference severe error count=6
> > ..... Last severe error=ProcessScheduleInput: ProcessIntervalFields,
> > Processing time fields, incomplete day detected, Schedule:Compact
> > DaySchedule Fields=LIGHTS_MEETING_ROOM_SCHEDULE_dy_2
> > ************* Fatal error -- final processing. More error messages may
> > appear.
> > ************* Testing Individual Branch Integrity
> > ************* All Branches passed integrity testing
> > ************* Testing Individual Supply Air Path Integrity
> > ************* All Supply Air Paths passed integrity testing
> > ************* Testing Individual Return Air Path Integrity
> > ************* All Return Air Paths passed integrity testing
> > ************* No node connection errors were found.
> > ************* EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0
> > Severe Errors.
> > ************* EnergyPlus Sizing Error Summary. During Sizing: 1 Warning; 0
> > Severe Errors.
> > ************* EnergyPlus Terminated--Fatal Error Detected. 18 Warning; 6
> > Severe Errors; Elapsed Time=00hr 00min 3.14sec
> >
> >
> >
>
------------------------------------
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.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/EnergyPlus_Support/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/EnergyPlus_Support/join
(Yahoo! ID required)
<*> To change settings via email:
EnergyPlus_Support-digest@xxxxxxxxxxxxxxx
EnergyPlus_Support-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/