ARTS built-in documentation server

Workspace Method cloudboxOff

Description

Deactivates the cloud box.

Use this method if no scattering calculations shall be performed.

The function sets cloudbox_on to 0, cloudbox_limits,
pnd_field, scat_data, scat_data_raw, iy_cloudbox_agenda
and particle_masses to be empty and sizes dpnd_field_dx to be
consitent with jacobian_quantities.

Authors: Patrick Eriksson

Synopsis

cloudboxOff( cloudbox_on, ppath_inside_cloudbox_do, cloudbox_limits, iy_cloudbox_agenda, pnd_field, dpnd_field_dx, scat_species, scat_data, scat_data_raw, scat_data_checked, particle_masses, jacobian_quantities )

Variables

OUTcloudbox_on(Index)Flag to activate the cloud box.
OUTppath_inside_cloudbox_do(Index)Flag to perform ray tracing inside the cloudbox.
OUTcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
OUTiy_cloudbox_agenda(Agenda)Agenda deriving the intensity at boundary or interior of the cloudbox.
OUTpnd_field(Tensor4)Particle number density field.
OUTdpnd_field_dx(ArrayOfTensor4)Partial derivatives of pnd_field.
OUTscat_species(ArrayOfString)Array of Strings defining the scattering species to consider.
OUTscat_data(ArrayOfArrayOfSingleScatteringData)Array of single scattering data.
OUTscat_data_raw(ArrayOfArrayOfSingleScatteringData)Array of raw single scattering data.
OUTscat_data_checked(Index)OK-flag for scat_data.
OUTparticle_masses(Matrix)The mass of individual particles (or bulks).
INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.