Skip to content

Commit

Permalink
add necessary nounits
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Dec 24, 2024
1 parent 2834ab9 commit dd54692
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/metpy/constants/nounit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@
from ..units import units

Rd = default.Rd.m_as('m**2 / K / s**2')
Rv = default.Rv.m_as('m**2 / K / s**2')
Lv = default.Lv.m_as('m**2 / s**2')
Lf = default.Lf.m_as('m**2 / s**2')
Ls = default.Ls.m_as('m**2 / s**2')
Cp_d = default.Cp_d.m_as('m**2 / K / s**2')
Cp_l = default.Cp_l.m_as('m**2 / K / s**2')
Cp_v = default.Cp_v.m_as('m**2 / K / s**2')
Cp_i = default.Cp_i.m_as('m**2 / K / s**2')
zero_degc = units.Quantity(0., 'degC').m_as('K')
sat_pressure_0c = default.sat_pressure_0c.m_as('Pa')
epsilon = default.epsilon.m_as('')
kappa = default.kappa.m_as('')
g = default.g.m_as('m / s**2')
T0 = default.T0.m_as('K')

0 comments on commit dd54692

Please sign in to comment.