Sha256: b235ecbb09d35eee99afc51fd587b2e72c52193b2048ffdc1711edff7b32209f
Contents?: true
Size: 1.96 KB
Versions: 10
Compression:
Stored size: 1.96 KB
Contents
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>../bin/gpcat</title> </head> <body> <h1><a name="label-0" id="label-0">NAME</a></h1><!-- RDLabel: "NAME" --> <p>gpcat - Read a variable in multiple NetCDF files, concatenate and write them to a single netcdf file. </p> <h1><a name="label-1" id="label-1">DESCRIPTION</a></h1><!-- RDLabel: "DESCRIPTION" --> <p><em>gpcat</em> is command line tools for read a variable in multiple</p> <pre>NetCDF files, concatenate and write them to a single netcdf file.</pre> <h1><a name="label-2" id="label-2">USAGE</a></h1><!-- RDLabel: "USAGE" --> <pre>% gpcat -v VAR [options] FILE1 FILE2...</pre> <h1><a name="label-3" id="label-3">OPTIONS</a></h1><!-- RDLabel: "OPTIONS" --> <dl> <dt><h4><a name="label-4" id="label-4">-h, --help</a></h4></dt><!-- RDLabel: "-h, ­­help" --> <dd> print this message. </dd> <dt><h4><a name="label-5" id="label-5">-v var, --variable var</a></h4></dt><!-- RDLabel: "-v var, ­­variable var" --> <dd> variable name (required). </dd> <dt><h4><a name="label-6" id="label-6">-s sfmt, --slice sfmt</a></h4></dt><!-- RDLabel: "-s sfmt, ­­slice sfmt" --> <dd> slice,thinnng (optional). </dd> <dt><h4><a name="label-7" id="label-7">-o file, --output file</a></h4></dt><!-- RDLabel: "-o file, ­­output file" --> <dd> output filename (optional). Default output filename is 'gphys.nc'. </dd> </dl> <h1><a name="label-8" id="label-8">HISTORY</a></h1><!-- RDLabel: "HISTORY" --> <pre>2005/05/17 S Takehiro (created) 2005/08/10 S Takehiro (utilize internal function for printing help message) 2005/08/21 S Takehiro (global attributes copied to the output file) 2005/08/23 S Takehiro (common methods to gp* command moved to gpcommon.rb) 2010/03/10 Y SASAKI (change help block into RD format) 2014/03/10 S Takehiro (big fix for ruby 1.9)</pre> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems