Description of textout

Writes out the data into a specified file in multi-column text format. The syntax is

  • textout colnumber filename expr
    where:
    • colnumber: number of columns. more than 1.
    • filename: name of text file
    • expr: any GrADS expression as like with "display (d)" command.

Installation

  1. Download textout.gs and grd2txt.f. Save them into $GADDIR (e.g. /usr/local/grads/lib)
  2. make grd2txt

Source codes