<div dir="ltr">Hello,<br><br>I cannot seem to use the wetbulb() function. I receive the error:<div><div><br></div><div><i>&quot;fatal:Undefined identifier: (wetbulb) is undefined, can&#39;t continue&quot;</i></div></div><div><br></div><div>Is there an NCL script that I should be calling with &#39;load&#39; each time or that I should reinstall?</div><div><br></div><div>Thank you for your help,<br>Tristan</div><div><br></div><div><br></div><div><br></div><div>Example script:<br><div>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;</div><div>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot; </div><div>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;</div></div><div><br></div><div>begin</div><div><div>   p   = (/1000, 975  , 850   /)                   ; hPa, mb    </div><div>   tc  = (/40  , 30   , 20   /)                        ; C</div><div>   tdc = (/27.6, 26.17, 14.37/)                  ; C</div><div><br></div><div>   twb = wetbulb(p, tc, tdc)</div></div><div><br></div><div>end</div><div><br></div><div><br></div><div>I&#39;m running NCL 6.3.0.</div><div><br></div></div>