ARTS built-in documentation server
Workspace Method abs_vecInit
Description
Initialize absorption vector. This method is necessary, because all other absorption methods just add to the existing absorption vector. So, here we have to make it the right size and fill it with 0. Note, that the vector is not really a vector, because it has a leading frequency dimension.
Authors: Stefan Buehler
Synopsis
abs_vecInit( | abs_vec, f_grid, stokes_dim, f_index ) |
Variables
OUT | abs_vec | (Matrix) | Total absorption vector. |
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 | f_index | (Index) | Frequency index. |