Modeling the Effects of Disasters on a Human Population and Resources

Slides:



Advertisements
Similar presentations
Null Hypothesis : The dynamics of the forest ecosystem will not be affected by the fire. Hypothesis 1 : The fires will have a considerable effect on the.
Advertisements

System Dynamics Modeling with STELLA software. Learning objective  After this class the students should be able to: Understand basic concepts of system.
Boom or Bust: A Model of the Economic Impact of the Baby Boomers Les Fletcher Brad Poon April 29, 2003 Math 164 Scientific Computing.
1 Predator-Prey Oscillations in Space (again) Sandi Merchant D-dudes meeting November 21, 2005.
Introduction to Computer Programming in C
KAIST CS780 Topics in Interactive Computer Graphics : Crowd Simulation A Task Definition Language for Virtual Agents WSCG’03 Spyros Vosinakis, Themis Panayiotopoulos.
Agent-based model of a simple stable economy Alexandre Lomovtsev Advisor: Dr. Russell Abbott, Ph.D. California State University, Los Angeles Department.
Major: System Dynamics
Agent-based model of a simple stable economy Alexandre Lomovtsev Advisor: Dr. Russell Abbott, Ph.D. California State University, Los Angeles Department.
POPULATION DENSITY, DISTRIBUTION & GROWTH.  Density is a measure of how closely packed organisms are in a population  Calculated by … DENSITY # of individuals.
Ecology & Evolution. 7 billion people and growing.
Do now 02/27  What are some things that might be a result of the growth of the human population? What are some effects?  DO NOW 03/02  How do you think.
Simulation of Global Warming in the Continental United States Using Agent-Based Modeling By Marika Lohmus.
Populations How they grow and what affects them. Characteristics of a Population Population Density ◦ How many organisms in a specific area Geographic.
Discrete Distributions The values generated for a random variable must be from a finite distinct set of individual values. For example, based on past observations,
Population Dynamics Ms. Becky Blackwell Dr. Deano Smith Mr. Dean Sheridan Ms. Mary Ellen McNamara Glenelg High School Glenelg, Maryland.
Operations Management using System Dynamics Part I.
4 CHARACTERISTICS OF A POPULATION 1.Geographic Distribution/ Range- How much area does the population cover? 2.Density- How many members of the population.
System Dynamics Modeling of Community Sustainability in NetLogo Thomas Bettge TJHSST Computer Systems Lab Senior Research Project
Modeling the Effects of Disasters on a Human Population and Resources Population and Resources TJHSST Computer Systems Tech Lab Joshua Yoon.
Modeling the effect of virus transmission on population using Systems Dynamics Modeling Dheeraj Manjunath Computer Systems Lab TJHSST.
Populations. Remember a population is… A group of the same species in the same area at the same time. A group of the same species in the same area at.
Lessons from the Tragedy of the Sahel Doug Cullen, July 2010.
System Dynamics Modeling of Community Sustainability in NetLogo Thomas Bettge TJHSST Computer Systems Lab Senior Research Project
Limits of Populations. Questions for today: What is Population Dynamics? What is Population Dynamics? How does Population Distribution affect Population.
Lecture # 5 SCIENCE 1 ASSOCIATE DEGREE IN EDUCATION POPULATIONS AND ECOSYSTEMS Continue…..
10-5 POPULATION PATTERNS. 1. POPULATION PROPERTIES Size (often hard to measure) Density– amount of population per unit of area (population crowding) #
Population Ecology Honors Biology Ms. Day Lecture #46.
Populations.
Planning Modern Green Manufacturing Systems: Forecasting
Creativity of Algorithms & Simple JavaScript Commands
the number of individuals per unit area
Inventory Levels.
Populations and Population Growth
L – Modeling and Simulating Social Systems with MATLAB
Unit 2 Lesson 3 Models and Simulations
Feedback Why is it that a higher level of system organization is more stable? Definition of a system: keyword interact If one part has an effect on the.
GROWTH MODELS pp
Population Dynamics (Predator-Prey relationship).
JEOPARDY! Click Once to Begin
How Populations Grow 1. What are 3 important characteristics of a population? 2. What is population density? 3. What 3 factors affect population size?
April 17, 2012 List four biogeochemical processes that cycle nutrients. Explain the difference between primary and secondary succession. Give an example.
Population Ecology.
Population Growth Population Density
By Janet Nguyen Period Population Ecology By Janet Nguyen Period
Simulation of Global Warming in the Continental United States Using Agent-Based Modeling By Marika Lohmus.
Chapter 5: Populations Sections 1 and 2.
Population Dynamics Class Notes
Populations Objective: A4 - Analyze how populations & communities respond to abiotic & biotic factors and recognize that long-term survival of a species.
Presented by Mr. Rainbeau
Dynamic Complex Ecosystems Simulation / Modeling Bill Yu
Modeling the Effects of Disasters on a Human Population and Resources
IV. Properties of Populations
Populations.
Population Ecology How are populations dispersed in areas?
How they grow and what affects them
Population Growth p
Project 2 Guidelines.
Sugarscape: An Application of Agent Based Modeling Andy Menke TJHSST Computer Systems Lab Abstract: Computer scientists have long tried to simulate.
Unit 2: Communities & Populations
Students will be able to: Convert data sets into graphs.
Population Fluctuation Notes
Populations Chapter 5 Unit 2.
How Populations Grow.
Populations: Limits.
TJHSST Systems Lab Rigid Body Dynamics Simulation
Eva Arnold, Dr. Monika Neda
Chapter 19: Population Ecology
A Dynamic Model of Human Populations By Joshua Choi
Modeling the Tragedy of the Commons Using Agent-Based Modeling
Presentation transcript:

