# Created by Octave 3.4.2, Mon Sep 05 02:26:48 2011 EDT <mockbuild@devel1.s390.bos.redhat.com>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
netcdf


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 995
 -- Loadable Function: NC =  netcdf(FILENAME,MODE)
 -- Loadable Function: NC =  netcdf(FILENAME,MODE,FORMAT)
     open or create a netcdf file given by FILENAME. This function
     returns a netcdf file object. Possible values of MODE are:
        * "r", "nowrite": opens an existing file in read-only mode.

        * "w", "write": opens an existing file in read-write mode.

        * "c", "clobber": creates a new file and possibly overwrites
          existing data sets.

        * "nc", "noclobber": creates a new file but an existing data
          sets in the netcdf file cannot be overwritten.
     When a new file is created, the FORMAT can be specified:
        * "classic": The default format subjected to the limitation
          described in
          http://www.unidata.ucar.edu/software/netcdf/docs/netcdf/NetCDF-Classic-Format-Limitations.html

        * "64bit-offset": For large file and data sets. This format was
          introduced in NetCDF 3.6.0.

   See also: ncclose




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 47
open or create a netcdf file given by FILENAME.





