problem reading 64-bit offset NetCDF files - ncl 6.1.0-beta

From: John Kerfoot <johnkerfoot_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 24 2012 - 06:29:01 MDT

I can't seem to read 64-bit offset NetCDF files using ncl 6.1.0-beta.
Here's an example:

arctic: bin > ~/production/bin/bash/nclRead.sh
http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc

 Copyright (C) 1995-2012 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 6.1.0-beta
 The use of this software is governed by a License Agreement.
 See http://www.ncl.ucar.edu/ for more details.
(0) Checking File: http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc
fatal:NetCDF: Unknown file format
fatal:Could not open (http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc)

Variable: fid
Type: file
(0) File Missing Value : -1

When I run ncdump on the url, I get the following:

arctic: bin > ncdump -k http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc
64-bit offset

But if I do the same thing using ncl 6.0, it works:

arctic: bash > ~/production/bin/bash/nclRead.sh
http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc
command: /opt/ncl_ncarg-6.0.0.0/bin/ncl
ncFile="http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc"
 Copyright (C) 1995-2011 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 6.0.0
 The use of this software is governed by a License Agreement.
 See http://www.ncl.ucar.edu/ for more details.
(0) Checking File: http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc

Variable: fid
Type: file
File path: http://tds.maracoos.org/thredds/dodsC/SST-Agg.nc
Number of global attributes: 9
Number of dimensions: 3
Number of variables: 6

Here's the info on my linux distro:

arctic: bash > uname -a
Linux arctic 2.6.32-279.1.1.el6.centos.plus.x86_64 #1 SMP Tue Jul 10
17:38:35 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Any help greatly appreciated.

John
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jul 24 06:29:11 2012

This archive was generated by hypermail 2.1.8 : Tue Jul 24 2012 - 09:48:26 MDT