Go to the documentation of this file.
31 typedef unsigned int uint;
55 char name[NC_MAX_NAME];
58 size_t dimlens[NC_MAX_VAR_DIMS];
61 int dimids[NC_MAX_VAR_DIMS];
73 char name[NC_MAX_NAME];
83 int openfiles(nccmpopts* opts,
int *ncid1,
int *ncid2);
84 int nccmp(nccmpopts* opts);
86 int nccmpdata(nccmpopts* opts,
int ncid1,
int ncid2);
89 int excludevars(
int ncid1,
int ncid2,
char** finallist,
90 int nfinal,
char** excludelist,
int nexclude);
93 int cmpattval(
int nc1,
int nc2,
int varid1,
int varid2,
char*
name,
int len, nc_type
type);
96 int odometer(
size_t* odo,
size_t* limits,
int first,
int last);
nccmp_user_type_t * getvarinfo(int ncid, varstruct *vars, int *nvars, int debug)
char groupName[NC_MAX_NAME]
list(APPEND LIBS ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
int cmpattval(int nc1, int nc2, int varid1, int varid2, char *name, int len, nc_type type)
void type2string(nc_type type, char *str)
int compareGroup(nccmpopts *opts, int ncid1, int ncid2)
int excludevars(int ncid1, int ncid2, char **finallist, int nfinal, char **excludelist, int nexclude)
size_t dimlens[NC_MAX_VAR_DIMS]
void handle_error(int status)
int odometer(size_t *odo, size_t *limits, int first, int last)
nccmp_user_type_t * nccmp_load_group_usertype_array(int group_id, int *nuser_types)
int nccmp(nccmpopts *opts)
struct GROUP_NODE * childGroups
int nccmpmetadata(nccmpopts *opts, int ncid1, int ncid2)
int openfiles(nccmpopts *opts, int *ncid1, int *ncid2)
int dimids[NC_MAX_VAR_DIMS]
int nccmpdata(nccmpopts *opts, int ncid1, int ncid2)
int findvar(char *name, varstruct *vars)
int allvarnames(char **list, int nvars, int ncid1, int ncid2)