ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/genssky.1
(Generate patch)

Comparing ray/doc/man/man1/genssky.1 (file contents):
Revision 1.3 by greg, Fri Aug 2 18:47:25 2024 UTC vs.
Revision 1.4 by greg, Wed Oct 9 21:10:54 2024 UTC

# Line 5 | Line 5 | genssky - generates a RADIANCE description of the spec
5   .br
6  
7   .SH "SYNOPSIS"
8 < \fBgenssky month day hour [-y year] [-d AOD] [-c cloud_cover] [-l file] [-p dir] [-g grefl] [-n nproc] [-r res] [-f outname]\fR
8 > \fBgenssky month day hour [-y year] [-d AOD] [-c cloud_cover] [-l file] [-p dir] [-g grefl] [-L dir_norm_illum dif_hor_illum] [-n nproc] [-r res] [-f outname]\fR
9   .br
10  
11   .SH "DESCRIPTION"
# Line 65 | Line 65 | Non-clear conditions are modeled by linearly interpola
65   \fB-y        Set year to invoke a more accurate algorithm to calculate solar angles, default=0.
66   .br
67  
68 + \fB-L        Set direct normal and diffuse horizontal illuminance value.
69 + .br
70  
71 +
72   .SH "EXAMPLES"
73   To generate a clear sky for March 2th at 3:15pm standard time at a site latitude of 42 degrees, 108 degrees west longitude, and a 110 degrees standard meridian, using 8 threads:
74   .br
# Line 78 | Line 81 | For the same sky but with 100 percent total cloud cove
81   .br
82  
83    genssky 3 2 15.25 -a 42 -o 108 -m 110 -n 8 -c 1
84 +
85 + .br
86 +
87 + For the same sky but with direct normal and diffuse horizontal illuminance of 80000 and 8000 lux:
88 + .br
89 +
90 +  genssky 3 2 15.25 -a 42 -o 108 -m 110 -n 8 -L 80000 8000
91  
92   .br
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines