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

OUTabs_vec(Matrix)Total absorption vector.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_index(Index)Frequency index.