complex_refr_indexIceMatzler06

Workspace.complex_refr_indexIceMatzler06(self: pyarts.arts._Workspace, complex_refr_index: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.GriddedField3]] = self.complex_refr_index, data_f_grid: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], data_T_grid: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Refractive index of ice following Matzler06 parameterization.

Calculates temperature dependent complex refractive index of hexagonal ice at microwave and sub-mm frequencies (10MHz-3Tz).

This parametrization is also applied by the microwave and submm-wave part of the Warren08 model.

References: Matzler, C., 2006: Thermal Microwave Radiation: Application for Remote Sensing, Microwave dielectric properties of ice, pp. 455-462, Inst. Eng. Technol., Stevenage, U. K. Warren, S. G., and R. E. Brandt, 2008: Optical constants of ice from the ultraviolet to the microwave: A revised compilation, J. Geophys. Res., 113, D14220, doi:10.1029/2007JD009744.

Author(s): Jana Mendrok

Parameters:
  • complex_refr_index (GriddedField3, optional) – Complex refractive index (n) data. See complex_refr_index, defaults to self.complex_refr_index [OUT]

  • data_f_grid (Vector) – Frequency grid for refractive index calculation. [IN]

  • data_T_grid (Vector) – Temperature grid for refractive index calculation. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]