Next:
Attributes
, Previous:
User Defined Data Types
, Up:
Top
6 Variables
Variable Introduction
Variable Types
NetCDF-3 Variable Types
NetCDF-4 Atomic Types
nc_def_var
: Create a Variable
nc_def_var_chunking
: Set chunking parameters
nc_inq_var_chunking
: Learn about chunking parameters
nc_set_var_chunk_cache
nc_get_var_chunk_cache
nc_def_var_fill
nc_inq_var_fill
nc_def_var_deflate
: Set compression parameters
nc_inq_var_deflate
: Learn about compression parameters
nc_inq_var_szip
nc_def_var_fletcher32
: Set checksum filter
nc_inq_var_fletcher32
: Learn if checksum filter is set
nc_def_var_endian
nc_inq_var_endian
nc_inq_varid
: Get a Variable ID from Its Name
nc_inq_var
: Get Information about a Variable from Its ID
nc_put_var1_ type
: Write a Single Data Value
nc_put_var_ type
: Write an Entire Variable
nc_put_vara_ type
: Write an Array of Values
nc_put_vars_ type
: Write a Subsampled Array of Values
nc_put_varm_ type
: Write a Mapped Array of Values
nc_get_var1_ type
: Read a Single Data Value
nc_get_var_ type
: Read an Entire Variable
nc_get_vara_ type
: Read an Array of Values
nc_get_vars_ type
: Read a Subsampled Array of Values
nc_get_varm_ type
: Read a Mapped Array of Values
Strings
: Reading and Writing Character String Values
nc_free_string
Fill Values
: What's Written Where there's No Data?
nc_rename_var
: Rename a Variable
nc_copy_var
nc_var_par_access