|
|
|||
|
||||
Create an instance of the NcFile class to create a netCDF file. Use its add_dim and add_var methods to add dimensions and variables. The add_att method is available for both NcFile and NcVar.
Use the NcError class to specify error handling behavior.
For an example creating a simple file see simple_xy_wr.cpp. For a more complex example see pres_temp_4D_wr.cpp.
| Class NcFile (The NetCDF C++ Interface Guide) | a C++ class to manipulate netCDF files
|
| Class NcDim (The NetCDF C++ Interface Guide) | a C++ class to manipulate netCDF dimensions
|
| Class NcVar (The NetCDF C++ Interface Guide) | a C++ class to manipulate netCDF variables
|
| Class NcAtt (The NetCDF C++ Interface Guide) | a C++ class to manipulate netCDF attributes
|
| Class NcError (The NetCDF C++ Interface Guide) | a C++ class to control netCDF error handling
|
| Contact Us Site Map Search Terms and Conditions Privacy Policy Participation Policy | ||||||
|
||||||