Bureaucrats, cc_docs_admin, cc_staff
337
edits
Line 150: | Line 150: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== NetCDF Utilities == | |||
There are several very helpful utilities that read/write file in different formats. Here are some of them: | |||
* ncdump | |||
It reads metcdf file in the format called CDL and can be used to show the content of the netcdf file. Usually, ncdump gives us the description of the file which can be fed into ncgen utility in order to create the data file. | |||
* ncgem | |||
*nccopy |