ARTS built-in documentation server

Workspace Method ParticleType2abs_speciesAdd

Description

Appends an instance of species 'particles' to abs_species including
reading single scattering data and corresponding pnd field.

The methods reads the specified single scattering and pnd_field
data and appends the obtained data to scat_data_array and
vmr_field_raw. It also appends one instance of species 'particles'
to abs_species.

Authors: Jana Mendrok

Synopsis

ParticleType2abs_speciesAdd( scat_data_array, vmr_field_raw, abs_species, propmat_clearsky_agenda_checked, abs_xsec_agenda_checked, atmosphere_dim, f_grid, filename_scat_data, filename_pnd_field )

Variables

OUTscat_data_array(ArrayOfSingleScatteringData)Raw data of single scattering data.
OUT+INvmr_field_raw(ArrayOfGriddedField3)VMR data for the chosen gaseous species.
OUT+INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for scalar gas absorption.
OUT+INpropmat_clearsky_agenda_checked(Index)OK-flag for propmat_clearsky_agenda.
OUT+INabs_xsec_agenda_checked(Index)OK-flag for abs_xsec_agenda.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
GINfilename_scat_data(String)Name of single scattering data file.
GINfilename_pnd_field(String)Name of the corresponding pnd_field file.