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 library problems (fwd)

NOTE: The decoders mailing list is no longer active. The list archives are made available for historical reasons.

Robb,

>Date: Thu, 1 Jul 2004 14:50:47 -0600 (MDT)
>From: Robb Kambic <rkambic@xxxxxxxxxxxxxxxx>
>To: Steve Emmerson <steve@xxxxxxxxxxxxxxxx>
>Subject: Re: NetCDF library problems (fwd)

The above message contained the following:

> One other thing, what really confused me is that the following worked ok:
> 
> NetCDF::varget( $ncid, $depth_id, \( 0 ), \( 30 ), \@data ) ;
> 
> and this did not:
> 
> NetCDF::varget
> ( $ncid, $current_u_id, \( $i, 0, 0, 0 ), \( 1, 30, 1, 1 ), \@data ) ;
> 
> but this worked ok:
> 
> NetCDF::varget
> ( $ncid, $current_u_id, [ $i, 0, 0, 0 ], [ 1, 30, 1, 1 ], \@data ) ;

That would confuse me, too.

> the inconsistency caused problems.

I don't doubt it.  The problem appears to be perl(1)'s however.

Regards,
Steve Emmerson


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