Skip to content

Commit

Permalink
remove SnowLayer from the documentation. It is an internal trick.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Mar 7, 2023
1 parent 4b4b6a5 commit dbea181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smrt/inputs/make_medium.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ class SnowLayer(Layer):
"""Specialized Layer class for snow. It deals with the calculation of the frac_volume and the liquid_water
from density and volumetric_liquid_water. Alternatively it is possible to set liquid_water directly but this is
not recommended anymore.
:meta private:
"""

def __init__(self, *args, density=None, volumetric_liquid_water=None, liquid_water=None, **kwargs):
Expand Down

0 comments on commit dbea181

Please sign in to comment.