ascii

Mike Notaro mnotaro at WISC.EDU
Thu Feb 3 12:07:22 EST 2005


Thanks Jean Pierre.  I wrote a script containing the following
to read a simple ascii formatted dataset:

ret = read('/tmp/file.dat')
date = subwrd(ret , 1)
var1 = subwrd(ret , 2)
var2 = subwrd(ret , 3)

and when I tried "exec script.gs", I get an error
that says "Define error: No file open yet. Exec error..."

What am I doing wrong?


-------

My other question is if it is possible to read a netcdf file containing
variable(time), without lat or lon.  I get the error regarding the
absence of a discernable X coordinate.

--------

Thanks,
Mike



More information about the gradsusr mailing list