NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [idvdevelopers] Idv netcdf problem

Hi Don, Tom and others,

I am attaching another .nc file and its dump which can be opened using IDV
nightly build .Another hearder 5.txt is attached similar to out.txt,
generated from a big file which can not be opened using nightly build.


As far as I noticed that the only difference between these two header dump
is 5.nc has one more variable (z) which is absent at out.txt . Otherwise
almost same.

When I try to open this with netCDF file it says , no grided data is found.

If possible, please give suggestions.

Thanks

Maswood

On Tue, Jul 29, 2008 at 4:47 PM, Don Murray <dmurray@xxxxxxxxxxxxxxxx>wrote:

> Hi Maswood-
>
> Maswood Hasan Mostafi wrote:
>
>> I've uploaded a sample file in yousendit.com and sending you the link
>> here.You can download it from the link.
>>
>> This is the file
>>
>> http://www.yousendit.com/download/Q01INnFGUnJlaFR2Wmc9PQ
>>
>> Let me know whether you can open it ?
>>
>> There are other big files like over 1GB. I think the structure is the
>> same.
>>
>
> I can open it using the nightly build, but not the 2.5 release.
> This particular file has a different structure than the
> one you referenced earlier.  You could try the nightly build
> to see if it opens the other file as well.
>
> Our netCDF expert is out this week, but I'll ask him about
> this file when he gets back next week.
>
> Don
>
> *************************************************************
> Don Murray                               UCAR Unidata Program
> dmurray@xxxxxxxxxxxxxxxx                        P.O. Box 3000
> (303) 497-8628                              Boulder, CO 80307
> http://www.unidata.ucar.edu/staff/donm
> *************************************************************
>
>

Attachment: out.zip
Description: Zip archive

netcdf E:\Thesis\TurtleMovie\new problem\out {
dimensions:
        t = 152 ;
        y = 121 ;
        x = 137 ;
variables:
        float t(t) ;
                t:long_name = "time" ;
                t:units = "days since 1984-1-1 00:00:00" ;
        float y(y) ;
                y:long_name = "latitude" ;
                y:units = "degrees_north" ;
        float x(x) ;
                x:long_name = "longitude" ;
                x:units = "degrees_east" ;
        float sea_surface_elevation(t, y, x) ;
                sea_surface_elevation:long_name = "sea_surface_elevation" ;
                sea_surface_elevation:standard_name = "sea_surface_elevation" ;
                sea_surface_elevation:units = "m" ;
                sea_surface_elevation:_FillValue = -999.f ;
                sea_surface_elevation:add_offset = 0.f ;
                sea_surface_elevation:scale_factor = 1.f ;

// global attributes:
                :Conventions = "CF-1.0" ;
                :title = "MERSEA_NATL_ANAL" ;
}
netcdf E:\Thesis\TurtleMovie\Newdata\aw\5\5 {
dimensions:
        t = 577 ;
        z = 1 ;
        y = 321 ;
        x = 241 ;
variables:
        float t(t) ;
                t:long_name = "time" ;
                t:units = "days since 1984-1-1 00:00:00" ;
        float z(z) ;
                z:long_name = "depth" ;
                z:units = "m" ;
        float y(y) ;
                y:long_name = "latitude" ;
                y:units = "degrees_north" ;
        float x(x) ;
                x:long_name = "longitude" ;
                x:units = "degrees_east" ;
        float sea_water_potential_temperature(t, z, y, x) ;
                sea_water_potential_temperature:long_name = 
"sea_water_potential_temperature" ;
                sea_water_potential_temperature:standard_name = 
"sea_water_potential_temperature" ;
                sea_water_potential_temperature:units = "C" ;
                sea_water_potential_temperature:_FillValue = 1.#QNAN00f ;
                sea_water_potential_temperature:add_offset = 0.f ;
                sea_water_potential_temperature:scale_factor = 1.f ;

// global attributes:
                :Conventions = "CF-1.0" ;
                :title = "MERSEA_NATL_ANAL" ;
}
  • 2008 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the idvdevelopers archives: