Skip to content

Commit

Permalink
Add info on new research on why moths circle lights
Browse files Browse the repository at this point in the history
  • Loading branch information
brandesNW committed Jul 9, 2024
1 parent 4c1ccec commit e36b154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sample Models/Biology/Moths.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ This model offers only one set of rules for generating moths' circular flight ar

Alternatively, can you imagine a way to model an earlier theory of moth behavior in which moths navigate straight lines by orienting themselves to the moon? Do rules that allow moths to navigate according to their position relative to the moon lead to the observed circling behavior around light sources that are much, much closer than the far-away moon?

More recent research shows that the problem is three dimensional in nature. Moths orient themselves so that their backs are to a salient light source. Typically this source is above. This defines the plane in which they fly. However with human light sources they keep turning in order to stay oriented, which causes them to fly in a circle. Can you model this using NetLogo 3D?

## NETLOGO FEATURES

This model creates a field of light across the patches, using `scale-color` to display the value, and the moths use `face` and `max-one-of` to traverse the light field.
Expand All @@ -350,6 +352,8 @@ Ants, Ant Lines, Fireflies, Flocking

Adams, C. (1989). Why are moths attracted to bright lights? Retrieved May 1, 2005, from https://www.straightdope.com/21342222/why-are-moths-attracted-to-bright-lights

Fabian, S.T., Sondhi, Y., Allen, P.E. et al. Why flying insects gather at artificial light. Nat Commun 15, 689 (2024). https://doi.org/10.1038/s41467-024-44785-3

## HOW TO CITE

If you mention this model or the NetLogo software in a publication, we ask that you include the citations below.
Expand Down

0 comments on commit e36b154

Please sign in to comment.