ocssw
V2022
|
createNCDF.c File Reference
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <nc4utils.h>
#include <netcdf.h>
#include <stdio.h>
#include <math.h>
Include dependency graph for createNCDF.c:
Go to the source code of this file.
Functions | |
int | createNCDF (int ncid, const char *sname, const char *lname, const char *standard_name, const char *units, void *fill_value, const char *flag_values, const char *flag_meanings, double low, double high, int nt, int rank, int *dimids, size_t *chunksize) |
Function Documentation
◆ createNCDF()
int createNCDF | ( | int | ncid, |
const char * | sname, | ||
const char * | lname, | ||
const char * | standard_name, | ||
const char * | units, | ||
void * | fill_value, | ||
const char * | flag_values, | ||
const char * | flag_meanings, | ||
double | low, | ||
double | high, | ||
int | nt, | ||
int | rank, | ||
int * | dimids, | ||
size_t * | chunksize | ||
) |
Definition at line 17 of file createNCDF.c.