NCL Scripts and Information

Contents

How to use NCL scripts.

  • To run a NCL script: Type ncl <  scriptname at the Unix prompt. Example: ncl < sfcwind.ncl.
  • Data indexing in NCL: All indexing starts with 0 (0 ... n -1) -- unlike GrADS, which indexes data sets from 1 (1 ... n). For example, if there are 5 seasons in a data file, NCL indexes them (0:4).

NCL Data Processing Scripts

NCL Functions

NCAR Graphics Documentation: Helpful Links