#include "opt.h"
#include <netcdf.h>
#include <math.h>
#include <stdint.h>
#include "nccmp_user_type.h"
Go to the source code of this file.
|
| int | openfiles (nccmpopts *opts, int *ncid1, int *ncid2) |
| |
| int | nccmp (nccmpopts *opts) |
| |
| int | nccmpmetadata (nccmpopts *opts, int ncid1, int ncid2) |
| |
| int | nccmpdata (nccmpopts *opts, int ncid1, int ncid2) |
| |
| void | getvarinfo (int ncid, varstruct *vars, int *nvars, int debug, int *ntypes, nccmp_user_type_t *user_types) |
| |
| void | type2string (nc_type type, char *str) |
| |
| int | excludevars (int ncid1, int ncid2, char **finallist, int nfinal, char **excludelist, int nexclude) |
| |
| int | allvarnames (char **list, int nvars, int ncid1, int ncid2) |
| |
| int | cmpattval (int nc1, int nc2, int varid1, int varid2, char *name, int len, nc_type type) |
| |
| int | findvar (char *name, varstruct *vars) |
| |
◆ allvarnames()
| int allvarnames |
( |
char ** |
list, |
|
|
int |
nvars, |
|
|
int |
ncid1, |
|
|
int |
ncid2 |
|
) |
| |
◆ cmpattval()
| int cmpattval |
( |
int |
nc1, |
|
|
int |
nc2, |
|
|
int |
varid1, |
|
|
int |
varid2, |
|
|
char * |
name, |
|
|
int |
len, |
|
|
nc_type |
type |
|
) |
| |
◆ excludevars()
| int excludevars |
( |
int |
ncid1, |
|
|
int |
ncid2, |
|
|
char ** |
finallist, |
|
|
int |
nfinal, |
|
|
char ** |
excludelist, |
|
|
int |
nexclude |
|
) |
| |
◆ findvar()
| int findvar |
( |
char * |
name, |
|
|
varstruct * |
vars |
|
) |
| |
◆ getvarinfo()
| void getvarinfo |
( |
int |
ncid, |
|
|
varstruct * |
vars, |
|
|
int * |
nvars, |
|
|
int |
debug, |
|
|
int * |
ntypes, |
|
|
nccmp_user_type_t * |
user_types |
|
) |
| |
◆ nccmp()
| int nccmp |
( |
nccmpopts * |
opts | ) |
|
◆ nccmpdata()
| int nccmpdata |
( |
nccmpopts * |
opts, |
|
|
int |
ncid1, |
|
|
int |
ncid2 |
|
) |
| |
◆ nccmpmetadata()
| int nccmpmetadata |
( |
nccmpopts * |
opts, |
|
|
int |
ncid1, |
|
|
int |
ncid2 |
|
) |
| |
◆ openfiles()
| int openfiles |
( |
nccmpopts * |
opts, |
|
|
int * |
ncid1, |
|
|
int * |
ncid2 |
|
) |
| |
◆ type2string()
| void type2string |
( |
nc_type |
type, |
|
|
char * |
str |
|
) |
| |