gwgen paramΒΆ

Parameterize the experiment

usage: gwgen param [-h] [-complete] [-s str or list of str] [-ido str]
                   [-f str] [-to-db] [-to-csv] [-db str]
                   [-nr [task1,task2,...]]
                   {hourly_cloud,daily_cloud,day,month,yearly_cmonth,monthly_cloud,cmonthly_wind,yearly_cmonthly_wind,cday,temp,cdaily_cloud,cmonth,markov,cmonthly_cloud,cloud,yearly_cdaily_cloud,corr,yearly_cmonthly_cloud,yearly_cday,prcp,wind}
                   ...
Optional Arguments
-complete=False
 If True, setup and run all possible tasks
-s, --stations either a list of stations to use or a filename containing a 1-row table with stations
-ido, --other_id
 Use the configuration from another experiment
-f, --from Determine where to get the data from. If `scratch`, the data will be calculated from the raw data. If `file`, the data will be loaded from a file, if `db`, the data will be loaded from a postgres database (Note that the `database` argument must be provided!).
-to-db Save the data into a postgresql database (Note that the `database` argument must be provided!)
-to-csv Save the data into a csv file
-db, --database
 The name of a postgres data base to write the data to
-nr=False, --norun=False
 If set without value or “all” or a number different from 0, the data is set up and the configuration of the experiment is not affected. Otherwise it can be a comma separated list of parameterization tasks for which to only setup the data
