<div dir="ltr"><div><br></div>NCL Version : 6.3.0<div>OS: UBUNTU 16.04</div><div><br clear="all"><div>I have an hourly 1 year WRF output. I am tring to extract slp from the data and write in on the file. using the following code :</div><div><br></div><div><div>ncl 0&gt; setfileoption(&quot;nc&quot;, &quot;SuppressClose&quot;, False)</div><div>ncl 1&gt; files=systemfunc(&quot;ls -1 wrfout_d01_2000-*&quot;)+&quot;.nc&quot;</div><div>ncl 2&gt; a=addfiles(files,&quot;w&quot;)</div><div>ncl 3&gt; slp = wrf_user_getvar(a,&quot;slp&quot;,-1)<br></div></div><div><br></div><div><br></div><div>However, the code gets stuck on the third line, and the system literraly hangs. Is there any way to achieve this task. NCL or any software outside NCL (in case if NCL is not capable toa chieve this on big file data) ? </div><div><br></div><div>As SLP is a derived variable i am ruling out use of NCO and CDO in this problem.</div>-- <br><div class="gmail_signature"><div dir="ltr"><font style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif" size="2"><span>With regards</span><span></span></font><font style="font-family:arial,helvetica,sans-serif" size="2"><span style="color:rgb(0,0,0)"><span><br></span></span></font><font style="font-family:arial,helvetica,sans-serif" size="2"><span style="color:rgb(0,0,0)"><span>Saurabh Kumar singh</span><span></span>
</span></font><br style="color:rgb(51,204,0)"><br><font style="color:rgb(102,102,102)" size="1"> <b><i><span style="font-family:Webdings" lang="EN-GB">P</span></i></b><b><i><span style="font-family:Tahoma,sans-serif" lang="EN-GB"> : </span></i></b><b><i><span style="font-family:Arial,sans-serif" lang="EN-GB"> </span></i></b><b><i><span style="font-family:Tahoma,sans-serif" lang="EN-GB">Please consider the environment before printing this e-mail</span></i></b> </font><br style="color:rgb(102,102,102)"><br><br><br></div></div>
</div></div>