<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hello,</p>
<p><br>
</p>
<p>I am trying to plot the total precipitation from GFS ensembles in a meteogram, but I can't figure out how to do it correctly. Here is my code:</p>
<p><br>
</p>
<p></p>
<div>*plot ensembles<br>
'define precip=0'<br>
ens=0;while(ens&lt;21);ens=ens&#43;1<br>
&nbsp;'set e 'ens<br>
&nbsp;time=0;while(time&lt;65);time=time&#43;1<br>
&nbsp; 'set t 'time<br>
&nbsp; 'define precip=precip &#43; apcpsfc/25.4'<br>
&nbsp; 'd precip'<br>
&nbsp;endwhile<br>
endwhile<br>
<br>
Can somebody tell me what I'm doing wrong or point me in the right direction? Thank you very much!<br>
<br>
Charlie<br>
</div>
<p></p>
</div>
</body>
</html>