Skip to content
  • Andrew Heather's avatar
    ENH: particleTracks - updated to include field data · 0f155daf
    Andrew Heather authored and Mark OLESEN's avatar Mark OLESEN committed
    The utility will now add field data to all tracks (previous version only
    created the geometry)
    
    The new 'fields' entry can be used to output specific fields.
    
    Example
    
        cloud           reactingCloud1;
    
        sampleFrequency 1;
    
        maxPositions    1000000;
    
        fields          (d U); // includes wildcard support
    
    STYLE: minor typo fix
    0f155daf