ARTS built-in documentation server
Workspace Method CloudboxGetIncoming
Description
Calculates incoming radiation field of the cloudbox by repeated radiative transfer calculations. The method performs monochromatic pencil beam calculations for all grid positions on the cloudbox boundary, and all directions given by scattering angle grids (*scat_za/aa_grid*). Found radiances are stored in *scat_i_p/lat/lon* which can be used as boundary conditions when scattering inside the cloud box is solved by the DOIT method.
Authors: Sreerekha T.R., Claudia Emde
Synopsis
CloudboxGetIncoming( | scat_i_p, scat_i_lat, scat_i_lon, iy_clearsky_basic_agenda, atmosphere_dim, lat_grid, lon_grid, z_field, r_geoid, cloudbox_on, cloudbox_limits, f_grid, stokes_dim, scat_za_grid, scat_aa_grid ) |
Variables
OUT | scat_i_p | (Tensor7) | Intensity field on cloudbox boundary (equal pressure slice). |
OUT | scat_i_lat | (Tensor7) | Intensity field on cloudbox boundary (constant latitude slice). |
OUT | scat_i_lon | (Tensor7) | Intensity field on cloudbox boundary (equal longitude slice). |
IN | iy_clearsky_basic_agenda | (Agenda) | See agendas.cc. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | r_geoid | (Matrix) | Geoid radius. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | scat_za_grid | (Vector) | Zenith angle grid. |
IN | scat_aa_grid | (Vector) | Azimuthal angle grid. |