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
specify type of calendar-type time axis:
nil (=> auto slection) false (=> do not use the time axis even if the units of the axis is a time one with since field) "h" (=> like nil, but always use the hour-resolving datetime_ax method in dclext_datetime_ax.rb) "ymd" (=> like "h" but for y-m-d type using DCL.uc[xy]acl)
set tone subroutine:
a (=> tone routine is selected automatically depending on the datasize) e (=> DCL.uetone is used) f (=> DCL.uetonf is used) b (=> DCL.uetonb is used) c (=> DCL.uetonc is used)
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 % gpview --time_ax false data.nc@temp,lon=0,lat=0
Example to set DCL internal variable,
% gpview -ud:lmsg=false --itr 5 --exch 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) 2011/11/04 S Takehiro (option --time_ax implemented) 2011/11/20 S Takehiro (option --eddy implemented) 2012/02/19 S Takehiro (description for gturl format updated) 2013/01/29 T Tanigawa && S Takehiro (calculation of aspect ratio of viewport improved) 2013/01/29 S Nishizawa && S Takehiro (sequential operation implemented) 2014/02/21 Y Naito && S Takehiro (implement DCL internal variable setting, add option --udsfmt) 2014/02/21 S Noda && S Takehiro (add option --stddev) 2014/02/23 S Takehiro (option --tonf is changed to --tone) 2014/03/05 S Takehiro (add option --map_radius) 2014/03/10 Y Kawai && S Takehiro (setting labels for contours) 2014/04/06 S Takehiro (option --map_radius bug fix) 2014/06/27 S Nishizawa && S Takehiro (add options --xcoord, --ycoord) 2014/11/28 H Kashimura && S Takehiro (add option --diff, --tone bug fix) 2014/11/28 Y O Takahashi && S Takehiro (add option --overplot_color, --Opc)