[ncl-talk] NCL takes forever to run the code
Saurabh Singh
saurabhsingh123op at gmail.com
Tue May 17 00:58:58 MDT 2016
NCL Version : 6.3.0
OS: UBUNTU 16.04
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 :
ncl 0> setfileoption("nc", "SuppressClose", False)
ncl 1> files=systemfunc("ls -1 wrfout_d01_2000-*")+".nc"
ncl 2> a=addfiles(files,"w")
ncl 3> slp = wrf_user_getvar(a,"slp",-1)
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) ?
As SLP is a derived variable i am ruling out use of NCO and CDO in this
problem.
--
With regards
Saurabh Kumar singh
*P** : * *Please consider the environment before printing this e-mail*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160517/ee7cc04e/attachment.html
More information about the ncl-talk
mailing list