|  | NetCDF 4.9.3
    | 
A more complex example of writing a netCDF file. More...
| Files | |
| file | filter_example.c | 
| Example program for write then read of a variable using bzip2 compression. | |
| file | pres_temp_4D_rd.c | 
| Example program for reading a 4D netCDF file. | |
A more complex example of writing a netCDF file.
This is an example program which writes some 4D pressure and temperatures. It is intended to illustrate the use of the netCDF C API. The companion program pres_temp_4D_rd.c shows how to read the netCDF data file created by this program.