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
Variables
OUT | cloudbox_on | (Index) | Flag to activate the cloud box. |
OUT | ppath_inside_cloudbox_do | (Index) | Flag to perform ray tracing inside the cloudbox. |
OUT | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
OUT | iy_cloudbox_agenda | (Agenda) | Agenda deriving the intensity at boundary or interior of the cloudbox. |
OUT | pnd_field | (Tensor4) | Particle number density field. |
OUT | dpnd_field_dx | (ArrayOfTensor4) | Partial derivatives of pnd_field. |
OUT | scat_species | (ArrayOfString) | Array of Strings defining the scattering species to consider. |
OUT | scat_data | (ArrayOfArrayOfSingleScatteringData) | Array of single scattering data. |
OUT | scat_data_raw | (ArrayOfArrayOfSingleScatteringData) | Array of raw single scattering data. |
OUT | scat_data_checked | (Index) | OK-flag for scat_data. |
OUT | particle_masses | (Matrix) | The mass of individual particles (or bulks). |
IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |