<div dir="ltr"><div><div><div><div>The following assumes you have a single control file templated over the ensemble dimension so that you can use &#39;set e&#39; to access the members:<br>&#39;open GEFS_file.ctl&#39;<br></div><div>&#39;set t 1 (tfinal)&#39;<br></div>ee = 1<br></div><div>ens_size = 21<br></div>while (ee &gt;= ens_size)<br></div><div> &#39;set e &#39;ee<br></div><div> &#39;display (field)&#39;<br></div> ee = ee + 1<br></div>endwhile<br><div class="gmail_extra"><br></div><div class="gmail_extra">if you have separate control files for each member, it&#39;s only a little different:<br></div><div class="gmail_extra">...loop to open files consecutively...<br></div><div class="gmail_extra">...will have exact same index values as the loop that follows below...<br></div><div class="gmail_extra">&#39;set t 1 (tfinal)&#39;<br></div><div class="gmail_extra">ens_size = 21<br></div><div class="gmail_extra">ee = 1<br>while (ee &gt;= ens_size)<br><div> &#39;display (field).&#39;ee<br></div> ee = ee + 1<br>endwhile<br><br></div><div class="gmail_extra">Pretty simple stuff.<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 7, 2015 at 6:01 PM, Chorley Weather <span dir="ltr">&lt;<a href="mailto:weatherstu@chorleyweather.com" target="_blank">weatherstu@chorleyweather.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>
<div style="font-size:10pt;font-family:Tahoma,Arial,Helvetica,sans-serif">
<pre>Hi all, 

I would to make a line graph like the attached image using gefs (21 members) for my area. I have researched the logistics into producing this but I&#39;m getting rather confused. Can anybody kindly provide a sample script? I would be very appreciative and thanks in advance.

Best regards,
Stuart

-- 
Chief Forecaster &amp; Owner
<span class=""><font color="#888888"><i>ChorleyWeather</i></font></span></pre>
</div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br></div>
</div></div>