Skip to content
  • Andrew Heather's avatar
    ENH: Added active flag to KinematicParcel · 5f0538ec
    Andrew Heather authored
    - used during parcel calc() function to flag whether the parcel should be tracked
    - if false, parcel not tracked, but sub-models are still active
    - useful, e.g. for particle 'stick' condition
    - NOTE: stored as a bool, but read/written as a label for restarts/post-processing
    5f0538ec