help in fwrite a data
Arlindo da Silva
dasilva at ALUM.MIT.EDU
Mon May 19 08:26:39 EDT 2008
On Mon, May 19, 2008 at 6:43 AM, Manish Singh <singhmanish1010 at gmail.com>
wrote:
> Hi all, i am working on sgi machine,my ctl file is as below -
> dset ^time_mean.00%y4.%m2.01.nc
> dtype netcdf
If you are producing your file with "fwrite" it is not "netcdf", so remove
this line. If you would like to produce netcdf files, use lats4d.
>
> options byteswapped big_endian template
The option "byteswapped" is deprecated, being replaced by either
"little_endian" or "big_endian". Since you are on a SGI (and I am assuming
you have a MIPS processor, do a "uname -m" to find out) keep the
"big_endian". If you have a SGI Altix (IA64) specify "little_endian". In any
case, remove the "byteswapped".
Arlindo
--
Arlindo da Silva
dasilva at alum.mit.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20080519/ae6aa78b/attachment.html
More information about the gradsusr
mailing list