Systems Concepts for using Computers for IPM
Ent 312 - Jan 12-16, 1998
 

1. Overview + Introduction to systems IPM

· The role of systems analysis and models in IPM, historical trends, objectives of IPM models, example applications

· Types of models

1. Conceptual, soft systems and qualitative models

2. Database models

3. Heuristic models, expert systems and other rule-based models

4. Statistical (e.g. multivariate regression) models

5. Analytical/mathematical models

6. Simulation models

7. Optimization models

· Fields of study related to system modeling for IPM

Entomology, Horticulture, Crop Science, Plant Pathology & Nematology

Quantitative Ecology

Statistics, Numerical analysis methods

Computer science

Mathematical modeling

Simulation science

Agricultural Economics

Operations Research

Systems Analysis

General Systems Theory

· Approaches to modeling

While other approaches will be introduced briefly, a strategy of model construction will be detailed that includes emphasis on meeting specified objectives, including feasibility design and project cost estimation, involvement of end-users in the modeling process, and appropriate implementation technologies.

· A simple modeling paradigm: cause and effect relationships

· A basic IPM decision model

· Descriptive properties of models:

1. realism

2. generality

3. precision

4. accuracy

5. adequacy vs. correctness

6. deterministic vs. stochastic models

7. static vs. dynamic models

8. simple vs. complex models
 

· Typical questions generally asked of IPM models:

- Will the pest occur here this year? (climatological forecasting, dispersal, landscape ecology)

- Is the pest organism really a problem? (crop loss assessment)

- When will a pest reach a certain developmental stage? (phenology, meteorology)

- If and when will a pest attain some critical population level? (population dynamics, biological control)

- When should management tactics be applied? (toxicology, economic thresholds)

- How should insecticide resistance be managed? (toxicology, resistance monitoring)

- Can the pest be eradicated at least locally until re-invasion occurs? (quarantine technology, total population control, areawide control)
 

2. Systems concepts for IPM

· System definition

General systems theory concepts

Definitions:

system, subsystem: a set of related entities, a subset of related entities that can be examined partly in isolation from other subsystems and from the entire system.

model, submodel: a simplification or abstraction of the real world system, a portion of a larger model that has value or some reason to consider in isolation.

modular: a property of systems: they can be decomposed into subsystem.

hierarchical: a property of systems: they are multi-layered and multi-leveled, such that systems have subsystems which themselves have subsystems, ad infinatum.

resolution (spatial and temporal): usually varies with subsystem level; often higher level subsystems treated at a coarser resolution than lower level system.

variables:

input - entities not affected by the subsystem of study (usually set by the higher level subsystem).

state - entities affected within the subsystem of study.

output - entities resulting from subsystem processing, usually impact other subsystems or one of objective questions.

independant (also cause or stimulus) - see input variables

dependant (also effect or response) - see output variables

coupling - variables identified that link or associate two or more subsystems.

parameters: constants (usually) or variables used in equations that determine state or output variables; same as coefficients.

Systems model properties:

1. the model will be hierarchical and modular

2. each system and subsystem is conceptualized and modeled in two forms:

a) according to its holistic behavior "more than the sum of the parts"

b) according to its structure as a coupled collection of subsystems "sum of the parts"

1. Modularity of subsystems can be achieved by careful identification and description of the coupling (linking) variables between the subsystems. With this in mind, a particular subsystem can be expanded or reduced in resolution without changing the resolution of the rest of the model, or the coupling variables with other subsystems.

2. Because of modularity, a subsystem can be studied in isolation or in combination with other compatible parts.

· Strategies of model construction

Definitions:

Strategies vs. tactics - generally, strategies are long range approaches and tactics are short-term approaches to solving problems.

Algorithm - a finite process for solving a problem, a specified set of steps to perform some task; pseudocode is an algorithm that can be understood by non-programmers and used by programmers. Pseudocode, flowcharts, outlines, and Warnier-Orr diagrams are all ways to help organize problems and express algorithms.

Decomposition - the process of structuring a problem by reducing a model and its objectives into submodels and their associated sub-objectives. Each objective (and sub-objective) must have some important function that contributes to solving the problem, and be clearly associated with specifications that assure that that function can be performed, in order to satisfy that objective. In other words, objectives must be both achievable and provide a role in the model.

Stepwise Refinement - a principle technique used for structured thinking/programming, could be called "divide and conquer", similar to pure reductionism. It is the process of decomposing a problem by:

1) splitting the problem into a reasonable number of steps (3 to 7),

2) working on each step (specify or describe the step), and

3) if a step is too complex, go to 1).

