[Bldg-sim] (No Subject)

Shefali Rajendra Modi smodi at umich.edu
Fri Jun 21 06:55:45 PDT 2002


Hi,

I was wondering if there is a database which explains or defines the
output variables in Energy Plus.

Secondly, when I add a schedule name in my report variables sub group I
get the following error:

Program Version,EnergyPlus 1.0.1.042, 6/21/02 9:47 AM
   ** Severe  ** Schedule MAR1 has missing days in its schedule pointers
   ** Severe  ** Schedule JUN1 has missing days in its schedule pointers
   **  Fatal  ** Preceding Errors during Schedule Input Processing cause
termination.
   ************* EnergyPlus Terminated--Fatal Error Detected. 0 Warning; 2
Severe Errors

A sample of my schedule input and my report variables is given below. If
anyone can identify, the reason for this error, please let me know.

thank you very much
Shefali Modi

RunPeriod,
     1,                      !- Begin Month
    1,                       !- Begin Day Of Month
    12,                      !- End Month
    31,                      !- End Day Of Month
    UseWeatherFile,          !- Day Of Week For Start Day
    No,                      !- Use WeatherFile Holidays/Special Days
    Yes;                     !- Use WeatherFile DaylightSavingPeriod

!-   ===========  ALL OBJECTS IN CLASS: DESIGNDAY ===========

DesignDay,
    DET3,                    !- DesignDayName
    21.7,                    !- Maximum Dry-Bulb Temperature {C}
    39.5,                    !- Daily Temperature Range {C}
    11.4,                    !- Wet-Bulb Temperature At MaxTemp {C}
    99284.51,                !- Barometric Pressure {Pa}
    18,                      !- Wind Speed {m/s}
    181,                     !- Wind Direction {deg}
    .46,                     !- Sky Clearness
    1,                       !- Rain Indicator
    0,                       !- Snow Indicator
    21,                      !- Day Of Month
    3,                       !- Month
    Monday,                  !- Day Type
    0;                       !- Daylight Saving Time Indicator

DesignDay,
    DET6,                    !- DesignDayName
    33.9,                    !- Maximum Dry-Bulb Temperature {C}
    34.6,                    !- Daily Temperature Range {C}
    24.2,                    !- Wet-Bulb Temperature At MaxTemp {C}
    99284.51,                !- Barometric Pressure {Pa}
    11.8,                    !- Wind Speed {m/s}
    170,                     !- Wind Direction {deg}
    .53,                     !- Sky Clearness
    1,                       !- Rain Indicator
    0,                       !- Snow Indicator
    21,                      !- Day Of Month
    6,                       !- Month
    Monday,                  !- Day Type
    0;                       !- Daylight Saving Time Indicator

DesignDay,
    DET9,                    !- DesignDayName
    32.8,                    !- Maximum Dry-Bulb Temperature {C}
    36,                      !- Daily Temperature Range {C}
    22.5,                    !- Wet-Bulb Temperature At MaxTemp {C}
    99284.51,                !- Barometric Pressure {Pa}
    10.3,                    !- Wind Speed {m/s}
    150,                     !- Wind Direction {deg}
    .5,                      !- Sky Clearness
    1,                       !- Rain Indicator
    1,                       !- Snow Indicator
    21,                      !- Day Of Month
    9,                       !- Month
    Monday,                  !- Day Type
    1;                       !- Daylight Saving Time Indicator

DesignDay,
    DET12,                   !- DesignDayName
    15,                      !- Maximum Dry-Bulb Temperature {C}
    30.4,                    !- Daily Temperature Range {C}
    10.7,                    !- Wet-Bulb Temperature At MaxTemp {C}
    99284.51,                !- Barometric Pressure {Pa}
    20.6,                    !- Wind Speed {m/s}
    171,                     !- Wind Direction {deg}
    .37,                     !- Sky Clearness
    1,                       !- Rain Indicator
    1,                       !- Snow Indicator
    21,                      !- Day Of Month
    12,                      !- Month
    Monday,                  !- Day Type
     1;                      !- Daylight Saving Time Indicator

