29 |
|
][ |
30 |
|
.B "-o{f|d}" |
31 |
|
][ |
32 |
< |
.B "-O{0|1}" |
32 |
> |
.B "\-O{0|1}" |
33 |
> |
][ |
34 |
> |
.B "\-i intvl" |
35 |
|
] |
36 |
|
[ |
37 |
|
.B "tape.wea" |
38 |
+ |
or |
39 |
+ |
.B "tape.epw" |
40 |
|
] |
41 |
|
.SH DESCRIPTION |
42 |
|
.I Gendaymtx |
43 |
|
takes a weather tape as input and produces a matrix of sky patch |
44 |
|
values using the Perez all-weather model. |
45 |
< |
The weather tape is assumed to be in the simple ASCII format understood |
45 |
> |
The weather tape may be in the simple ASCII format understood |
46 |
|
by DAYSIM, which contains a short header with the site parameters followed |
47 |
|
by the month, day, standard time, direct normal and diffuse horizontal |
48 |
|
irradiance values, one time step per line. |
49 |
+ |
Alternatively, a standard EPW (Energy Plus Weather) input may be provided, |
50 |
+ |
in which case additional information such as the dew point temperature may |
51 |
+ |
be used in the calculation. |
52 |
|
Each time step line is used to compute a column in the output matrix, |
53 |
|
where rows correspond to sky patch positions, starting with 0 for |
54 |
|
the ground and continuing to 145 for the zenith using the default |
162 |
|
using a similar transform. |
163 |
|
.PP |
164 |
|
The |
165 |
+ |
.I \-i |
166 |
+ |
option specifies the actual capture interval in minutes of the original |
167 |
+ |
weather data. |
168 |
+ |
Please see the man page for |
169 |
+ |
.I gendaylit |
170 |
+ |
to understand this correction, which is applied only near sunrise and |
171 |
+ |
sunset. |
172 |
+ |
.PP |
173 |
+ |
The |
174 |
|
.I \-of |
175 |
|
or |
176 |
|
.I \-od |
206 |
|
based on Jean-Jacques Delaunay's original gendaylit(1) implementation. |
207 |
|
Greg Ward wrote the final parameter parsing and weather tape conversion. |
208 |
|
.SH "SEE ALSO" |
209 |
< |
dctimestep(1), genBSDF(1), gendaylit(1), gensky(1), genskyvec(1), |
210 |
< |
rcollate(1), rcontrib(1), rfluxmtx(1), xform(1) |
209 |
> |
dctimestep(1), genBSDF(1), gendaylit(1), gensdaymtx(1), gensky(1), |
210 |
> |
genskyvec(1), genssky(1), |
211 |
> |
rcollate(1), rcontrib(1), rfluxmtx(1), rmtxop(1), xform(1) |