ARTS built-in documentation server
Workspace Method cloudbox_fieldUpdateSeq3D
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 3D cloudbox. The method applies the sequential update. For more information please refer to AUG. Surface reflections are not yet implemented in 3D scattering calculations.
Authors: Claudia Emde
Synopsis
cloudbox_fieldUpdateSeq3D( | cloudbox_field_mono, doit_scat_field, cloudbox_limits, propmat_clearsky_agenda, vmr_field, spt_calc_agenda, za_grid, aa_grid, pnd_field, ppath_step_agenda, ppath_lmax, ppath_lraytrace, p_grid, lat_grid, lon_grid, z_field, refellipsoid, t_field, f_grid, f_index, doit_za_interp ) |
Variables
OUT+IN | cloudbox_field_mono | (Tensor6) | Monochromatic radiation field inside the cloudbox. |
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 | aa_grid | (Vector) | Azimuthal angle grid. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | ppath_step_agenda | (Agenda) | Agenda calculating a propagation path step. |
IN | ppath_lmax | (Numeric) | Maximum length between points describing propagation paths. |
IN | ppath_lraytrace | (Numeric) | Maximum length of ray tracing steps when determining propagation paths. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
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. |
IN | doit_za_interp | (Index) | Flag for interplation method in zenith angle dimension. |