!-   ===========  ALL OBJECTS IN CLASS: SCHEDULETYPE ===========

ScheduleType,
    S1,                      !- ScheduleType Name
    0.0:1.0,                 !- range
    CONTINUOUS;              !- Numeric Type


!-   ===========  ALL OBJECTS IN CLASS: DAYSCHEDULE ===========

DAYSCHEDULE,
    D1,                      !- Name
    S1,                      !- ScheduleType
    1,                       !- Hour 1
    1,                       !- Hour 2
    1,                       !- Hour 3
    1,                       !- Hour 4
    1,                       !- Hour 5
    1,                       !- Hour 6
    1,                       !- Hour 7
    1,                       !- Hour 8
    1,                       !- Hour 9
    1,                       !- Hour 10
    1,                       !- Hour 11
    1,                       !- Hour 12
    1,                       !- Hour 13
    1,                       !- Hour 14
    1,                       !- Hour 15
    1,                       !- Hour 16
     1,                      !- Hour 17
    1,                       !- Hour 18
    1,                       !- Hour 19
    1,                       !- Hour 20
    1,                       !- Hour 21
    1,                       !- Hour 22
    1,                       !- Hour 23
    1;                       !- Hour 24


!-   ===========  ALL OBJECTS IN CLASS: WEEKSCHEDULE ===========

WEEKSCHEDULE,
    W1,                      !- Name
    D1,                      !- Sunday DAYSCHEDULE Name
    D1,                      !- Monday DAYSCHEDULE Name
    D1,                      !- Tuesday DAYSCHEDULE Name
    D1,                      !- Wednesday DAYSCHEDULE Name
    D1,                      !- Thursday DAYSCHEDULE Name
    D1,                      !- Friday DAYSCHEDULE Name
    D1,                      !- Saturday DAYSCHEDULE Name
    D1,                      !- Holiday DAYSCHEDULE Name
    D1,                      !- SummerDesignDay DAYSCHEDULE Name
    D1,                      !- WinterDesignDay DAYSCHEDULE Name
    D1,                      !- CustomDay1 DAYSCHEDULE Name
    D1;                      !- CustomDay2 DAYSCHEDULE Name


!-   ===========  ALL OBJECTS IN CLASS: SCHEDULE ===========

SCHEDULE,
    MAR1,                    !- Name
    S1,                      !- ScheduleType
    W1,                      !- Name of WEEKSCHEDULE 1
     3,                      !- Start Month 1
     1,                      !- Start Day 1
     3,                      !- End Month 1
     31;                     !- End Day 1

SCHEDULE,
    JUN1,                    !- Name
    S1,                      !- ScheduleType
    W1,                      !- Name of WEEKSCHEDULE 1
     6,                      !- Start Month 1
     1,                      !- Start Day 1
     6,                      !- End Month 1
     30;                     !- End Day 1

Report Variable,
    *,                       !- Key_Value
    Outdoor Wet Bulb,        !- Variable_Name
    monthly,                 !- Reporting_Frequency
    MAR1;                    !- Schedule_Name

Report Variable,
    *,                       !- Key_Value
    Wind Speed,              !- Variable_Name
    daily;                   !- Reporting_Frequency

Report Variable,
    *,                       !- Key_Value
    Outdoor Dry Bulb,        !- Variable_Name
    daily;                   !- Reporting_Frequency


--------------------------------------------------------
Shefali Modi
M.Sc. Architecture, Environmental Technology
Art and Architecture Building 2094


======================================================
You received this e-mail because you are subscribed 
to the BLDG-SIM at GARD.COM mailing list.  To unsubscribe 
from this mailing list send a blank message to 
BLDG-SIM-UNSUBSCRIBE at GARD.COM



More information about the Bldg-sim mailing list