netcdf-c/ncdump/nctime0.h

20 lines
676 B
C
Raw Normal View History

2011-09-19 05:04:53 +08:00
/*********************************************************************
* Copyright 2018, University Corporation for Atmospheric Research
2011-09-19 05:04:53 +08:00
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
* Russ Rew
2011-09-19 05:04:53 +08:00
*********************************************************************/
#ifndef _NCTIME0_H
#define _NCTIME0_H
2011-09-19 05:04:53 +08:00
#include "nctime.h"
extern void insert_bounds_info(int ncid, int varid, ncatt_t *attp);
extern int is_valid_time_unit(const char *units);
2011-09-19 05:04:53 +08:00
extern int is_bounds_att(ncatt_t *attp);
extern void get_timeinfo(int ncid, int varid, ncvar_t *vp);
extern void print_att_times(int ncid, int varid, const ncatt_t *att);
#endif /* _NCTIME0_H */