PIO  2.5.4
Functions
Learn About Binary Format

Learn about the binary format in C. More...

Functions

int PIOc_inq_format (int ncid, int *formatp)
 Learn the netCDF format of an open file. More...
 

Detailed Description

Learn about the binary format in C.

Function Documentation

◆ PIOc_inq_format()

int PIOc_inq_format ( int  ncid,
int *  formatp 
)

Learn the netCDF format of an open file.

Parameters
ncidthe ncid of an open file.
formatpa pointer that will get the format.
Returns
0 for success, error code otherwise.
Author
Jim Edwards, Ed Hartnett