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_array, iy_cloudbox_agenda and particle_masses to be empty and use_mean_scat_data to -999.
Authors: Patrick Eriksson
Synopsis
cloudboxOff( | cloudbox_on, cloudbox_limits, iy_cloudbox_agenda, pnd_field, scat_data_array, particle_masses ) |
Variables
OUT | cloudbox_on | (Index) | Flag to activate the cloud box. |
OUT | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
OUT | iy_cloudbox_agenda | (Agenda) | See agendas.cc. |
OUT | pnd_field | (Tensor4) | Particle number density field. |
OUT | scat_data_array | (ArrayOfSingleScatteringData) | Raw data of single scattering data. |
OUT | particle_masses | (Matrix) | The mass of individual particles (or bulks). |