[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [EnergyPlus_Support] Storage tank
There may be an easier way to do this, but if you are running only one or two locations, it may be easy enough to do this process:
1) View .epw in excel, split by comma (don't re-save .epw!)
2) Use IF(SolarRadiationCell > 250, 1, 0) style to create a column of 1's and 0's for every hour of the year
3) Move these to a text file
4) Add Schedule:File object to your IDF to reference this external file
If you are doing many locations this would be a bit tougher, and there may be an easier way, but for a single location it seems pretty straightforward.
Edwin
On Wed, Jun 17, 2009 at 6:52 AM, davylagre
<davylagre@xxxxxxxxx> wrote:
I want to make run my solar pump only when solar radiation is greater than 250 W/m² for example...
So, acoording to you, is it possible to create a schedule (which is calling my weather data) to do this?
Hoping my question was understandable.
Regards
__._,_.___
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 not allowed -- please post any files to the appropriate folder in the Files area of the Support Web Site.
EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
__,_._,___