<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hello all,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am trying to use &#8220;sstats.f&#8221; that I found here - <a href="http://www.ncl.ucar.edu/Support/talk_archives/2010/att-2526/sstats.f">http://www.ncl.ucar.edu/Support/talk_archives/2010/att-2526/sstats.f</a><o:p></o:p></p><p class=MsoNormal><br>I pulled out the code I want and made test.f (attached)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am trying to use the convective temperature function from there and plot it on my soundings (testsounding.ncl)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I try to run WRAPIT and it says this <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&#8220;root@ubuntu:/home/Soundings/Extra# WRAPIT test.f<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>WRAPIT Version: 120209<o:p></o:p></p><p class=MsoNormal>A syntax error occurred while parsing:<o:p></o:p></p><p class=MsoNormal>COMPILING test.f<o:p></o:p></p><p class=MsoNormal>LINKING<o:p></o:p></p><p class=MsoNormal>END WRAPIT&#8221;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Then, when running my sounding script it says <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Copyright (C) 1995-2015 - All Rights Reserved<o:p></o:p></p><p class=MsoNormal> University Corporation for Atmospheric Research<o:p></o:p></p><p class=MsoNormal> NCAR Command Language Version 6.3.0<o:p></o:p></p><p class=MsoNormal> The use of this software is governed by a License Agreement.<o:p></o:p></p><p class=MsoNormal> See http://www.ncl.ucar.edu/ for more details.<o:p></o:p></p><p class=MsoNormal>warning:An error occurred loading the external file /home/Soundings/Extra/test.so, file not loaded<o:p></o:p></p><p class=MsoNormal>/home/Soundings/Extra/test.so: undefined symbol: theta_wetb_<o:p></o:p></p><p class=MsoNormal>warning:error at line 50 in file testsounding.ncl<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Am I going about this wrong? Is there something in the code I am missing? I have also tried &#8211;m64 when running WRAPIT.. Thanks so much in advance!<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Brandon<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>