<p dir="ltr">Well the method that I&#39;ve proposed doesn&#39;t necessarily exclude plotting the data before ;-) but anyway, maybe I didn&#39;t understand your problem. You want to plot a skewt and, at the same time, export the data used for plotting the skewt diagram into a csv file: is that correct? <br>
If that is the case, you just need to elaborate the data and use some version of the code that I sent you after the call at skewt function. If I still didn&#39;t get the problem just ignore this email, maybe someone has a better solution. </p>
<div class="gmail_quote">Il 05 apr 2016 6:31 PM, &quot;Michelle Serino&quot; &lt;<a href="mailto:mmserino@tamu.edu">mmserino@tamu.edu</a>&gt; ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Guido,<div><br></div><div>Thanks for your response.  I want to plot the skew-T because I am using this RUC data to represent a storm inflow region, and I want to ensure that the location I&#39;m using for that inflow is not contaminated from nearby storms or other features.  Viewing the actual skew-T is the easiest and quickest way to do this.  So I want to continue plotting it the way it is set up in my code.  (I had help from this forum already with that, and it works very well.)  Therefore, I don&#39;t think the way your example is written will work for my code.</div><div><br></div><div>Thanks,</div><div><br></div><div>Michelle</div></div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr">Michelle M. Serino<div>M.S. Candidate</div><div><span style="font-size:small">Texas A&amp;M University</span><br></div><div>Atmospheric Sciences Dept.</div><div>Eller O&amp;M, Suite 1017</div><div>College Station, TX 77843<br></div><div>(484) 769-0949</div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Apr 5, 2016 at 1:23 AM, Guido Cioni <span dir="ltr">&lt;<a href="mailto:guidocioni@gmail.com" target="_blank">guidocioni@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hey Michelle,<div>if your goal is simply to write data from a GRIB file into a CSV file, why do you need to plot the data with <font face="Menlo">skewt</font>? I would suggest you to read and organize the data that you want from the grib file and then use the <font face="Menlo">write_table</font> function. See the attached example.  </div><div><br></div><div><div>  <font face="Menlo">header=“T  Td  RH&quot;</font></div><div><font face="Menlo"> alist=[/temp,dewpoint,humidity/]</font></div><div><font face="Menlo"> hlist=[/header/]</font></div><div><font face="Menlo"> write_table(“file.csv&quot;,&quot;w&quot;,hlist,&quot;%s&quot;)</font></div><div><font face="Menlo"> write_table(“file.csv”,&quot;w&quot;,alist,”%f,%f,%f,%f&quot;)</font></div><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><br>Guido Cioni</div><div><a href="http://guidocioni.altervista.org" target="_blank">http://guidocioni.altervista.org</a> </div><div><br></div></div><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div>
</div>
<br><div><blockquote type="cite"><div><div><div>Il giorno 05 apr 2016, alle ore 05:16, Michelle Serino &lt;<a href="mailto:mmserino@tamu.edu" target="_blank">mmserino@tamu.edu</a>&gt; ha scritto:</div><br></div></div><div><div><div><div dir="ltr"><div><span style="border-collapse:collapse;font-size:13px">Hi all,<div><br></div><div>With the attached script and RUC data (<a href="https://www.dropbox.com/s/926ue7ad7vngnhc/ruc2anl_130_20090605_2100_000.grb2?dl=0" target="_blank">https://www.dropbox.com/s/926ue7ad7vngnhc/ruc2anl_130_20090605_2100_000.grb2?dl=0</a>), I am plotting a skew-T, and I would like to save that data to a csv file.  When I run the script, I get</div><div><br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">(0)<span style="white-space:pre-wrap">        </span>location=(41.147,-104.801)  grid=(41.1275,-104.777)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">(0)<span style="white-space:pre-wrap">        </span>====== Contents of &#39;test.csv&#39; ======</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Pressure(hPa) Height(km) Temperature(C) Dew Point(C) Wind Speed(m/s) Wind Direction(deg)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">?</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">(0)<span style="white-space:pre-wrap">        </span>========================================</div></div><div><br></div><div><font face="arial, helvetica, sans-serif">or something similar.  I feel that I am close to getting this, but the way I am looping through the data is what is confusing me.  I appreciate the help.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Thank you,</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Michelle</font></div></span></div><br clear="all"><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr">Michelle M. Serino<div>M.S. Candidate</div><div><span style="font-size:small">Texas A&amp;M University</span><br></div><div>Atmospheric Sciences Dept.</div><div>Eller O&amp;M, Suite 1017</div><div>College Station, TX 77843<br></div><div>(484) 769-0949</div></div></div></div></div></div></div></div></div></div></div></div>
</div>
</div></div><span>&lt;sounding13.ncl&gt;</span>_______________________________________________<br>ncl-talk mailing list<br><a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>List instructions, subscriber options, unsubscribe:<br><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br></div></blockquote></div><br></div></div></blockquote></div><br></div>
</blockquote></div>