[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EnergyPlus_Support] Weather Data



At 10:57 PM 3/28/02, you wrote:
>I have some queries about the interpolations made by program when using 
>hourly weather data and a time step which is less than one hour. Could you 
>please let me know what type of interpolation scheme does the program use 
>( linear , quad etc? ) and if there is any literature which can give some 
>more information regarding this topic.

It's a simple linear interpolation based on current timestep and number of 
timesteps in the hour:

     WeightNextHour = TimeStep/NumOfTimeStepInHour
     WeightThisHour = 1-WeightNextHour

     DryBulb=Drybulb(thishour)*WeightThisHour + 
DryBulb(nexthour)*WeightNextHour

     etc.
     Hours=1...24

    Note that schedules are NOT interpolated.


Linda


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Tiny Wireless Camera under $80!
Order Now! FREE VCR Commander!
Click Here - Only 1 Day Left!
http://us.click.yahoo.com/nuyOHD/7.PDAA/yigFAA/dkFolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/




 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/