<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey Mike,<div class="">the format of the input data file (in this case an ASCI file) needed can vary a lot, but it must contain the variables required by the <font face="Menlo" class="">skewT_PlotData</font> function, i.e. air pressure, air temperature, air dew point temperature, height, wind speed and wind direction. It doesn’t matter how the file looks like, you just need to read the variable, do the necessary conversion and then provide them to the function.&nbsp;</div><div class="">For this reason, you don’t need all the columns present in the file that you are mentioning…</div><div class=""><br class=""></div><div class="">I’m attaching an example script (really simple) and the datafile used to plot a skew t diagram, hope that helps. I’ve taken the data from the Wyoming university website, but as you can see in the script most of the columns are not even used.</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""></div></div></div></body></html>