gpprint

A command to print the values of a variable specified by a gtool4-type URL.

Outputs are comma-separated ascii texts with line feeding to avoid long lines and are made to stdout.

USAGE

% gpprint url

where the format of the url is

path@varname[,dimname=pos1[:pos2[:thinning_intv]][,dimname=...]]

EXAMPLES

% gpprint data.nc@temp
% gpprint data.nc@temp,lon=135.0
% gpprint data.nc@temp,lon=130:150,lat=0
% gpprint data.nc@temp,lon=130:150,lat=0:90:2

HISTORY

2004/12/14  T Horinouchi, created
2005/01/12  T Horinouchi, document -> in rd