Re: ncl-talk Digest, Vol 96, Issue 30

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Nov 30 2011 - 07:28:25 MST

You did not use the correct syntax

   diri = "/nuwa_cluster/home/rcecstu03/RunLiu/WRF/run/PRD/"
   fils = systemfunc ("ls " +diri+ "wrfout_d03_2008-11-01_1*.nc")
   print(fils)

   f = addfiles(fils,"r")

   T = f[:]->T ; <===

   printVarSummary(T)

===
If you are new to NCL, please read the mini-language manual at

    http://www.ncl.ucar.edu/Document/Manuals/

===
Also, please read the function documentation. There is a difference
between the following

http://www.ncl.ucar.edu/Document/Functions/Built-in/addfile.shtml
http://www.ncl.ucar.edu/Document/Functions/Built-in/addfiles.shtml
On 11/30/11 4:54 AM, Run Liu wrote:
> diri = "/nuwa_cluster/home/rcecstu03/RunLiu/WRF/run/PRD/"
> fils = systemfunc ("ls " +diri+ "wrfout_d03_2008-11-01_1*.nc")
> f = addfiles(fils,"r")
> T = f->T
> printVarSummary(T)
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Nov 30 07:28:32 2011

This archive was generated by hypermail 2.1.8 : Wed Nov 30 2011 - 19:52:47 MST