The following pages give various methods to work with netcdf files. Although most things can be done using a single tool (e.g. python’s xarray), some tools can be considered more convenient than others for some operations.

  1. See what is in a netcdf file and quickly display its content
  2. Work on netcdf files using the NCO operators
  3. Work on netcdf files using the cdo operators
  4. Work on netcdf files using Python
  5. Work on netcdf files using Fortran
  6. Work on netcdf files using Matlab