ali-ramadhan / lagrangian-microbes

🦐🐟🦈 A framework for simulating millions of interacting Lagrangian particles (or microbes!) in a turbulent ocean.
MIT License
10 stars 0 forks source link

Interaction length scale should be defined in meters. #19

Open ali-ramadhan opened 5 years ago

ali-ramadhan commented 5 years ago

Right now pairs are queried from the kd-tree using a radius that is in "degrees^2" (units of lat*lon) essentially but it might be nice to specify it in meters which is then converted to "degrees^2".