NetCDF  4.4.1
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
dvar.c File Reference

Functions for defining and inquiring about variables. More...

#include "ncdispatch.h"
#include "netcdf_f.h"

Go to the source code of this file.

Functions

size_t NC_atomictypelen (nc_type xtype)
 
char * NC_atomictypename (nc_type xtype)
 
int nc_def_var_chunking (int ncid, int varid, int storage, const size_t *chunksizesp)
 
int nc_def_var_deflate (int ncid, int varid, int shuffle, int deflate, int deflate_level)
 
int nc_def_var_endian (int ncid, int varid, int endian)
 
int nc_def_var_fill (int ncid, int varid, int no_fill, const void *fill_value)
 
int nc_def_var_fletcher32 (int ncid, int varid, int fletcher32)
 
int nc_free_string (size_t len, char **data)
 Free string space allocated by the library. More...
 
int nc_get_var_chunk_cache (int ncid, int varid, size_t *sizep, size_t *nelemsp, float *preemptionp)
 
int NC_getshape (int ncid, int varid, int ndims, size_t *shape)
 
int NC_inq_recvar (int ncid, int varid, int *nrecdimsp, int *is_recdim)
 
int NC_is_recvar (int ncid, int varid, size_t *nrecs)
 
int nc_set_var_chunk_cache (int ncid, int varid, size_t size, size_t nelems, float preemption)
 
int nctypelen (nc_type type)
 
Defining Variables

Use these functions to define variables.

int nc_def_var (int ncid, const char *name, nc_type xtype, int ndims, const int *dimidsp, int *varidp)
 Define a new variable. More...
 
Rename a Variable

Rename a variable.

int nc_rename_var (int ncid, int varid, const char *name)
 Rename a variable. More...
 

Detailed Description

Functions for defining and inquiring about variables.

Copyright 2010 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for more info.

Definition in file dvar.c.


Return to the Main Unidata NetCDF page.
Generated on Thu Aug 4 2016 17:55:22 for NetCDF. NetCDF is a Unidata library.