ARTS built-in documentation server
Workspace Method iy_auxFillParticleVariables
Description
Additional treatment some particle auxiliary variables.
This WSM is intended to complement main radiative transfer methods
that does not handle scattering, and thus can not provide auxiliary
data for particle properties. The following auxiliary variables
are covered:
"PND, type X": The particle number density for particle type X
(ie. corresponds to book X in pnd_field). Size: [1,1,1,np].
"Mass content, X": The particle content for mass category X.
This corresponds to column X in particle_masses (zero-
based indexing). Size: [1,1,1,np].
To complement iyEmissionStandard should be the main application.
As a preparatory step you need to set up all cloud variables in
standard manner. After this you need to set cloudbox_on to zero,
and in iy_main_agenda add these lines (after iyEmissionStandard):
FlagOn(cloudbox_on)
iy_auxFillParticleVariables
Authors: Patrick Eriksson
Synopsis
Variables