Skip to content

Commit

Permalink
Documentation revision
Browse files Browse the repository at this point in the history
  • Loading branch information
nicocimini committed May 19, 2023
1 parent 39804d5 commit 370a4e7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyrtlib/absorption_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ def o2_absorption(self, pdrykpa: float, vx: float, ekpa: float, frq: float, amu:
submm line-widths from Golubiatnikov & Krupnov, except 234-GHz line width from Drouin.
Mixing coeff. from Makarov's 2018 revision.
2. The same temperature dependence (X) is used for submillimeter
line widths as in the 60 GHz band: (1/T)**X (Koshelev et al 2016)
3. The sign of DNU in the shape factor is corrected.
line widths as in the 60 GHz band: (1/T)**X (Koshelev et al 2016).
"""

if amu:
Expand Down Expand Up @@ -723,12 +722,12 @@ def o3_absorption(self, t: np.ndarray, p: np.ndarray, f: np.ndarray, o3n: np.nda
Args:
t (np.ndarray): Temperature (K)
p (np.ndarray): Total Pressure (mb)
p (np.ndarray): Total pressure (mb)
f (np.ndarray): Frequency (GHz)
o3n (np.ndarray): Ozone Number Density (molecules/m^3)
o3n (np.ndarray): Ozone number density (molecules/m^3)
Returns:
np.ndarray: Ozone Power Absorption Coeff. (Np/km)
np.ndarray: Ozone power absorption coeff. (Np/km)
"""

if amu:
Expand Down

0 comments on commit 370a4e7

Please sign in to comment.