Modeling the Effects of Disasters on a Human Population and Resources TJHSST Computer Systems Tech Lab 2008-2009 Modeling the Effects of Disasters on a Human Population and Resources Joshua Yoon

Abstract Recently over the past decades, numerous disasters such as the earthquakes and tsunamis have struck all over the world So this project will model the effects of these disasters on a human population be able to extrapolate the effects of future disasters on a nearby human population using a System Dynamics approach

Background System Dynamics an approach to understanding the behavior of complex systems over time deals with internal feedback loops and time delays System Dynamics vs. Agent-based Modeling System Dynamics is relationship based (between variables) whereas agent-based is random interactions between individuals of a population

Background cont. Programming Languages Current System Dynamics modeler used is "Stella" Arguments are already given with the program NetLogo Arguments are not given, so separate variables and the relationships between them must be created manually Uses of System Dynamics System Dynamics can be used in many different ways, but mainly to simulate efficiency Train System Efficiency Policy on flood prevention

Methodology/Procedure Create a human population that behaves like a human population (logistical growth) Implement a resource class, which inhibits unlimited growth of the population (carrying capacity) Implement disasters so that human population drops and recovers over time (recovery curve) Compare simulation test results with results from actual disasters

The Complete Web

Looking into the Web... Disaster Class: Disaster death rates Disaster check Death rate due to disasters

Looking into the Web... Human Class: Birth rate & Influx of New People The combined death rate (not disaster related + disaster related) Growth during no disaster vs. post-disaster

Looking into the Web... Resource Class: Growth during no disaster vs. post-disaster The season variable (oscillations) Natural death rate

Looking into the Web... Time Keepers: Keeps track of time before and after disaster Day corresponds to season, and timeafterdisaster keeps track of time elapsed after a disaster

Results & Conclusions Simulations are now running Resource class and human class work together and relationship is obvious Disasters work without glitches or bugs

Results & Conclusions cont. What needs to be done now... Get data collected after actual disasters and modify certain constants to make my simulation accurately model the situation Fix any glitches that might still exist in the program Add other variables in order to make the system more dynamic