Top-down design - starting with the higher-level more general concepts and proceeding to more detail afterwards. Design is usually best done top-down.

Bottom-up design - starting with the detailed parts and generalizing afterwards. Execution is usually best done bottom-up.

Warnier-Orr diagram - a diagrammatic method for performing top-down stepwise refinement and developing algorithms, where brackets are used to reduce a single complex action into a set of simpler actions.

Equation - a statement of equality, used to describe a function. Equations have input variables (arguments) and output variables (values).

Paradigm - a body of definition, belief, and fact associated with some area of science or metascience. A supermodel.

Strategy of Model Construction Outline:

1. Specify the model objectives as a list of model specifications

2. Identify submodels and subobjectives

3. Construct and validate submodels

4. Assemble the submodels into the complete model, and validate

5. Seek answers to the objective question

6. Examine the general behavior of the model: identify the structure

and parameters that are causal for the behaviors of interest

7. Validate those causal structures and parameters

Developing models - Specifics:

1. Objectives

-Identify context of the target system

-Goals vs. objectives vs. purpose vs. tasks, etc.

-Making objectives explicit, clear, achievable specifications

2. Subsystem structure

-Relation between submodels and sub-objectives

-Decomposition is the identification of parts needed to make up higher level parts

-How to determine when further decomposition is needed

3. Construction and Validation

-Iterative nature of model construction:

    1. Construct a model and generate output. Go to 3.

    2. Revise the model and generate output. Go to 3.

    3. Test against the validity criteria. Stop or return to 2.

-Validation: standards were set up during model specification

-Validation: region of prescribed vs. predicted regions

4. Summary points

-The model will be hierarchical and modular

-Each system and subsystem are conceptualized and modeled in two ways, according to holistic behavior and according to its structure as a collection of interrelated subsystems

-Modularity is achieved by identification of the coupling variables and the functional relationships between them.

-Any subsystem should have independent resolution versus other subsystems.

-So any subsystem should be readily modeled and studied independent to other subsystems, or as coupled to another subsystem.

5. Four ways to define and view data (each dependent on previous)

1) By knowing what variables are involved - input, output and state variables, and their resolution (analogy: database format) question asked: What are the kinds of data?

2) By the variations or activities of the variables (analogy: database filled with data; the dataset) question asked: What are the values of the data over time?

3) By the behavior of the variables; rules describing the activities (analogy: validated regression model; knowing the functional relationships between the variables) i.e. Why do the data behave in the ways they do?

4) By the structure of the subsystems; how they are linked (analogy: validated systems model) i.e. How does the system really work?

References: Overton 1981, handouts

3. Problem Solving Techniques:

·  Scientific method, relation to modeling

· Systems theory

· Flow charts and other conceptual modeling techniques

Classroom exercise 1: flow charts used in conceptual modeling (a target problem area to be individually selected by each student).

· Top-down design

· Stepwise refinement

· Warnier-Orr Diagrams

Classroom exercise 2: Warnier-Orr diagrams (examples plus a target problem area to be individually selected by each student).

References: Orr 1977, Warnier 1976, various handouts.
 

General Class/related References:

Orr, K.T. 1977. Structured Systems Development. Yourdon Press, NY.

Overton, W.S. 1981. A strategy of model construction. In: Hall, C.A.S. and J.W. Day. Ecosystem Modeling in Theory and Practice. J. Wiley and Sons. NY. pp50-73.

Warnier, J.D. 1976. Logical construction of programs. Van Nostrand Reinhold Co. NY.

Arlinghaus, S.L. 1994. Pracitical Handbook of Curve Fitting. CRC Press, Baton Raton, FL. 272 pp.

Caceci, M.S. and W.P. Cacheris. 1984. Fitting curves to data: the simplex algorithm is the answer. Byte May 1984 pp. 340-362.

Allen, J.C. 1988. Averaging functions in a variable environment: A second-order approximation method. Environ. Entomol. 17:621-625.

Auld, B.A. and C.A. Tisdell. 1988. Influence of spatial distribution on weeds on crop yield loss. Plant Protection Quarterly. 3:81.

Bardner, R., and K.E. Fletcher. 1974. Insect infestations and their effects on the growth and yield of field crops: a review. Bull. Ent. Res. 64:141-160.

Beck, H.W., P. Jones, and J.W. Jones. 1989. SOYBUG: an expert system for soybean insect pest management. Agricultural systems. 30:269-286.

Capinera, J.L., J.K. Detling, and W.J. Parton. 1983. Assessment of range caterpillar (Lepidoptera: Saturniidae) effects with a grassland simulation model. J. Econ. Entomol. 76:1088-1094.

