Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oelbert committed May 10, 2024
1 parent b50e184 commit 210ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndsl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class ConstantVersions(Enum):
# (Mason, 1971) (m^2/s)
TCOND = 2.40e-2 # thermal conductivity of air at 0 C and 1000 hPa
# (Mason, 1971) (J/m/s/K)
SCM3 = math.exp(1.0 / 3 * math.log(VISK / VDIFU)) # S =chmidt number, Sc ** (1 / 3)
SCM3 = math.exp(1.0 / 3 * math.log(VISK / VDIFU)) # Schmidt number, Sc ** (1 / 3)
# Lin et al. (1983)

QCMIN = 1.0e-15 # min value for cloud condensates (kg/kg)
Expand Down

0 comments on commit 210ec97

Please sign in to comment.