Re: problem reading multiple netcdf files in ncl v 5.1.0

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Mon, 18 May 2009 10:06:04 -0600

Hi Jamie,
Take a look at this page:
http://www.ncl.ucar.edu/Applications/opendap.shtml
Adam

Jamie Scott wrote:
> Hi Dennis,
>
> I don't think I was using a DODS enabled ncl. How can you tell?
>
>> Copyright (C) 1995-2009 - All Rights Reserved
>> University Corporation for Atmospheric Research
>> NCAR Command Language Version 5.1.0
>> The use of this software is governed by a License Agreement.
>> See http://www.ncl.ucar.edu/ for more details.
>
> I tried setting "SuppressClose" to false as you suggested. It did c
> lear up connections, but now I get an error from malloc.
>
>> ncl(8690) malloc: *** mmap(size=1027080192) failed (error code=12)
>> *** error: can't allocate region
>> *** set a breakpoint in malloc_error_break to debug
>> fatal:NclMalloc Failed:[errno=12]
>> fatal:dim_avg: Could not coerce input data to double, can't continue
>> fatal:Execute: Error occurred at or near line 121 in file
>> /home/jscott/ncl/WBC/hires.winds.debug.ncl
> This occurs after reading the 3 month of data.
>
> I don't get this error running the same script on the same machine >
> Here is the latest script:
>
> ------------------------------------------------------------------------
>
> I downloaded the data from here, if you want to test it, but it's about
> 12GB/year of data. I'm trying to come up with a simpler demo of the
> problem w/ less data.
>
> ftp://eclipse.ncdc.noaa.gov/pub/seawinds/SI/uv/6hrly/netcdf/
>
>
> -Jamie
>
>
> On May 15, 2009, at 2:13 PM, Dennis Shea wrote:
>
>> Not sure of the issue here. We read many more file than 30 or 60.
>>
>> [1]
>> The "add_connect" is not familiar. Are you using a DODS
>> enabled NCL?
>>
>> [2]
>> You could try setting "SuppressClose"
>> http://www.ncl.ucar.edu/Document/Function s/Built- >
>>
>> setfileoption("nc", "SuppressClose", False)
>>
>> D
>>
>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Sorry, I spoke too soon. Changing the ListSetType from "join" to
>>> "cat" allows me to read in the first 30 files, but I get a new error
>>> when trying to read in the next 30. Again, this script runs fine on
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> ncl 5.0.1, but does not work on ncl 5.1.0. Looks like it's having
>>> trouble cleaning up the netCDF file connections....
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> -Jamie
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> modified script:
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> output from ncl:
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> [mac23:/Projects/Air_Sea/jscott] jscott% $NCARG_ROOT/bin/ncl
>>> /home/jscot t/ncl/WB an.ncl
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Copyright (C) 1995-2009 - All Rights Reserved
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> University Corporation for Atmospheric Research
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> NCAR Command Language Version 5.1.0
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> The use of this software is governed by a License Agreement.
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> See http://www.ncl.ucar.edu/ for more details.
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Variable: innames
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Type: string
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Total Size: 124 bytes
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> 31 values
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Number of Dimensions: 1
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> Dimensions and sizes: [31]
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>
>> Coor
>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (0) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871001.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (1) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871002.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (2) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871003.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (3) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871004.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (4) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871005.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (5) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871006.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (6) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871007.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (7) /Projects/Air_Sea/jscott/noaa.highr es/SeaWi ockquote>
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (8) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871009.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (9) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871010.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (10) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871011.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (11) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871012.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (12) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871013.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (13) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871014.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (14) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871015.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (15) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv1987101
>>>> 6.nc
>>>> type="cite">(16)
>>>> /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871017.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (17) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871018.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (18) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871019.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (19) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871020.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (20) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871021.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (21) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871022.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (22) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871023.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> (23) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871024.nc
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (25) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871026.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (26) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871027.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (27) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871028.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (28) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871029.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (29) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871030.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (30) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871031.nc
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (0)
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> (0) Sea Surface Wind: x-component: min=-46.5873 max=37.9598*(0)
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(0) Sea Surface Wind: y-component: min=-44.5245 max=37.7156
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(0) 1987 9-------------------------
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(0)
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(0) wind speed: min=0 max=29.6
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(0) Month: 9 Year:1987
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *Variable: innames
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *Type: string
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *Total Size: 120 bytes
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> * 30 values
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *Number of Dimensions: 1
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *Dimensions and sizes: [3 0]
>>> Coordinates:
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(0) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871101.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(1) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871102.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(2) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871103.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(3) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871104.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(4) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871105.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(5) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871106.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(6) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871107.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(7) &n bsp;/Pro .highres/SeaWinds/uv19871108.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(8) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871109.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(9) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871110.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(10) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871111.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(11) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871112.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(12) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871113.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(13) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871114.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(14) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871115.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(15) /Projects/Air_Sea /jscott/no aa.highres/SeaWinds/uv
>>> 9871116.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(16) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871117.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(17) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871118.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(18) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871119.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(19) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871120.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(20) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871121.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(21) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871122.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(22) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871123.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(23) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/u
>>> v1987112 ckquote type="cite">(24)
>>> /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871125.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(25) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871126.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(26) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871127.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(27) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871128.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(28) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871129.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *(29) /Projects/Air_Sea/jscott/noaa.highres/SeaWinds/uv19871130.nc
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *add_connect: too many connects, cannot add another
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *ncinquire: ncid -1: NetCDF: Not a valid ID
>>> *
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> *add_connect: too many connects, cannot add another*ncinquire:
>>> ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **add_connect: too many connects, cannot add another
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **add_connect: too many connects, cannot add another
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **add_connect: too many connects, cannot add another
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **add_connect: too many connects, cannot add another
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **add_connect: too many connects, cannot add another
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>> **add_connect: too many connects, cannot te>**
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connec t: too m another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>
>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>> **
>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> dd_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **add_connect: too many connects, cannot add another
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **ncinquire: ncid -1: NetCDF: Not a valid ID
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **fatal:No valid instance of variable u found in file list
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **fatal:Execute: Error occ urred at
>>>> /home/jscott/ncl/WBC/hires.winds.4xd2.mon.mean.ncl
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **[mac23:/Projects/Air_Sea/jscott] jscott%
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **On May 15, 2009, at 10:57 AM, Jamie Scott wrote:
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>> **
>>>> **
>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>> **I've been testing ncl version 5.1.0 on Mac 0SX 10.5.6 (Darwin
>>>>> Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008;
>>>>> root:xnu-1228.9.59~1/RELEASE_PPC)
>>>>> **
>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>> **and discovered a problem reading multple netcdf files. This
>>>>> code works fine on the same machine in ncl v 5.0.1.
>>>>> **
>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>> **
>>>>> **
>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>> **Here is a portion the output from v 5.1.0 (the rest is
>>>>> attached in a file called '5.1.0.err.msg'. (very lon g!))
>>>>> :****
>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>>> ***
>>>>>>> ***
>>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***------------------------------------------------------------------------
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***_______________________________________________
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***ncl-talk mailing list
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***List instructions, subscriber options, unsubscribe:
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>>> ***
>>>>>> ***
>>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>>>> ***
>>>>>
>>>>> --
>>>>> ======================================================
>>>>> Dennis J. Shea tel: 303-497-1361 |
>>>>> P.O. Box 3000 ; & 333 |
>>>>> Climate Analysis Section |
>>>>> Climate & Global Dynamics Div. |
>>>>> National Center for Atmospheric Research |
>>>>> Boulder, CO 80307 |
>>>>> USA email: shea 'at' ucar.edu |
>>>>> ======================================================
>>>>>
>>>>> ***
>>>>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>>
>> ***< /blockqu y>***
>> <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>> ***
>> *** <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>
>> ------------------------------------------------------------------------
>> ***
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk*** <http://www.ncl.ucar.edu/Document/Functions/Built-in/setfileoption.shtml>

-- 
--------------------------------------------------------------
Adam Phillips			             asphilli_at_ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
ESSL/CGD/CAS                               fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000	  http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon May 18 2009 - 10:06:04 MDT

This archive was generated by hypermail 2.2.0 : Tue May 19 2009 - 09:17:29 MDT