caribou – wolf interactions ommq5fc

29
Caribou – Wolf Interactions • http://www.youtube.com/watch? v=nK1JOmMQ5Fc

Upload: erika-ward

Post on 27-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Caribou – Wolf Interactions  OmMQ5Fc

Caribou – Wolf Interactions

• http://www.youtube.com/watch?v=nK1JOmMQ5Fc

Page 2: Caribou – Wolf Interactions  OmMQ5Fc

Issues with Simulations• Realistic Movement

– Moving toward desired areas– Keep animals from getting “stuck”

• Validation

• Boundary conditions– What happens at the edges?

• Disappear/die (need immigration as well)• Reverse direction• Wrap to the other side (not realistic)

• Model stability

• Model complexity/Performance

Page 3: Caribou – Wolf Interactions  OmMQ5Fc

Moving Toward Desired Areas

• Use Distance Raster– Desired area:

• Spawning ground, feeding grounds

– Destination is desired area– Pixels with lower cost are closer to desired

area– Animals move to adjacent pixels with lower

cost

Page 4: Caribou – Wolf Interactions  OmMQ5Fc

Moving Through Networks

• Use polylines with network nodes

• Move in direction (or against) of polylines

• Need to make decisions at nodes

Page 5: Caribou – Wolf Interactions  OmMQ5Fc

Getting “Stuck”

• Certain conditions arise and animals can become stuck and just move back and forth– Add additional randomness– Examine environmental layers for unrealistic

values• Streams not flowing perfectly down hill• Bays not connected with the ocean

Page 6: Caribou – Wolf Interactions  OmMQ5Fc

Validation

• Run models over and over again

• Record locations, births, deaths, feeding– Create probability surfaces

• Validate against existing datasets– Are observations/measurements within the

predicted areas?– Could use likelihood/AIC…

Page 7: Caribou – Wolf Interactions  OmMQ5Fc

Model Stability

• Density dependence– Most species struggle more when crowded– Reduces food availability, increases disease– Places a control the number of individuals

• Balancing birth rates and death rates

• Realistic lifecycles, predation rates

Page 8: Caribou – Wolf Interactions  OmMQ5Fc

Model Complexity

• Typically there are lots of agents

• Need to keep the behaviors and attributes simple

• The group behaviors are typically more complex than expected from the individuals

• Model a population– Convert “groups” of individuals to

populations when they cluster

Page 9: Caribou – Wolf Interactions  OmMQ5Fc

Monte Carlo-Markov Chain

• Markov Chain:– A series of states of being that have

probabilities associated with transitions (i.e. the state is not deterministic but has some stochastic component).

Page 10: Caribou – Wolf Interactions  OmMQ5Fc

Performance

• Select the right resolution for rasters– High enough to be realistic– Low enough for speed– May have to just simulate a smaller area

than desired.

Page 11: Caribou – Wolf Interactions  OmMQ5Fc

3D and Temporal

• Simulations are almost always temporally based

• 3D is common but requires more hardware/time– Also requires special software and 3D data

Page 12: Caribou – Wolf Interactions  OmMQ5Fc

Ecological Modeling

• Water, carbon, nutrient cycling

• Trophic models

• Population models

• Predator/Prey

• Disease

wsu.edu

Page 13: Caribou – Wolf Interactions  OmMQ5Fc

Sustainable Fisheries

www.niwa.co.nz

Page 14: Caribou – Wolf Interactions  OmMQ5Fc

Can operating rooms in Second Life teach

real doctors?- Discover

World of Warcraft

Sims

Page 15: Caribou – Wolf Interactions  OmMQ5Fc

Tools

• NetLogo

• HexSim

• MASON Multi-Agent Simulation Toolkit

• Repast

• Programming!– Python– Java

• Books: “Agent-Based Models of Geographical Systems”

Page 16: Caribou – Wolf Interactions  OmMQ5Fc

Envision – Policy Simulation

Page 17: Caribou – Wolf Interactions  OmMQ5Fc

Simulations

• Parameterization– Based on mechanisms/theories– Typically include random effects– “Tweeked” to fit reality

• Validation– Run over observed space and time

• Do simulated measures match observed?

– Run it over and over• Observed fit into “Confidence interval”?

Page 18: Caribou – Wolf Interactions  OmMQ5Fc

Simulations

• Startup:– Either simulate a known situation– Or, run until reaches an expected state

• Stability– Populations tend to breed out of control or

die out over time– Build in realistic limitations

Page 19: Caribou – Wolf Interactions  OmMQ5Fc

NetLogo

• Environment for 2D simulations• Easy to program• OpenSource, free• Was a “kids” language • Now used for education, visualization,

simple simulations• Can install outside “Program Files”• Run NetLogo.exe• See included Tutorials

Page 20: Caribou – Wolf Interactions  OmMQ5Fc

NetLogo – Model Interface

Page 21: Caribou – Wolf Interactions  OmMQ5Fc

NetLogo Design

• NetLogo is a world made up of: – Turtles: The agents that move – Patches: Agents that do not move (i.e.

grass, buildings, roads) – Links: Connections between turtles – Observer: Oversees the action

Page 22: Caribou – Wolf Interactions  OmMQ5Fc

Ecological Modeling

• Combination of cellular automata and individually based models:

Grid of cells(raster)

Individuals

Page 24: Caribou – Wolf Interactions  OmMQ5Fc

HexSim

• Visit Hexsim.net to download

• Decompress the folder

• Can run “Hexsim.exe” from within the folder without other installation

• See the “Examples” on the HexSim website to get started– The User’s Guide has good information on

how HexSim works

Page 25: Caribou – Wolf Interactions  OmMQ5Fc

HexSim Basics

• Set the workspace:– HexSim -> Set Workspace– Select a “*.grid” file

• Double click on a scenario to “open”– Adds a tab for that scenario– “Scenario” menu items work on the currently

selected tab

• View spatial data:– In the “Spatial Data” panel, open items– Double-click on “-> 1” to show the data

Page 26: Caribou – Wolf Interactions  OmMQ5Fc

HexSim Basics

• Select “Scenario -> Run Simulation”

• Save an XML file for the run

• Click “Start” in the window that is displayed

• These examples are not yet parameterized so you may need to modify them to do something interesting

Page 27: Caribou – Wolf Interactions  OmMQ5Fc

Comparison of Software

• http://en.wikipedia.org/wiki/Comparison_of_agent-based_modeling_software

Page 28: Caribou – Wolf Interactions  OmMQ5Fc

Simulation Modeling

• Plate tectonics:– http://www.youtube.com/watch?

v=ryrXAGY1dmE

• Wolf simulation game– https://www.youtube.com/watch?v=idr0A-

yl56Q

Page 29: Caribou – Wolf Interactions  OmMQ5Fc

Possible Simple Models

• Fire w/fire fighters

• Zombies and humans

• Reef fish

• Wolves and elk

• Invasive species (w/managers)