Sub-commands:
hourly_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param hourly_cloud [-h] [-ido str] [-at {ghcn,eecra,files}]
                                [-f { 'scratch' | 'file' | 'db' | None }]
                                [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers files Arguments are paths to raw EECRA files Default: ghcn

Possible choices: ghcn, eecra, files

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
daily_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param daily_cloud [-h] [-ido str] [-at {ghcn,eecra,files}]
                               [-f { 'scratch' | 'file' | 'db' | None }]
                               [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers files Arguments are paths to raw EECRA files Default: ghcn

Possible choices: ghcn, eecra, files

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
day

The default configuration for :class:`DailyGHCNData` instances. See also the :attr:`DailyGHCNData.default_config` attribute

usage: gwgen param day [-h] [-ido str] [-d { 'single' | 'all' | None }]
                       [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                       [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-d, --download

What to do if a stations file is missing. The default is ``None`` which raises an Error. Otherwise, if ``’single’``, download the missing file from ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/all/{}. If ``’all’`` the entire tarball is downloaded from ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd_all.tar.gz

Possible choices: single, all

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
month

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param month [-h] [-ido str]
                         [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                         [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
yearly_cmonth

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param yearly_cmonth [-h] [-ido str]
                                 [-f { 'scratch' | 'file' | 'db' | None }]
                                 [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
monthly_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param monthly_cloud [-h] [-ido str] [-at {ghcn,eecra,files}]
                                 [-f { 'scratch' | 'file' | 'db' | None }]
                                 [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers files Arguments are paths to raw EECRA files Default: ghcn

Possible choices: ghcn, eecra, files

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
cmonthly_wind

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param cmonthly_wind [-h] [-ido str] [-at {ghcn,eecra,files}]
                                 [-f { 'scratch' | 'file' | 'db' | None }]
                                 [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers files Arguments are paths to raw EECRA files Default: ghcn

Possible choices: ghcn, eecra, files

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
yearly_cmonthly_wind

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param yearly_cmonthly_wind [-h] [-ido str] [-at {ghcn,eecra}]
                                        [-f { 'scratch' | 'file' | 'db' | None }]
                                        [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers Default: ghcn

Possible choices: ghcn, eecra

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
cday

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param cday [-h] [-ido str]
                        [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                        [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
temp

The default configuration for :class:`TemperatureParameterizer` instances. See also the :attr:`PrcpDistParams.default_config` attribute

usage: gwgen param temp [-h] [-ido str] [-cutoff int]
                        [-tmin-range1 floats with length 2 floats with length 2]
                        [-tmin-range2 floats with length 2 floats with length 2]
                        [-tmax-range1 floats with length 2 floats with length 2]
                        [-tmax-range2 floats with length 2 floats with length 2]
                        [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                        [-to-db] [-rm] [-sf] [-o str] [-onc str] [-op str]
                        [-np] [-p str]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
-cutoff=10 The minimum number of values that is required for fitting the standard deviation. Default: 10
-tmin-range1=[-50, -40]
 The ranges ``[vmin, vmax]`` to use for the extrapolation of minimum temperatures standard deviation below 0. The fit will be used for all points below the given ``vmax``. Default: [-50, -40]
-tmin-range2=[25, 30]
 The ranges ``[vmin, vmax]`` to use for the extrapolation of minimum temperatures standard deviation above 0. The fit will be used for all points above the given ``vmin``. Default: [25, 30]
-tmax-range1=[-40, -30]
 The ranges ``[vmin, vmax]`` to use for the extrapolation of maximum temperatures standard deviation below 0. The fit will be used for all points below the given ``vmax``. Default: [-40, -30]
-tmax-range2=[35, 45]
 The ranges ``[vmin, vmax]`` to use for the extrapolation of maximum temperatures standard deviation above 0. The fit will be used for all points above the given ``vmin``. Default: [35, 45]
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
Run arguments
-o, --plot-output
 An alternative path to use for the PDF file of the plot
-onc, --nc-output
 An alternative path (or multiples depending on the task) to use for the netCDF file of the plot data
-op, --project-output
 An alternative path to use for the psyplot project file of the plot
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-p, --project The path to a psyplot project file to use for this parameterization
cdaily_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param cdaily_cloud [-h] [-ido str] [-at {ghcn,eecra,files}]
                                [-f { 'scratch' | 'file' | 'db' | None }]
                                [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers files Arguments are paths to raw EECRA files Default: ghcn

Possible choices: ghcn, eecra, files

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
cmonth

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param cmonth [-h] [-ido str]
                          [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                          [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
markov

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param markov [-h] [-ido str]
                          [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                          [-to-db] [-rm] [-sf] [-o str] [-onc str] [-op str]
                          [-np] [-p str]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
Run arguments
-o, --plot-output
 An alternative path to use for the PDF file of the plot
-onc, --nc-output
 An alternative path (or multiples depending on the task) to use for the netCDF file of the plot data
-op, --project-output
 An alternative path to use for the psyplot project file of the plot
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-p, --project The path to a psyplot project file to use for this parameterization
cmonthly_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param cmonthly_cloud [-h] [-ido str] [-at {ghcn,eecra,files}]
                                  [-f { 'scratch' | 'file' | 'db' | None }]
                                  [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers files Arguments are paths to raw EECRA files Default: ghcn

Possible choices: ghcn, eecra, files

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param cloud [-h] [-ido str] [-at {ghcn,eecra}]
                         [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                         [-to-db] [-rm] [-sf] [-o str] [-onc str] [-op str]
                         [-np] [-p str]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers Default: ghcn

Possible choices: ghcn, eecra

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
Run arguments
-o, --plot-output
 An alternative path to use for the PDF file of the plot
-onc, --nc-output
 An alternative path (or multiples depending on the task) to use for the netCDF file of the plot data
-op, --project-output
 An alternative path to use for the psyplot project file of the plot
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-p, --project The path to a psyplot project file to use for this parameterization
yearly_cdaily_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param yearly_cdaily_cloud [-h] [-ido str] [-at {ghcn,eecra}]
                                       [-f { 'scratch' | 'file' | 'db' | None }]
                                       [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers Default: ghcn

Possible choices: ghcn, eecra

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
corr

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param corr [-h] [-ido str]
                        [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                        [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
yearly_cmonthly_cloud

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param yearly_cmonthly_cloud [-h] [-ido str] [-at {ghcn,eecra}]
                                         [-f { 'scratch' | 'file' | 'db' | None }]
                                         [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers Default: ghcn

Possible choices: ghcn, eecra

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
yearly_cday

The default configuration for TaskBase instances. See also the :attr:`TaskBase.default_config` attribute

usage: gwgen param yearly_cday [-h] [-ido str]
                               [-f { 'scratch' | 'file' | 'db' | None }]
                               [-to-csv] [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
prcp

The default configuration for :class:`PrcpDistParams` instances. See also the :attr:`PrcpDistParams.default_config` attribute

usage: gwgen param prcp [-h] [-ido str] [-t float] [-t2c float [float ...]]
                        [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                        [-to-db] [-rm] [-sf] [-o str] [-onc str] [-op str]
                        [-np] [-p str]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-t2c=[5, 7.5, 10, 12.5, 15, 17.5, 20], --threshs2compute=[5, 7.5, 10, 12.5, 15, 17.5, 20]
 The thresholds to compute during the setup of the data
-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
Run arguments
-t=5.0, --thresh=5.0
 The threshold to use for the configuration. Default: 5.0
-o, --plot-output
 An alternative path to use for the PDF file of the plot
-onc, --nc-output
 An alternative path (or multiples depending on the task) to use for the netCDF file of the plot data
-op, --project-output
 An alternative path to use for the psyplot project file of the plot
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-p, --project The path to a psyplot project file to use for this parameterization
wind

The default configuration for :class:`CloudParameterizerBase` instances. See also the :attr:`CloudParameterizerBase.default_config` attribute

usage: gwgen param wind [-h] [-ido str] [-at {ghcn,eecra}]
                        [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                        [-to-db] [-rm] [-sf] [-o str] [-onc str] [-op str]
                        [-np] [-p str]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-at=ghcn, --args-type=ghcn
 

The type of the stations. One of ghcn Stations are GHCN ids eecra Stations are EECRA station numbers Default: ghcn

Possible choices: ghcn, eecra

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile
Run arguments
-o, --plot-output
 An alternative path to use for the PDF file of the plot
-onc, --nc-output
 An alternative path (or multiples depending on the task) to use for the netCDF file of the plot data
-op, --project-output
 An alternative path to use for the psyplot project file of the plot
-np=False, --new-project=False
 If True, a new project will be created even if a file in `project_output` exists already
-p, --project The path to a psyplot project file to use for this parameterization