4 |
|
epw2wea - weather file converter |
5 |
|
.SH SYNOPSIS |
6 |
|
.B epw2wea |
7 |
+ |
[ |
8 |
+ |
.B \-a |
9 |
+ |
] |
10 |
|
.B file_name.epw |
11 |
+ |
[ |
12 |
|
.B file_name.wea |
13 |
+ |
] |
14 |
|
.SH DESCRIPTION |
15 |
|
.I epw2wea |
16 |
|
transforms an EnergyPlus weather data (.epw) file into the DAYSIM weather file |
17 |
< |
format, for use with the RADIANCE gendaymtx program. |
17 |
> |
format, for use with the RADIANCE |
18 |
> |
.I gendaymtx |
19 |
> |
and |
20 |
> |
.I gensdaymtx |
21 |
> |
programs. |
22 |
> |
.PP |
23 |
> |
The |
24 |
> |
.I \-a |
25 |
> |
option adds atmospheric data needed by |
26 |
> |
.I gensdaymtx |
27 |
> |
to generate full spectral data. |
28 |
> |
.PP |
29 |
> |
If no output file is given, the standard output is written instead. |
30 |
|
.SH AUTHOR |
31 |
|
Christoph Reinhart, Jason Turner |
32 |
|
.SH "SEE ALSO" |
33 |
< |
gendaymtx(1) |
33 |
> |
gendaymtx(1), gensdaymtx(1) |