gwgen param tempΒΆ

The default configuration for TemperatureParameterizer instances. See also the 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