Chmiel, S.M. and M.C. Wilson. 1979. Estimation of the lower and upper developmental threshold temperatures and duration of the nymphal stages of the meadow spittlebug, Philaenus spumarius. Environ. Entomol. 8:682-685.

Cicidanes, F.J. and J.R.P. Parra. 1994. Zoneamento ecologico de Nezara viridula (L.), Piezodorus guildinii (West.) E Euschistus heros (Fabr.) (Heteroptera: Pentatomidae) em quarto estados produtores de soja do Brasil. An. Soc. Entomol. Brasil 23(2):219-226.

Coop, L.B., and B.A. Croft. 1993. Pearl millet injury by five grasshopper species (Orthoptera: Acrididae) in Mali. J. Econ. Entomol. 86:891-898.

Coop, L.B., B.A. Croft, and R.J. Drapek. 1993. Model of corn earworm (Lepidoptera: Noctuidae) development, damage, and crop loss in sweet corn. J. Econ. Entomol. 86:906-916.

Coulson, R.N., M.C. Saunders. 1987. Computer-assisted decision-making as applied to entomology. Ann. Rev. Entomol. 32:415-37.

Dushoff, J., B. Caldwell, and C.L. Mohler. 1994. Evaluating the environmental effect of pesticides: A critique of the environmental impact quotient. American Entomologist. Fall 1994:180-184.

Frere, M. and Popov, G. F. 1979. Agrometeorological crop monitoring and forecasting. FAO Plant Production and Protection Paper No. 17. FAO, Rome, Italy.

Gottfried, B.S. 1984. Elements of stochastic process simulation. Prentice-Hall, New Jersey. 221 pp.

Gutierrez, A.P., J.U. Baumgaertner and K.S. Hagan. 1981. A conceptual model for growth, development, and reproduction in the ladybird beetle, Hippodamia convergens (Coleoptera: Coccinellidae). Canadian Entomology. 113:21:33.

Gutierrez, A.P., D. W. Williams, and H. Kido. 1985. A model of grape growth and development: the mathematical structure and biological considerations. Crop Science. 25:721-728.

Hansen, A.G. 1985. Simulating the normal distribution: A BASIC routine for bell-curve sampling. Byte. October 1985: 137-138.

Hardman, J.M., W.A. Charnetski and M.K. Mukerji. 1985. A model simulating grasshopper damage to wheat planted in infected stubble. J. Appl. Ecol. 22:373-394.

Hendricks, D.E. and A.W. Hartstack. 1978. Pheromone trapping as an index for initiating control of cotton insects, Heliothis spp: a compendium. Beltwide cotton research conferences proceedings.

Horn, D. J. 1988. Ecological approaches to pest management. Guilford Press N.Y. 285 pp. [chapter 4. Single Species Populations].

Johnson, K.B., S.B. Johnson and P.S. Teng. 1986. Development of a simple potato growth model for use in crop-pest management. Agricultural Systems. 19: 189-209.

Johnson, K.B. 1988. Modeling the influences of plant infection rate and temperature on potato foliage and yield losses caused by Verticillium dahliae. Phytopathology. 78:1198-1205.

Johnson, K.B. 1989. Crop-disease management models: current status and future needs. Climate and Agriculture: Systems Approaches to Decision Making. Proceedings. A. Weiss, Ed. Charleston, South Carolina March 1989. Am. Meteorol. Soc. pp. 21-33.

Jones, J.W. 1989. Integrating models with expert systems and data bases for decision making. Climate and Agriculture: Systems Approaches to Decision Making. Proceedings. A. Weiss, Ed. Charleston, South Carolina March 1989. Am. Meteorol. Soc. pp. 194-211.

Kogan, M. and S.G. Turnipseed. 1980. Soybean growth and assessment of damage by arthropods. Chapter 1 in Sampling Methods in Soybean Entomology, Kogan and Herzog, ed.

Kovach, J., C. Petzold, J. Degni, and J. Tette. 1992. A method to measure the environmental impact of pesticides. New York's Food and Life Science Bulletin. 139:8 pp.

Kropff, M.J., and H.H. van Laar. 1993. Modelling Crop-Weed Interactions. CAB International/IRRI Wageningen, The Netherlands.

Liebhold, A.M., R.E. Rossi, and W.P. Kemp. 1993. Geostatistics and geographic information systems in applied insect ecology. Ann. Rev. Entomol. 38:303-27.

Logan, J.A. 1994. In defense of big ugly models. American Entomologist. Winter 1994: 202-207.

Mumford, J.D., and G.A. Norton. 1984. Economics of decision making in pest management. Ann. Rev. Entomol. 29:157-74.

