ARTS built-in documentation server
Workspace Method cloudbox_fieldUpdateSeq1DPP
Description
RT calculation in cloudbox with fixed scattering integral. Update radiation field (cloudbox_field) in DOIT module. This method loops through the cloudbox to update the radiation field for all positions and directions in the 1D cloudbox. The method applies the sequential update and the plane parallel approximation. This method is only slightly faster than cloudbox_fieldUpdateSeq1D and it is less accurate. It can not be used for limb simulations.
Authors: Sreerekha T.R.
Synopsis
cloudbox_fieldUpdateSeq1DPP( | cloudbox_field_mono, za_index, doit_scat_field, cloudbox_limits, propmat_clearsky_agenda, vmr_field, spt_calc_agenda, za_grid, pnd_field, p_grid, z_field, t_field, f_grid, f_index ) |
Variables
OUT+IN | cloudbox_field_mono | (Tensor6) | Monochromatic radiation field inside the cloudbox. |
OUT | za_index | (Index) | Zenith angle index for scattering calculations. |
IN | doit_scat_field | (Tensor6) | Scattered field inside the cloudbox. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | propmat_clearsky_agenda | (Agenda) | Agenda calculating the absorption coefficient matrices. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | spt_calc_agenda | (Agenda) | Agenda calculating single scattering properties from the amplitude matrix. |
IN | za_grid | (Vector) | Zenith angle grid. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | p_grid | (Vector) | The pressure grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | f_index | (Index) | Frequency index. |