Skip to content
Open
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion PySDM/formulae.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__( # pylint: disable=too-many-locals
seed: int = None,
fastmath: bool = True,
diffusion_coordinate: str = "WaterMassLogarithm",
saturation_vapour_pressure: str = "FlatauWalkoCotton",
saturation_vapour_pressure: str = "MurphyKoop2005",
latent_heat_vapourisation: str = "Kirchhoff",
latent_heat_sublimation: str = "MurphyKoop2005",
hygroscopicity: str = "KappaKoehlerLeadingTerms",
Expand Down
Loading