Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ndsl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,13 @@ class ConstantVersions(Enum):
"""Saturation vapor pressure at H2O 3pt (Pa)"""
T_WFR = TICE - Float(40.0)
"""homogeneous freezing temperature"""
TICE0 = TICE - Float(0.01)
TICE0 = Float(2.7315e2)
""" Temp at 0C"""
T_MIN = Float(178.0)
"""Minimum temperature to freeze-dry all water vapor"""
T_SAT_MIN = TICE - Float(160.0)
"""Minimum temperature used in saturation calculations"""
LAT2 = np.power((HLV + HLF), 2, dtype=Float)
"""Used in bigg mechanism"""
TTP = 2.7316e2
TTP = Float(2.7316e2)
"""Temperature of H2O triple point"""
Loading