dennissergeev / pmctrack

Polar mesoscale cyclone (PMC) tracking algorithm
MIT License
3 stars 3 forks source link

Smoothing radius #18

Open dennissergeev opened 6 years ago

dennissergeev commented 6 years ago

If r_smth is smaller than the grid spacing, smoothing is still applied over 8 points around a given grid point. Is it reasonable or should smoothing switch off if r_smth is very small?