ARTS built-in documentation server
Workspace Method pndFromPsdBasic
Description
Calculates pnd_data from given psd_data. As pndFromPsdBasic, but without bulk extinction representation checks.
Authors: Jana Mendrok, Patrick Eriksson
Synopsis
pndFromPsdBasic( | pnd_data, dpnd_data_dx, pnd_size_grid, psd_data, psd_size_grid, dpsd_data_dx, quad_order ) |
Variables
OUT | pnd_data | (Matrix) | Particle number density values for a set of points. |
OUT | dpnd_data_dx | (Tensor3) | Partial derivates of pnd_data. |
IN | pnd_size_grid | (Vector) | The particle sizes associated with pnd_data. |
IN | psd_data | (Matrix) | Particle size distribution values for a set of points. |
IN | psd_size_grid | (Vector) | The particle sizes associated with psd_data. |
IN | dpsd_data_dx | (Tensor3) | Partial derivates of psd_data. |
GIN | quad_order | (Index, Default: 1) | Order of bin quadrature. |