Detrend - Remove the Trend of Time-dependent Data

Description

The detrend Baustein removes the trend in a time-dependent data set.

Command Line Syntax

detrend [-h|--help] [--incr=<n>] [-O|--overwrite] [-v|--version] <input-file:var> <output-file>
 
<input-file:var> The name of the NetCDF input file and the name of the variable in this file.
<output-file> The name of the output file.

 
Long Option Short Option Description
--help -h Print a brief description of the tool and its options.
--incr=<n> The number of records per cycle.
--overwrite -O Overwrite the output file if it exists.
--version -v Show the version information of this tool.

Examples

...