Previous: Vertical Dimension Functions in LibCF Next: Geographic Subsetting in LibCF Table of contents Frames 2010 Unidata NetCDF Workshop > libcf: A New Library for CF Conventions Support

24.7 Time Functions in LibCF
LibCF includes some functions to help deal with the time dimension.

 

   /* Define a time coordinate variable and dimension. */
   int nccf_def_time(int ncid, const char *name, size_t len, nc_type xtype, 
		     const char *units, const char *standard_name, 
		     int *time_dimidp, int *time_varidp);

   /* Inquire about a time dimension and coordinate variable. */
   int nccf_inq_time(int ncid, char *name, size_t *lenp, nc_type *xtypep, 
		     int *time_dimidp, int *time_varidp);


 


Previous: Vertical Dimension Functions in LibCF Next: Geographic Subsetting in LibCF Table of contents Frames 2010 Unidata NetCDF Workshop > libcf: A New Library for CF Conventions Support