getfiledimsizes

From: Mateus da Silva Teixeira <mtex2k3_at_nyahnyahspammersnyahnyah>
Date: Tue, 19 Dec 2006 10:53:57 -0200

Dear NCL users,

I'm trying to get the dimension sizes of my files opened with addfiles
function with the following commands

ncep = systemfunc("ls ../T1000*.nc")
lista = addfiles(ncep,"r")
d = getfiledimsizes(lista)

but NCL returns an error:

fatal:Argument type mismatch on argument (0) of (getfiledimsizes) can
not coerce
fatal:Execute: Error occurred at or near line 21 in file
mediasMensais_anomalias_T.ncl

Opening one only file, with addfile function, it works, but with
addfiles not.
Can you help me?

Thank you
Mateus

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Dec 19 2006 - 05:53:57 MST

This archive was generated by hypermail 2.2.0 : Tue Dec 19 2006 - 07:55:14 MST