[ncl-talk] skewt_8.ncl sample input file

Guido Cioni guidocioni at gmail.com
Mon Jul 4 06:24:11 MDT 2016


Hey Mike,
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 skewT_PlotData 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. 
For this reason, you don’t need all the columns present in the file that you are mentioning…

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.


Guido Cioni
http://guidocioni.altervista.org <http://guidocioni.altervista.org/> 

> On 04 Jul 2016, at 13:33, Michael Weston <mjweston at masdar.ac.ae> wrote:
> 
> Can anyone please provide a description of the variables in the ascii file at the following link.
> 
>  <http://www.ncl.ucar.edu/Applications/Data/asc/sounding.testdata>http://www.ncl.ucar.edu/ <http://www.ncl.ucar.edu/>Applications/Data/asc/sounding.testdata
> 
> I have data for a site that I would like to plot using skewt_8 and I will need to format it as the testdata.
> Do other versions of skewt accept ascii as input?
> 
> Thanks
> Mike
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 31_may_2013_elreno
Type: application/octet-stream
Size: 8735 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment.obj 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot_sounding.ncl
Type: application/octet-stream
Size: 1369 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment-0001.obj 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment-0002.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 31_may_2013_elreno.pdf
Type: application/pdf
Size: 128816 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment.pdf 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160704/79abdfe2/attachment-0003.html 


More information about the ncl-talk mailing list