Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
-
Abstract Adelges tsugae Annand, the hemlock woolly adelgid, is an invasive insect pest ofTsuga canadensis (L.) Carriere, eastern hemlock, in the eastern United States. AnA. tsugae infestation often results in the death ofT. canadensis within years and has caused significant changes to hemlock forests. Cycles inT. canadensis health andA. tsugae densities seem to be an important feature inA. tsugae population dynamics in the eastern United States. To investigate mechanisms leading to such cycles, we construct a model composed of systems of ordinary differential equations with time‐dependent parameters to represent seasonality. The model captures the coupled cycles inT. canadensis health andA. tsugae density. We use field data from Virginia to develop the model and to perform parameter estimation. The mechanisms we represent in the model include anA. tsugae density‐dependentT. canadensis growth rate, aT. canadensis health‐dependentA. tsugae mortality rate, and a density‐dependentA. tsugae mortality rate, which produce cycles inT. canadensis health andA. tsugae density commonly seen with theA. tsugae system in the eastern United States. We test sets of initial conditions to determine the scenarios that will likely lead toT. canadensis mortality and explore longer term dynamics of the system. In general, low and highT. canadensis health initial condition values result in likelyT. canadensis mortality whileT. canadensis with medium health initial condition values are predicted to survive. -
Abstract Metapopulation models include spatial population dynamics such as dispersion and migration between subpopulations. Integral projection models (IPMs) can include demographic rates as a function of size. Traditionally, metapopulation models do not included detailed populaiton models such as IPMs. In some situations, both local population dynamics (e.g. size‐based survival) and spatial dynamics are important.
We present a Python package,
MetaIPM , which places IPMs into a metapopulation framework, and allow users to readily construct and apply these models that combine local population dynamics within a metapopulation framework.MetaIPM includes an IPM for each subpopulation that is connected to other subpopulations via a metapopulation movement model. These movements can include dispersion, migration or other patterns. The IPM can include for size‐specific demographic rates (e.g. survival, recruitment) as well as management actions, such as length‐based harvest (e.g. gear specific capture sizes, varying slot limits across political boundaries). The model also allows for changes in metapopulation connectivity between locations, such as a fish passage ladders to enhance movement or deterrents to reduce movement. Thus, resource managers can useMetaIPM to compare different management actions such as the harvest gear type (which can be length‐specific) and harvest locations.We demonstrate how
MetaIPM may be applied to inform managers seeking to limit the spread of an invasive species in a system with important metapopulation dynamics. Specifically, we compared removal lengths (all length fish versus longer fish only) for an invasive fish population in a fragmented, inland river system.MetaIPM allowed users to compare the importance of harvesting source populations away from the invasion front, as well as species at the invasion front. The model would also allow for future comparisons of different deterrent placement locations in the system.Moving beyond our example system, we describe how
MetaIPM can be applied to other species, systems and management approaches. TheMetaIPM packages includes Jupyter Notebooks documenting the package as well as a second set of JupyterNotebooks showing the application of the package to our example system.