comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Reading GrADS data file in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Reading GrADS data file in IDL [message #23496 is a reply to message #23381] Thu, 25 January 2001 16:01 Go to previous message
msienkiewicz is currently offline  msienkiewicz
Messages: 8
Registered: October 2000
Junior Member
In article <3A6F36B2.F192F8CE@pacific.met.fsu.edu>,
Kyong Hwan Seo <khseo@pacific.met.fsu.edu> wrote:
> Hi everybody,
>
> I have a GrADS data file and control file.
> Is there any easy way to read the data file in IDL.
> If you have a program for this, could you please help me.
> Thanks,
>
> Seo

The basic GrADS file format is very simple. The data are stored as
a sequence of unformatted floating point arrays. If your '.ctl' file does
not have any special options specified (i.e. 'options sequential',
'options byteswapped', 'options bigendian' or the like) and you are
planning to read it on a computer that has the same 'endianness'
as the computer that generated it - well you can just use the ASSOC
command and access those arrays directly from the disk. To advise
further, we'd need to have a look at your .ctl file.

The GrADS file format is explained in the program manual, you can get
a copy at http://dao.gsfc.nasa.gov/grads_listserv/gadoc151.pdf

Meta


Sent via Deja.com
http://www.deja.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: HELP: Linux can't run IDL_LMGRD
Next Topic: Re: Formatting output

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 14:15:31 PDT 2025

Total time taken to generate the page: 1.19958 seconds