Skip to content

Commit

Permalink
move parcel displacement product to parcel subfolder (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Feb 15, 2024
1 parent f8fd03e commit d6b0df2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions PySDM/products/housekeeping/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""
Housekeeping products: time, parcel displacement, super-particle counts, wall-time timers...
Housekeeping products: time, super-particle count, wall-time timers...
"""

from .dynamic_wall_time import DynamicWallTime
from .parcel_displacement import ParcelDisplacement
from .super_droplet_count_per_gridbox import SuperDropletCountPerGridbox
from .time import Time
from .timers import CPUTime, WallTime
1 change: 1 addition & 0 deletions PySDM/products/parcel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
""" products specific to the parcel environment """

from .cloud_water_path import ParcelLiquidWaterPath
from .parcel_displacement import ParcelDisplacement

0 comments on commit d6b0df2

Please sign in to comment.