ARTS built-in documentation server
Workspace Method CloudboxGetIncoming1DAtm
Description
As CloudboxGetIncoming but assumes clear sky part to be 1D. The incoming field is calculated only for one position and azimuth angle for each cloud box boundary, and obtained values are used for all other postions and azimuth angles. This works if a 3D cloud box is put into an 1D background atmosphere. This method can only be used for 3D cases.
Authors: Sreerekha T.R., Claudia Emde
Synopsis
CloudboxGetIncoming1DAtm( | scat_i_p, scat_i_lat, scat_i_lon, cloudbox_on, atmfields_checked, atmgeom_checked, cloudbox_checked, iy_main_agenda, atmosphere_dim, lat_grid, lon_grid, z_field, t_field, vmr_field, cloudbox_limits, f_grid, stokes_dim, iy_unit, blackbody_radiation_agenda, 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). |
OUT+IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | atmfields_checked | (Index) | OK-flag for atmospheric grids and (physical) fields. |
IN | atmgeom_checked | (Index) | OK-flag for the geometry of the model atmosphere. |
IN | cloudbox_checked | (Index) | OK-flag for variables associated with the cloudbox. |
IN | iy_main_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 | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | vmr_field | (Tensor4) | VMR field. |
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 | iy_unit | (String) | Selection of output unit for some radiative transfer methods. |
IN | blackbody_radiation_agenda | (Agenda) | See agendas.cc. |
IN | scat_za_grid | (Vector) | Zenith angle grid. |
IN | scat_aa_grid | (Vector) | Azimuthal angle grid. |