help with multiple files reading

From: Yang Yang <yang123yang_at_nyahnyahspammersnyahnyah>
Date: Wed, 14 Oct 2009 21:44:13 -0700 (PDT)

Hello:

I have 30 nc files conting T(time, lat,lon), For some, the time length is 126; for other, the time length is 130. If I do the multiple files reading:

files = systemfunc("ls *.nc")
f = addfiles(files, "r")
T = f[:] -> T

now what is the dimension of T? Is it T(30,time,lat,lon)? What is the time length? it is 126 or 130?

Thanks!

Regards
Ed

      
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Oct 14 2009 - 22:44:13 MDT

This archive was generated by hypermail 2.2.0 : Thu Oct 15 2009 - 09:30:48 MDT