get_n2_mpm93

pyarts.arts.predef.get_n2_mpm93(f_grid: pyarts.arts.Vector, rtp_pressure: float, rtp_temperature: float, x_n2: float, x_h2o: float = 0.0) pyarts.arts.Vector

Computes nitrogen absorption using MPM93

Parameters:
  • f_grid (Vector) – Frequency grid [Hz]

  • rtp_pressure (float) – Pressure value [Pa]

  • rtp_temperature (float) – Temperature value [K]

  • x_n2 (float) – Ratio of nitrogen in the atmosphere in the range [0, 1]

  • x_h2o (float, optional) – Ratio of water in the atmosphere in the range [0, 1]

Returns:

abs_coef – Absorption coefficients

Return type:

Vector