Orr, K.T. 1977. Structured Systems Development. Yourdon Press, NY.

Overton, W.S. 1981. A strategy of model construction. In: Hall, C.A.S. and J.W. Day. Ecosystem Modeling in Theory and Practice. J. Wiley and Sons. NY. pp50-73.

Pedgley, D.E. 1982. Insect flight above the boundary layer. Chapter 5 In: Windborne pests and diseases. Meteorology of airborne organisms. 115-137.

Pedigo, L.P., S.H. Hutchins, and L.G. Higley. 1986. Economic injury levels in theory and practice. Ann. Rev. Entomol. 31:341-68.

Penrose, L.J., W.G. Thwaite and C.C. Bower. 1994. Rating index as a basis for decision making on pesticide use reductin and for accreditation of fruit produced under integrated pest management. Crop Protection. 13:146-152.

Pinder, J.E. III, J.G. Wiener, and M.H. Smith. 1978. The weibull distribution: a new method of summarizing survivorship data. Ecology. 59:175-179.

Poston, F.L., L.P. Pedigo, and S.M. Welch. Economic injury levels: reality and practicality. Bulletin of the ESA. Spring 1983:49-53.

Racsko, 1989. Analysis of mathematical principles in crop growth simulation models. Ecological Modeling. 4:291-302.

Ramas. 1993. Ramas/Stage: Generalized stage modeling for population dynamics. Ramas Software.

Roush, R.T. and J.A. McKenzie. 1987. Ecological genetics of insecticide and acaricide resistance. Ann. Rev. Entomol. 32:361-80.

Schaub, L.P., F.W. Ravlin, D.R. Gray, and J.A. Logan. 1995. Landscape framework to predict phenological events for gypsy moth (Lepidoptera: Lymantriidae) management programs. Environ. Entomol. 24:10-18.

Schotzko, D.J., and L.E. O'keeffe. 1989. Geostatistical description of the spatial distribution of Lygus hesperus (Heteroptera: Miridae) in Lentils. J. Econ. Entomol. 82:1277-1288.

Stinner, R.E., A.P. Gutierrez, and G.D. Butler, Jr. 1974. An algorithm for temperature-dependent growth rate simulation. Can. Ent. 106:519-524.

Stone, N.D. 1989. Knowledge-based systems as a unifying paradigm for IPM. Climate and Agriculture: Systems Approaches to Decision Making. Proceedings. A. Weiss, Ed. Charleston, South Carolina. March 1989. Am. Meteorol. Soc. pp 13-24.

Stone, N.D., and L.P. Schaub. 1990. A hybrid expert system/simulation model for the analysis of pest management strategies. AI Applications. 4:17-26.

Taylor, F. 1981. Ecology and evolution of physiological time in insects. The American Naturalist. 117:1-32.

Van Hook, R.I., Jr. 1971. Energy and nutrient dynamics of spider and orthopteran populations in a grassland ecosystem. Ecol. Monogr. 41, 1-26.

Van Kirk, J.R. and M.T. Aliniazee. 1981. Determining low-temperature threshold for pupal development of the western cherry fruit fly for use in phenology models. Environ. Entomol. 10:968-971.

VanTassell, L.W., J.W. Richardson and J.R. Conner. 1990. Simulation of meteorological data for use in agricultural production studies. Agricultural Systems. 34:319-336.

Warnier, J.D. 1976. Logical construction of programs. Van Nostrand Reinhold Co. NY.

Welch, S.M., B.A. Croft, J.F. Brunner, and M.F. Michels. 1978. PETE: an extension phenology modeling system for management of multi-species pest complex. Environ. Entomol. 7:482-494.

Wilhoit, Stinner, and Axtell. 1991. Computer simulation model of house fly management in confined-animal production systems. North Carolina Agricultural Research Service. Technical Bulletin 296. NC State Univ., Raleigh, NC. 81 pp.

Williams, B. K. 1989. Review of dynamic optimization methods in renewable natural resource management. Natural Resource Modeling. 3:2:137-216.

Wilson, L.T. 1989. Changing perspectives on the use of simulation models in IPM programs. Climate and Agriculture: Systems Approaches to Decision Making. Proceedings. A. Weiss, Ed. Charleston, South Carolina March 1989. Am. Meteorol. Soc. pp. 129-136.

Zalom, F.G., P.B. Goodell, L.T. Wilson, W.W. Barnett, and W.J. Bentley. 1983. Degree-days: The Calculation and use of heat units in pest management. Univ. Calif. Coop. Ext. Leaflet 21373.