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: [netcdf-java] Problem reading NetCDF4 from netcdfall-4.5.jar

John,

Please, find my 2014.nc file at the link below
https://www.dropbox.com/sh/kfs09ef83qmshi1/AABj3vEPh7mo5XPGT6szK4bna?dl=0

Please, look at the related discussion on Sourceforge
http://sourceforge.net/p/nco/discussion/9829/thread/a99790ed/
The issue is not still resolved

Charlie also tried h5repack (not successful):
zender@roulee:~$ time ncks -O -4 --cnk_dmn latitude,4 --cnk_dmn
longitude,4 --cnk_dmn time,512 ~/2014.nc ~/2014_ch_ncks.nc

real    2m22.212s
user    0m39.139s
sys     1m38.901s
zender@roulee:~$ time nccopy -c time/512,latitude/4,longitude/
4 ~/2014.nc ~/2014_ch_nccopy.nc

real    2m21.440s
user    0m38.865s
sys     1m37.674s
zender@roulee:~$ time h5repack -l u10m:CHUNK=512x4x4 -i ~/2014.nc4 -o
~/2014_ch_h5repack.nc

real    0m2.683s
user    0m0.423s
sys     0m0.442s
zender@roulee:~$ ncwa -O ~/2014_ch_ncks.nc ~/foo.nc
Segmentation fault
zender@roulee:~$ ncwa -O ~/2014_ch_nccopy.nc ~/foo.nc
*** Error in `ncwa': double free or corruption (fasttop):
0x0000000001f22b70Segmentation fault
zender@roulee:~$ ncwa -O ~/2014_ch_h5repack.nc ~/foo.nc
Segmentation fault

**************
Is it possible to perform chunking programmatically using NetCDF Java library?

Kind regards,
Antonio

2014-11-03 1:43 GMT+02:00 John Caron <caron@xxxxxxxx>:
> To: netcdf-java@xxxxxxxxxxxxxxxx
> Subject: Re: [netcdf-java] Problem reading NetCDF4 from netcdfall-4.5.jar
> From: Antonio Rodriges <antonio.rrz@xxxxxxxxx>
> Date: Sun, 19 Oct 2014 22:49:07 +0300
>
> I use the latest NetCDF4.5
> http://www.unidata.ucar.edu/downloads/netcdf/netcdf-java-4/index.jsp
>
>
> Hi Antonio :
>
> can you send the netcdf file and I will look at it?
>
> John
>
> _______________________________________________
> netcdf-java mailing list
> netcdf-java@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe, visit:
> http://www.unidata.ucar.edu/mailing_lists/



  • 2014 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: