gpview - quick viewer for the values of a variable specified by a gtool4-type URL.
The first command form is
% gpview [options] gturl1 gturl2 gturl3 ...
where the format of the gturl is
path@varname[,dimname=pos1[:pos2[:thinning_intv]][,dimname=...]]
The second commnad form is
% gpview --var url [options] gtfile1 gtfile2 ...
where the format of the url is
varname[,dimname=pos1[:pos2[:thinning_intv]][,dimname=...]]
if you want to know more description, please read
http://ruby.gfd-dennou.org/products/gphys/doc/gpview.html
For a single GPhys variable,
% gpview data.nc@temp % gpview data.nc@temp,lon=130:150,lat=0:90:2 % gpview --nocont data.nc@temp,lon=130:150,lat=0 % gpview --noshade data.nc@temp,lon=130:150,lat=0 % gpview --mean lon data.nc@temp,lon=130:150,lat=0 % gpview --exch data.nc@temp,lon=130:150,lat=0 % gpview --animate lon data.nc@temp,lon=130:150 % gpview --animate lon --alternate data.nc@temp % gpview --smooth lon data.nc@temp,lon=130:150 % gpview --levels 0,10,20,30 --pattern 30999,40999,50999,60999,70999 data.nc@temp % gpview --overplot=3 --anim t data.nc@temp,lon=0 % gpview --mark data.nc@temp,lon=0,lat=0 % gpview --operation log10 data.nc@temp,lon=0
For multiple GPhys variables,
% gpview data1.nc@temp data2.nc@temp % gpview data1.nc@temp,lon=130:150 data2.nc@temp,lon=150:170 % gpview --overplot=3 --anim t data.nc@temp,lon=0 data.nc@temp,lon=10 % gpview --var temp,lon=130:150 data?.nc % gpview --anim t --var temp,lon=130:150 data*.nc
2004/12/14 D Tsukahara && T Horinouti(parse_gturl) 2005/01/08 D Tsukahara (add option --exch and able to invalid value) 2005/01/09 D Tsukahara (add option --animate, smooth, alternate, index ) 2005/01/10 D Tsukahara (transpose axis with attr "positive:down" , abailable loopsense_flag. ) 2005/01/10 D Tsukahara (implement GGraph::color_bar, and margin_info, which file name, date, and toolname. ) 2005/01/11 D Tsukahara ( 1. write document about OPTIONS. 2. add many options. more info please see document. ) 2005/01/23 S Takehiro (add option --similar, map_axis) 2005/02/09 D Tsukahara && M Nakano (add option --reverse, --Gr, --map) 2005/02/10 D Tsukahara (change option parser (getopts => getoptlong)) 2005/02/24 D Tsukahara (apply --range for line plot) 2005/06/15 S Takehiro (add option --levels, --clevels, --slevels, --patterns) 2005/06/17 S Takehiro (missing_value attribute setting removed) 2005/06/22 S Takehiro (debug, clipping control added to GGraph::annotate) 2005/06/23 S Takehiro (debug, option --title implemented) 2005/07/15 S Takehiro (option --noannotate implemented) 2005/08/07 S Takehiro (option --overplot implemented) 2005/08/09 S Takehiro && T Horinouchi (add option --help and help function. URL information corrected. ) 2005/08/23 S Takehiro (multiple Gphys variables plotting and option --var implemented) 2005/08/23 S Takehiro (common methods to gp* command moved to gpcommon.rb) 2005/10/30 S Takehiro (option --animate recoverd) 2005/10/31 S Takehiro (option --smooth bug fixed) 2006/03/07 M Nakano (option --int bug fixed) 2007/10/03 S Takehiro (option --nocolorbar implemented) 2008/04/03 S Takehiro (option --nozero implemented) 2008/12/14 S Takehiro (option --mark implemented) 2010/03/10 Y SASAKI (change help block into RD format) 2011/01/14 T Tanigawa && S Takehiro (option --operation implemented)