ARTS built-in documentation server
Workspace Method abs_cont_descriptionAppend
Description
Appends the description of a continuum model or a complete absorption
model to abs_cont_names and abs_cont_parameters.
See online documentation for abs_cont_names for a list of
allowed models and for information what parameters they require. See
file includes/continua.arts for default parameters for the various models.
Authors: Thomas Kuhn, Stefan Buehler
Synopsis
Variables
OUT+IN | abs_cont_names | (ArrayOfString) | Continuum / full model absorption tag names. |
OUT+IN | abs_cont_models | (ArrayOfString) | Continuum / full model absorption model description parameter. |
OUT+IN | abs_cont_parameters | (ArrayOfVector) | Continuum model parameters. |
GIN | tagname | (String) | The name (species tag) of a continuum model. Must match one
of the models implemented in ARTS.
|
GIN | model | (String) | A string selecting a particular continuum/full model under this
species tag.
|
GIN | userparam | (Vector, Default: []) | A Vector containing the required parameters for the selected model.
The meaning of the parameters and how many parameters are required
depends on the model.
|