Skip to contents

This module prints the first field of the input dataset to standard output. The output can be used to generate 2D Lon/Lat plots with GMT. The format of the output depends on the chosen operator.

Usage

cdo_gmtcells(ifile)

cdo_gmtxyz(ifile)

Arguments

ifile

String with the path to the input file.

Details

gmtxyz    GMT xyz format
          The operator exports the first field to the GMT xyz ASCII format.
          The output can be used to create contour plots with the GMT module pscontour.
gmtcells  GMT multiple segment format
          The operator exports the first field to the GMT multiple segment ASCII format.
          The output can be used to create shaded gridfill plots with the GMT module psxy.