ARTS built-in documentation server

Workspace Method pnd_fieldZero

Description

Sets pnd_field to hold only zeros.

Scattering calculations using the DOIT method include
interpolation errors. If one is interested in this effect, one
should compare the DOIT result with a clearsky calculation using
an empty cloudbox. That means that the iterative method is
performed for a cloudbox including no particles. This method sets
the particle number density field to zero and creates a
dummy scat_data_raw structure. 

Authors: Claudia Emde

Synopsis

pnd_fieldZero( pnd_field, scat_data_raw, p_grid, lat_grid, lon_grid )

Variables

OUTpnd_field(Tensor4)Particle number density field.
OUTscat_data_raw(ArrayOfSingleScatteringData)Raw data of single scattering data.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.