This lesson is still being designed and assembled (Pre-Alpha version)

Tools for netCDF data analysis and visualization

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • Tools

Objectives
  • python, ncdump, cdo, nco, ncl, neview, panoply etc.

Python (programming language)

This is what will mostly be used during this course.

Learn to program with Python

Make your python codes more readable and more efficient

Customize your plots

Distribute your code

Ncdump (a netCDF simple browser)

ncdump can be used as a simple browser for netCDF data files, to display the dimension names and sizes; variable names, types, and shapes; attribute names and values; and optionally, the values of data for all variables or selected variables in a netCDF file.

CDO (Climate Data Operators)

NCO (netCDF Operators)

NCL (Ncar Command Language)

Ncview (a netCDF visual browser)

Panoply (a netCDF, HDF and GRIB Data Viewer)

Key Points

  • Some of the tools available to manipulate netCDF files