![]() |
NetCDF
4.4.0-rc2
|
Functions for defining and inquiring about variables. More...
#include "ncdispatch.h"
#include "netcdf_f.h"
Go to the source code of this file.
Functions | |
int | NC_is_recvar (int ncid, int varid, size_t *nrecs) |
int | NC_inq_recvar (int ncid, int varid, int *nrecdims, int *is_recdim) |
int | nctypelen (nc_type type) |
size_t | NC_atomictypelen (nc_type xtype) |
char * | NC_atomictypename (nc_type xtype) |
int | NC_getshape (int ncid, int varid, int ndims, size_t *shape) |
int | nc_set_var_chunk_cache (int ncid, int varid, size_t size, size_t nelems, float preemption) |
int | nc_get_var_chunk_cache (int ncid, int varid, size_t *sizep, size_t *nelemsp, float *preemptionp) |
int | nc_free_string (size_t len, char **data) |
Free string space allocated by the library. More... | |
int | nc_def_var_deflate (int ncid, int varid, int shuffle, int deflate, int deflate_level) |
int | nc_def_var_fletcher32 (int ncid, int varid, int fletcher32) |
int | nc_def_var_chunking (int ncid, int varid, int storage, const size_t *chunksizesp) |
int | nc_def_var_fill (int ncid, int varid, int no_fill, const void *fill_value) |
int | nc_def_var_endian (int ncid, int varid, int endian) |
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... | |
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.