[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EnergyPlus_Support] Re: Converting weather data files
- To: EnergyPlus_Support@xxxxxxxxxxxxxxx
- Subject: [EnergyPlus_Support] Re: Converting weather data files
- From: "fbio_reis" <fabioreis23@xxxxxxxxx>
- Date: Mon, 21 Feb 2011 16:17:59 -0000
- Delivered-to: mailing list EnergyPlus_Support@xxxxxxxxxxxxxxx
- Delivery-date: Mon, 21 Feb 2011 09:18:04 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoogroups.com; s=lima; t=1298305083; bh=PgtAjhyTxyxdDqIB8YHSWEcq4e0SCgSmSA5qozkIExw=; h=Received:Received:Received:X-Yahoo-Newman-Id:X-Sender:X-Apparently-To:X-Received:X-Received:X-Received:X-Received:X-Received:X-Received:To:Message-ID:User-Agent:X-Mailer:X-Originating-IP:X-eGroups-Msg-Info: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=UNyexT+iHqjlnbLkidUE05tRFBSf6+K++/RMmv78B98RnTLk/rUh7zEwUFyfAADAtOMQvkvbgduHnOoFvxEpHrxZhUrR7lZA6Onw6o+LZvXrl8TnHqXxEcqgo3M2ZAlA
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=lima; d=yahoogroups.com; b=Nupe20Y6MQBhDchuh/1hpi10c4Wv//wNjCjbDUSJjD014wnjqrV/b6bajQU9ym0OhN9fvtilDeDaVdM/p/yEVa6H/60gksjZMcRrRJUM2AZQ0WtkAC1w6WZ09rC9anjj;
- Envelope-to: linda@xxxxxxxxxxxxxx
- 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
I understood it now. I'm gonna read that pdf file.
Thanks for the help.
--- In EnergyPlus_Support@xxxxxxxxxxxxxxx, Linda Lawrie <linda@...> wrote:
>
> The def files describe what is in your Solterm
> file -- in general terms. It accompanies the
> actual data file. It tells the weather converter how to read the data file.
>
> If you wish to modify an existing file:
> How do I modify an EPW file?
> The easiest way is:
> 1) run the weather converter on the original file
> 2) convert the file to "EnergyPlus CSV"
> 3) open the EnergyPlus CSV file in your favorite spreadsheet program.
> 4) make the mods, saving it as CSV from the spreadsheet program.
> 5) run the weather converter again, this time
> selecting the CSV and make sure the File type is "EnergyPlus CSV"
> 6) convert it to EPW.
>
> if your regional settings aren't like US, you
> could run into a couple of problems, such as the
> spreadsheet program changing the DataPeriods line
> from 1/1, 12/31 to 01-Jan -- you'd need to hand edit that before step 5
>
> Be aware that specific year data is not usually
> deemed appropriate for Energy Analysis.
> See this document for more details:
> Information on selecting weather data is described in this paper:
> Drury B. Crawley. 1998. "Which Weather Data
> Should You Use for Energy Simulations of
> Commercial Buildings?" in ASHRAE Transactions,
> pp. 498-515, Vol. 104, Pt. 2. Atlanta: ASHRAE. (PDF 197 KB)
>
> PDF:
> http://energyplus.gov/pdfs/bibliography/whichweatherdatashouldyouuseforenergysimulations.pdf
>
>
>
>
> At 08:26 AM 2/21/2011, fbio_reis wrote:
> >The Solterm files are text files. How can i create a def file?
> >
> >"&location
> >City=<cityname>
> >StateProv=<state/province>
> >Country=<country>
> >InWMO=<wmo>
> >InLat=<latitude>
> >InLong=<longitude>
> >InElev=<elevation>
> >InTime=<timezone>
> >/
> >&wthdata
> >NumInHour=1
> >InputFileType='CUSTOM'
> >InFormat='DELIMITED'
> >DataElements=year,month,day,hour,minute,datasource,Dry_Bulb_Temperature,Dew_Point_Temperature,Relative_Hum
> >idity,Atmospheric_Pressure,Extraterrestrial_Horizontal_Radiation,Extraterrestrial_Direct_Normal_Radiation,
> >Horizontal_Infrared_Radiation_Intensity_from_Sky,Global_Horizontal_Radiation,Direct_Normal_Radiation,Diffu
> >se_Horizontal_Radiation,Global_Horizontal_Illuminance,Direct_Normal_Illuminance,Diffuse_Horizontal_Illumin
> >ance,Zenith_Luminance,Wind_Direction,Wind_Speed,Total_Sky_Cover,Opaque_Sky_Cover,Visibility,Ceiling_Height
> >,Present_Weather_Observation,Present_Weather_Codes,Precipitable_Water,Aerosol_Optical_Depth,Snow_Depth,Day
> >s_Since_Last_Snow,Albedo,Liquid_Precipitation_Depth,Liquid_Precipitation_Quantity
> >DataUnits='x','x','x','x','x','x','C','C','%','Pa','Wh/m2','Wh/m2','Wh/m2','Wh/m2','Wh/m2','Wh/m2','lux','
> >lux','lux','Cd/m2','deg','m/s','tenths','tenths','km','m','x','x','mm','{.001}','cm','x','{.01}','mm','hr'
> >DataConversionFactors=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
> >DelimiterChar=','
> >/
> >&miscdata
> >Comments1='Standard EPW Custom def format for
> >reading EPW files in EnergyPlus Weather Converter'
> >SourceData='EPW'
> >/
> >&datacontrol
> >NumRecordsToSkip=8
> >MaxNumRecordsToRead=8784
> >MissingWindDirAction=RANDOM
> >/"
> >
> >Do i have to fill since the "&wthdata" for each hour?
> >
> >Another way i could do this is search for a
> >weather file near the location i want that is
> >already done and change the values according to
> >the weather files in Solterm. Is this a good solution?
> >
> >Thanks for the answer,
> >Fábio Reis
> >
> >--- In EnergyPlus_Support@xxxxxxxxxxxxxxx, Linda Lawrie <linda@> wrote:
> > >
> > > If your Solterm files are text files, you will need to create a "def"
> > > file (definitions file) and use the procedure in the Auxiliary
> > > Programs document for "custom data".
> > >
> > > If they are binary files -- you will need to get them to text and
> > > then follow the above.
> > >
> > > At 07:55 AM 2/21/2011, fbio_reis wrote:
> > > >Hi all,
> > > >
> > > >I'm having some problems converting weather files using the auxiliar
> > > >program from Energy Plus. I have a software (Solterm) that have
> > > >weather files in the extension .dat and when i do the conversion
> > > >with the auxiliar program from E+ it gives me an error but in the
> > > >output i have 2 files (.stat, .audit).
> > > >
> > > >Is there anything i'm doing wrong? There is a way to do this differently?
> > > >
> > > >Thanks,
> > > >Fabio Reis
> > > >
> > > >
> > > >
> > > >------------------------------------
> > > >
> > > >Primary EnergyPlus support is found at:
> > > >http://energyplus.helpserve.com or send a message to
> > > >energyplus-support@
> > > >
> > > >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
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >------------------------------------
> >
> >Primary EnergyPlus support is found at:
> >http://energyplus.helpserve.com or send a
> >message to energyplus-support@...
> >
> >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
> >
> >
> >
>
------------------------------------
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/