gwgen biasΒΆ

Perform a bias correction for the data

usage: gwgen bias [-h] [-k] [-q f1[,f21[-f22[-f23]]]] [-ne] [-np]
                  {wind,tmin} ...
Optional Arguments
-k=False, --keep=False
 If not True, the experiment configuration files are not modified. Otherwise the `quants` section is kept for the given quantiles
-q=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], --quantiles=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99]
 The quantiles to use for calculating the percentiles. A comma (``’,’``) separated string. A single value in this string represents one number, ranges can also be used via a separation by comma (``’-‘``). Hence, ``‘2009,2012-2015’`` will be converted to ``[2009,2012, 2013, 2014]`` and ``2009,2012-2015-2`` to ``[2009, 2012, 2015]``.
-ne=False, --no-evaluation=False
 If True, the existing evaluation in the configuration is used for the bias correction
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
Sub-commands:
wind

Perform a bias correction for the data

usage: gwgen bias wind [-h] [-np] [-po str]
Optional Arguments
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-po, --plot-output
 The name of the output file. If not specified, it defaults to `<exp_dir>/postproc/<vname>_bias_correction.pdf`
tmin

Perform a bias correction based on percentile and a polynomial fit

usage: gwgen bias tmin [-h] [-np] [-po str] [-deg int]
Optional Arguments
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-po, --plot-output
 The name of the output file. If not specified, it defaults to `<exp_dir>/postproc/<vname>_bias_correction.pdf`
-deg=3 The degree of the fittet polynomial