ARTS built-in documentation server

Workspace Variable complex_refr_index

Complex refractive index (n) data.

The variable works as a lookup-table of complex refractive index.
The matter type (water, ice ...) is unspecified, it is up to the
user to fill the variable with data for the expected matter.
This variable type can be used to describe n of both the surface and
atmospheric particles. For the surface, a dedicated variable exists:
surface_complex_refr_index.

The column dimension has always size 2, where the first and second
column holds the real and imaginary part of n, respectively. The row
dimension matches temperature, and the page dimension is frequency.
Both the temperature and frequency dimensions grids are allowed to
have length 1, which is interpreted as n being constant in that
dimension.

When mapping these data to the required frequencies and temperatures
a bi-linear interpolation is applied.

Unit:       -

Dimensions: 
      Vector f_grid[N_f]
      Vector T_grid[N_T]
      ArrayOfString Complex[2]
      Tensor3 data[N_f][N_T][2]

Group: GriddedField3

Specific methods that can generate complex_refr_index

Generic and supergeneric methods that can generate complex_refr_index

Specific methods that require complex_refr_index

Generic and supergeneric methods that can use complex_refr_index

Agendas that can generate complex_refr_index

Agendas that require complex_refr_index