<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Tahoma,Arial,Helvetica,sans-serif'>
<p>Hi all,</p>
<p>I'm trying to plot t2m, t850 and dew points in a line graph. The temp and 850's work fine but for some reason the dew point just flat lines, is there any reason for this? Ive attched an image to show and also here is the section of script for the dew point.</p>
<p>&nbsp;</p>
<p>'set display color white'<br /> 'clear'<br /> 'set mpdset hires'<br /> 'set grads off'</p>
<p>'set t 1 65'<br /> 'set csmooth on'<br />'set cmark 0'<br /> 'set lat 53';'set lon -2.23'<br /> 'set vrange -30 30'<br />'define dew = const((dewpt(tmp2m,rh2m)-273.16),0,-u)'<br /> 'set gxout line'<br /> 'set ccolor 2'<br /> 'set cthick 20'<br /> 'd dew'</p>
<p>I'm rather perplexed as to why the line is flat and clearly there is no value there but the Dew point script works fine when I produce charts.</p>
<p>Regards,&nbsp;</p>
<p>Stuart.</p>
<div>-- <br />
<p>Stuart Markham</p>
<p><img src="http://www.chorleyweather.com/forecast-charts/SampleDatasets/logo%20450x100.PNG" alt="" /></p>
</div>
</body></html>