[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 20010626: conversion of netcdf data
- Subject: Re: 20010626: conversion of netcdf data
- Date: Tue, 26 Jun 2001 12:43:23 -0600
Kalyani,
I don't see anything seriously wrong with the netCDF file. One minor
item is the type of the "missing_value" attribute for the "Sea" data. In
general, the types for missing value attributes should be the same as
the type of the data, i.e. the attribute
Sea:missing_value = 9999s ;
should, instead, be
Sea:missing_value = 9999f ;
to match the type of the "Sea" data.
I'm afraid that you'll have to contact the FERRET authors to determine
why that system can't display your data.
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>
>Date: Tue, 26 Jun 2001 11:12:22 -0600 (MDT)
>From: General Support <address@hidden>
>Organization: UCAR/Unidata
>To: address@hidden
>Subject: 20010626: conversion of netcdf data
>Keywords: 200106261712.f5QHCL126623
>
> Reply to: C Kalyani Devasena <address@hidden>
> Date: Tue, 26 Jun 2001 11:12:20 -0600
> From: Unidata Support <address@hidden>
>
>
> ------- Forwarded Message
>
> >To: address@hidden
> >From: C Kalyani Devasena <address@hidden>
> >Subject: conversion of netcdf data
> >Organization: UCAR/Unidata
> >Keywords: 200106261042.f5QAgM109032
>
> This message is in MIME format. The first part should be readable text,
> while the remaining parts are likely unreadable without MIME-aware tools.
> Send mail to address@hidden for more info.
>
> ---559023410-1966940021-993552244=:16365
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> Dear sir,
> I have one year topex data in ascii format at 0.25 deg X0.25deg lat x lon
> inteval at every 10days. I am using C interface for converting ascii data
> to netcdf. I am able to convert the data but not able to visualise this
> through ferret. I have enclosed a file of 2 months data also for your
> help.
> I have enclosed both ascii and netcdf files to you in compressed form
>
> with regards,
> kalyani
>
> ________________________________________________________________________
>
>
> Dr. C.Kalyani Devasena Phone : +91 80 527 4649 Ext 4111.
> Fellow, Fax : +91 80 526 0392.
> CSIR Centre for Mathematical- E-mail: address@hidden
> Modelling and Computer Simulation (C-MMACS)
> Belur Campus, address@hidden
> Bangalore - 560 037, URL : http://www.cmmacs.ernet.in/~kalyani
> India.
...