ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/dayfact.csh
(Generate patch)

Comparing ray/src/util/dayfact.csh (file contents):
Revision 2.5 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.6 by greg, Wed Feb 16 05:40:12 2005 UTC

# Line 74 | Line 74 | if ( $genskyf == $nofile ) then
74          echo "You will not be able to compute daylight factors"
75          echo "or energy savings since there is no gensky file."
76   else
77 <        xform -e $genskyf > /usr/tmp/gsf$$
78 <        grep '^# gensky ' /usr/tmp/gsf$$
77 >        xform -e $genskyf > /tmp/gsf$$
78 >        grep '^# gensky ' /tmp/gsf$$
79          if ( $status ) then
80                  echo "The file $genskyf does not contain a gensky command\!"
81 <                rm -f /usr/tmp/gsf$$
81 >                rm -f /tmp/gsf$$
82                  goto getgenskyf
83          endif
84 <        set title=$title\ `sed -n 's/^# gensky  *\([0-9][0-9]*  *[0-9][0-9]*  *[0-9][0-9.]*\).*$/\1/p' /usr/tmp/gsf$$`
85 <        set extamb=`sed -n 's/^# Ground ambient level: //p' /usr/tmp/gsf$$`
86 <        grep -s '^# gensky .* -c' /usr/tmp/gsf$$
84 >        set title=$title\ `sed -n 's/^# gensky  *\([0-9][0-9]*  *[0-9][0-9]*  *[0-9][0-9.]*\).*$/\1/p' /tmp/gsf$$`
85 >        set extamb=`sed -n 's/^# Ground ambient level: //p' /tmp/gsf$$`
86 >        grep -s '^# gensky .* -c' /tmp/gsf$$
87          set nodaysav=$status
88 <        rm -f /usr/tmp/gsf$$
88 >        rm -f /tmp/gsf$$
89          if ( $nodaysav ) then
90                  echo "The gensky command was not done for an overcast sky"
91                  echo "(-c option), so energy savings cannot be calculated."
# Line 115 | Line 115 | if ( $ilpict == $nofile && $dfpict == $nofile && $dspi
115   endif
116   echo "Title for output picture"
117   readvar title
118 < set sctemp=/usr/tmp/sc$$.csh
118 > set sctemp=/tmp/sc$$.csh
119   cat <<'_EOF_' > $sctemp
120   if ( $illumpic != $nofile ) then
121          set iltemp=""
122   else
123 <        set iltemp=/usr/tmp/il$$.pic
123 >        set iltemp=/tmp/il$$.pic
124          set illumpic=$iltemp
125   endif
126 < set tltemp=/usr/tmp/tl$$.pic
127 < set dstemp=/usr/tmp/ds$$.pic
128 < set temp1=/usr/tmp/tfa$$
126 > set tltemp=/tmp/tl$$.pic
127 > set dstemp=/tmp/ds$$.pic
128 > set temp1=/tmp/tfa$$
129   set tempfiles=($iltemp $sctemp $tltemp $dstemp $temp1)
130   echo "Your dayfact job is finished."
131   echo "Please check for error messages below."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines