[Date Prev][Date Next][Index][Thread] [ncBrowse Mail Archive] [ncBrowse Main Page]

Re: ncBrowse : no data in the cdl



*************************************************
Message from the ncbrowse mail list.
*************************************************

Sorry I have solved the problem myself. I have installed the test version 
1.3.3Beta 7 which has fixed the problem

Thanks

Maureen Edwards


At 12:55 08/01/2003 +0000, you wrote:
>*************************************************
>Message from the ncbrowse mail list.
>*************************************************
>
>I have created a .nc file in MATLAB using the NetCDF Toolbox tools and 
>this is read fine by ncBrowse and I can plot the graphs OK but when I try 
>to output it as a .cdl I get the following
>
>netcdf Temperature10 {
>dimensions:
>         DateTime = 704 ;
>         Depth = 1 ;
>         Latitude = 1 ;
>         Longitude = 1 ;
>variables:
>         double DateTime(DateTime) ;
>                 DateTime:description = "Date and Time from Matlab" ;
>                 DateTime:long_name = "Date and Time" ;
>                 DateTime:units = "days since 0000-01-01 00:00:00" ;
>                 DateTime:epic_code = 601 ;
>         double Depth(Depth) ;
>                 Depth:epic_code = 1 ;
>                 Depth:units = "dbar" ;
>                 Depth:long_name = "Depth" ;
>         double Latitude(Latitude) ;
>                 Latitude:units = "degree_north" ;
>                 Latitude:epic_code = 500 ;
>                 Latitude:long_name = "Latitude" ;
>         double Longitude(Longitude) ;
>                 Longitude:units = "degree_west" ;
>                 Longitude:epic_code = 501 ;
>                 Longitude:long_name = "Longitude" ;
>         double Temperature10(DateTime, Depth, Latitude, Longitude) ;
>                 Temperature10:units = "C" ;
>                 Temperature10:epic_code = 20 ;
>                 Temperature10:description = "Degrees Celcius at a nominal 
> 10m Depth" ;
>                 Temperature10:missing_value = 999.999 ;
>                 Temperature10:valid_min = 2.0 ;
>                 Temperature10:valid_max = 100.0 ;
>                 Temperature10:long_name = "Temperature" ;
>data:
>
>  DateTime  ;
>
>  Depth  ;
>
>  Latitude  ;
>
>  Longitude  ;
>
>  Temperature10  ;
>
>}
>
>
>*************************************************
>To remove yourself from this mailing list,
>send mail to <Majordomo@epic.noaa.gov> with
>"unsubscribe ncbrowse" in the message body.


*************************************************
To remove yourself from this mailing list,
send mail to <Majordomo@epic.noaa.gov> with
"unsubscribe ncbrowse" in the message body.