conversion to txt file
Elif SERTEL
esertel at ENVSCI.RUTGERS.EDU
Tue Oct 23 12:07:30 EDT 2007
Hi,
I am using the folowing script to create txt files from my model output data.
'set grads off'
'set gxout print'
'set prnopts %10.5e 1 1'
'set z 1'
'set lat 41.67'
'set lon 26.57'
'set t 1 95'
'd t2-273.16'
say result
write('tempedrn.txt',result,append)
'reinit'
However, when I took time "t" higher then 99, I had en error:
Error reading 2 bytes at location 426501748
What should I do to get values in .txt format for t>99.
Thanks,
Elif.
More information about the gradsusr
mailing list