Recovering Individual Based Model Outcomes on Spatiotemporally Coarsened Data

/, Undergraduate Research/Recovering Individual Based Model Outcomes on Spatiotemporally Coarsened Data

Recovering Individual Based Model Outcomes on Spatiotemporally Coarsened Data

2022-04-29T14:11:06-07:00 March 2nd, 2022|Environment, Undergraduate Research|

By Sameerah Helal, Applied Mathematics, Under supervision of Stephanie Dodson

Author’s Note: Individual Based Models (IBMs) are commonly used to study animal migrations and foraging behaviors. These flexible models are powerful in identifying the mechanisms driving animal movement; however, when fed spatially or temporally coarse environmental data, IBMs can often produce inaccurate model outcomes. Here, we investigate how model adaptations can mitigate negative consequences of poor data using an IBM of blue whales. Specifically, we find that models running on coarse data lead the simulated whale agents to clump together in their foraging behaviors and migrations paths. Algorithm adaptations, like altering the rate at which the whales update their locations, can reduce the locational clustering effect incited by spatially coarse data, and introducing available fine data to coarse data can mitigate the behavioral inaccuracies caused by temporally coarse data. These changes improve verified utilization distributions of whale positions, behavioral state plots, and associated metrics.

 

1 Introduction 

Recognizing how species interact and forage within their environment is an important aspect for understanding animal migrations. Predicting movement and behaviors given environmental conditions is crucial for understanding how changes in environment, like climate change, will affect future migrations. Though many species migrate, we focus on the foraging behaviors of Northern Pacific blue whales. 

The largest animal to have ever lived, North Pacific blue whales are well known marine mammals and seasonal migrators [1]. In winter, they can be found in breeding grounds off the coast of Mexico and Baja California; during summer and fall, they migrate to foraging grounds off the coast of California. Blue whales forage only on krill and need to consume large amounts of prey to meet their energetic needs. Their seasonal foraging is timed with coastal upwelling in the California current system, which leads to high densities of krill. Blue whales are also a threatened species, and their population growth is hindered by human intervention in the form of shipping lanes, discarded fishing gear, and changing climate [1]. 

Modeling is a common method used to understand animal migrations and foraging behavior. Individual Based Models, or IBMs, treat individual animals as autonomous agents whose movements and behaviors are governed by a set of probabilistic rules. An example of this is the IBM in [2]. This model has individual, autonomous, simulated blue whale agents interact with and move through a domain: a restricted geographic area throughout which the agents are allowed to move; at any time they occupy either a transit or forage state. The state is selected based on krill density and sea surface temperature (SST) [2]. This model was used to evaluate the relative importance of prey and environmental factors in driving movement distributions of whales. Previously, the IBM was only run effectively on very fine spatiotemporal resolution Regional Ocean Modeling System (ROMS) data: computer generated sea data that is assimilative and hindcast, meaning that it gives realistic ocean conditions constructed from past observations. With ROMS being computationally expensive to generate and not available in real time, ROMS data is not feasible to use for current prediction purposes. 

Our long-term goal is to predict real whale locations and behaviors by simulating whale agents on current environmental conditions using real-time satellite data. However, satellite data is messy and often of poor resolution, having spatiotemporal resolutions as coarse as 12 km grid cells and 8 day time-steps compared to the ROMS data’s 3 km and 1 day resolutions. A time-step is the length of time between each day for which the satellite has collected data. This poor resolution data yields inaccurate predictions and misleading results when applied to the blue whale IBM models. 

Figure 1, created using output from our own models, highlights that models run on low resolution data return misleading predictions of whale positions, forecasting them to be clustered in much smaller areas than they actually are. In Figure 2, which shows the proportion of whale agents foraging over time and gives a sense of population-level behaviors, it can be seen that the models inaccurately recreate whale behavior by causing a behavioral update lag that corrects itself in jumps. Similarly unrealistic predictions are expected for IBMs of other animal populations. 

In this study, our objective is to understand how to adapt the IBM developed by Dodson et al., as well as the data, to produce realistic predictions in spite of poor input resolution [2]. To do so, we will coarsen the original ROMS data to mimic poor satellite data, then compare the results of the IBM run on the coarse data to the results of the model run on the unaltered ROMS data. From there, we will formulate model adaptations that will yield accurate results from the IBM, even when run on coarse data. 

In the methods section, we detail the functions of the IBM, our data manipulation methods, and 

Figure 1: Contour map comparing the 95% utilization distribution map for the Gold Standard and 12 km resolution on September 1, 2008. Points are whales from the 12 km population. 

our proposed adaptations, as well as the metrics to compare outputs of the IBM. In the results, we describe the efficacy of our solutions, showing quantitatively and qualitatively how they improve the model output. We analyze these results, their advantages, shortcomings, and future implications in the discussion section. 

2 Methods 

2.1 The ROMS Data 

Throughout the study, we utilized ROMS (Regional Ocean Modeling System) Data, with two geospatial fields: sea surface temperature (SST) and krill [3] [4]. The domain is located off the California coast (32 42N Latitude and 116 128W Longitude) for the year 2008. 

The datasets are identical in shape and structure, but contain different information: SST is sea surface temperature in Celsius and krill is the relative density with values between 0 and 1. The resolution of this data, which we will henceforth refer to as the ‘gold standard’, is 3 km spatial and 1 day temporal. Imagine the environmental data to be two-dimensional maps stacked vertically, one for each time interval (Figure 3). 

2.2 Description of the IBM 

Our IBM, or individual based model, takes inputs of sea surface temperature (SST) and krill data as environmental information that whale agents interact with and use to inform their movements around the domain. This choice of input is motivated by the fact that real-life whales partially decide their movements based on krill availability, which is influenced by sea surface temperature. Note that all mentions of whales from this point onward refer to the simulated whale agents in the IBM. As they progress through the model, the whales can occupy either a transit state (S1), where they simply travel through the domain, or a foraging state (S2), where they “forage” for krill; the movement distribution of each state is dictated by the step length and turning angle variables. These behavioral states are inspired by the analysis of blue whale tagging data in [5]. This type of model 

Figure 2: Proportion of population foraging over time for the Gold Standard and 8 day resolution. 

is also referred to as a “state-switching” or “semi-Markovian” model, respectively because the whales switch to random states and because the switch depends largely on their current and previous locations. In a fully Markovian model, the state variable would not depend at all on past information, only current.

Movement updates are parametrized by step lengths and turning angles. On any position update, the turning angle determines at what angle from its current trajectory a whale should turn, and the step length determines how far in that direction to travel. For each whale these parameters are drawn from respective Gamma and Von Mises, two probability distributions with their own parameters µ and σ. Distinct distributions are defined for whales in the foraging versus transit state. The distributions of the step length and turning angle are also functions of the time intervals given as parameters in the model. They have moments µ = h · 3700, σ = h · 2150 for the transiting state, and µ = h · 1050, σ = h · 970 foraging state [5]. Here, h represents the number of hours in one time-step (the amount of time between a location update) as follows: 

Figure 3: Visualization of the SST and krill data as a 3-dimensional tensor. 

(a) Forage state

(b) Transit state 

Figure 4: Step length probability distributions for whales in forage or transit state for rate 1, 2, and 4. 

Note that, while the step length and turning angle themselves are random, the absolute direction in which the whale turns depends on its current and previous location, which form the start of the zero degree angle from which the whale will turn. Hence, the “semi-Markovian” reference. At every update, each individual reads its local SST and krill conditions, which influence the probability of foraging through a distribution defined by 

where z = 3 is a normalization parameter that ensures that the probability does not exceed 1, w1 = 1 and w2 = 2 are weights, and P SST and P krill are the respective probability distributions of foraging given SST and krill.

Lower SST and higher krill densities in a whale’s surroundings are associated with an increased likelihood of it either switching to or continuing in the foraging state (Figure 5). 

(a) Based on surrounding SST 

(b) Based on surrounding krill density 

Figure 5: Probability of a whale foraging based on its environment. 

To summarize the process: the IBM is initiated on May 1st in the southern portion of the domain, and at each update, the whales’ movement aligns with a movement distance based on the distributions in Figure 4 and their current location. Their foraging state is determined from their environmental conditions. This update cycle repeats until the end of the simulation, which, in this case, is the end of the year. 

2.3 Data Coarsening in Space and Time 

We manipulated the ROMS data to mimic the data collection shortcomings of satellites to achieve data coarsening. Specifically, satellite readings are plagued by coarse spatial and temporal resolutions. These are in part due to a satellite’s movement, type of readings, and presence of cloud cover. Making the ROMS data ‘bad’ in the way that satellite data is flawed required coarsening the data in space and time. 

Spatial coarsening of the SST and krill ROMS data was accomplished through Matlab’s meshgrid and interp3 functions, for which the input data was the original 3 km spatial resolution, and returned it in lower resolutions of 6 km, 9 km, and 12 km. These coarser resolutions were selected to match available satellite data and test the limits of our methods. 

To make up for missing data over time, satellites tend to use moving means: averaging the data over an interval, shifting the interval forward, and repeating the process; thus, our temporal coarsening was accomplished through averaging the data over time. To obtain coarsened data with an n−day resolution, we averaged the data in every n time-slices. The n slices were compressed into a single slice, resulting in a total of 1/n times the number of original time-slices. We performed this temporal averaging for 3 days and 8 days to mimic time resolutions consistent with satellite data. 

Figure 6: SST data from September 1, 2008, coarsened temporally and spatially. The axes of each map show the number of grid cells from the bottom left corner. 

Note that minor alterations to the IBM’s parameters, not mentioned because of their triviality, were required so that the model would run given the new dimensions of the data. 

2.4 Issues from Coarser Data 

Once we had coarsened the data, feeding it into the IBM no longer resulted in the same whale behavior or locations as the gold standard, which used data with 3 km, 1 day spatiotemporal resolution. Unlike many of the models based on coarser data, the gold standard results in whale locations spread over the coast with continuous population foraging behavior. In model iterations parametrized by the more extreme resolutions, like 12 km in space or averaged over 8 days in time, using the coarse data resulted in perceiving the whale population to act completely differently. 

When tracking movement based on data coarsened in space (Figure 1), the whales tended to move closer to each other as the simulation progressed, resulting in them clustering unrealistically at the coast instead of being spread over the domain. Adding temporal coarsening to the data only exacerbated this clumping effect. 

In addition to causing the whales to cluster over time, temporal coarsening alone also altered

Figure 7: Zoomed in utilization distribution maps of spatially coarse data vs. the gold standard. Curves show the 95% contour of the UDs. The full domain is shown on the right, with the regions on the left indicated by the orange box. 

whale behavior. Abrupt jumps in the percentage of whales foraging became apparent at the end of each time-slice, making the whales’ feeding behavior appear unrealistically stepwise for extremely coarse time (Figure2). 

Figure 8: Percentage of population foraging over time for temporally coarse data vs. the gold standard. 

These deviations from the gold standard output required that we alter the IBM or its inputs such that the IBM would continue to produce realistic results, even with poor data. 

2.5 Model Adaptations: Spatial 

In an effort to have the IBM running on coarse data reproduce the same movement and behavioral patterns as the gold standard IBM running on the gold standard ROMS data, we modified parts of its algorithm; in particular, we scaled the time-steps of the IBM. 

To mitigate the issues that arose specifically from spatially coarse data, we adjusted the rate at which the whales’ locations and behavioral states were updated. In the gold standard model, the whales take 4 steps per day (every 6 hours), with step length selected from a Gamma distribution with parameters µ0 and σ0. In order to recover realistic whale movements,  i.e. to have the whales move the same distance over the same amount of time, we scaled this distribution by a parameter h, defined in equation 1, to accommodate for the increased size of grid cells caused by coarse spatial data.

From the gold standard model’s rate of 4 time-steps, we changed our rates to 1 and 2, corresponding, respectively, to time-steps of 24 and 12 hours. This way, the whales updated locations less often, but took larger steps that were matched to the larger grid cells [5], preventing them from getting trapped in grid cells due to limited movement ability, allowing them to move freely as they did when basing their movements on the ROMS data. 

2.6 Model Adaptations: Temporal 

To mitigate the disruption to whale behavior caused by temporally coarse data in the IBM, we introduced temporally finer data (when available) to the coarsened data, resulting in a hybrid coarse-fine environmental dataset that we could pass to the IBM. Our intention was to develop a methodology for handling temporally coarse input data while remaining consistent with the available satellite data. Temporally finer satellite data (e.g. 1 day, or daily) is often prohibitively sparse for IBM use due to missing data from clouds or the location of the satellite, but 8-day averages are sufficiently dense. We used this structure to our advantage and augmented the coarse data with available finer resolutions. 

We regard the coarse data as our primary input, and the fine data as our secondary input. First, we created gaps in the coarse data by using Matlab’s randi function to select 30% of the indices in the data matrix uniformly at random. Then, to fill in the gaps in the coarse data, we replaced the randomly selected indices of the coarse data with the fine. In short, given temporally coarse data, we backed it up, or combined it with data of similarly coarse spatial, but finer temporal (1 day) resolution. For example, we might modify the 6 km, 8 day coarse data by replacing 30% of it with the finer 6 km, 1 day data. 

Note that combining data of different resolutions in this way required some interpolation of the coarser data to the larger dimensions of the fine. 

Before selecting 70% as the ratio of temporally coarse data, we analyzed real GOES (Geostationary Operational Environmental Satellites) satellite data recorded from the same area of the ocean as our ROMS data. Measurements of the GOES data are gathered by the GOES Imager, a multi-channel radiometer carried aboard the satellite. This satellite data is available in 6 km spatial resolution (about 0.05 degree latitude-longitudinal resolution) and in 1, 3, 8, 14, and 30 day composites averaged in time. Satellite SST data was extracted from NOAA GOES Imager Western Hemisphere satellite and accessed via [6]. Examples of data with few holes and many holes can respectively be found in Figure 9

(a) A day with very few holes

(b) A day with many holes 

Figure 9: SST GOES satellite data on days with varying amounts of holes. Dark blue indicates missing data. 

Plotting the percentage of the data that was missing (Figure 10) showed that the highest percentage of clouds at any time, for the first temporal resolution (1 day), was 80%, with an average of 40%. That is, on any given day, there is a wide range of data that might be missing. We also tested a range of coarse to fine ratios (i.e. percentages of missing data) on our own data, and the lowest percentage of fine data that returned reasonably improved results from no fine data at all was 30%. Thus, in what follows, we fix 30% as the amount of fine data to introduce, and 70% as the amount of ‘missing’ or coarse data. The improvements will be further discussed in the Results section; see table 3

2.7 Metrics 

The behaviors that we are trying to replicate in the gold standard are the foraging behaviors over time and over the whales’ habitat area. We used two established metrics to compare model outputs between the adjustments, as well as a third that we designed to be a combination of the two. 

The L2 norm, or the Mean Square Error, was used to measure how close the whales’ foraging behavior resulting from any of the models was to that of the gold standard model output. We extracted the vector of the percentage of whales foraging over time for both models and, after applying a moving mean, compared them using the L2 norm of the data. This metric provided an understanding of the foraging behaviors of the whale population through time. We define 

Note that XGS represents the output produced by the gold standard model. Lower L2 norms indicate a more accurate reproduction of the gold standard outcomes, and an L2 norm of zero indicates that the models have identical foraging behavior. 

Figure 10: Percentage of the missing data for real, daily satellite GOES data. Dashed vertical lines indicate the beginning of each month. 

Utilization distributions are probability distributions built from the data points of individual positions and are commonly used to understand and compare animal habitats. To quantify the accuracy of the utilization distribution produced by a given model, we used the volume intersection (‘VI’ in the adehabitathr R package) between the utilization distribution of the final positions of the whales from the given model versus the gold standard model. The positions were taken from September 1, 2008, a date by which the whales had had sufficient time to explore and interact with the domain. This gives a measure of how close the model output is to the gold standard in terms of whale positions. We refer to this volume as the ‘VI’. The equation for the VI integral is 

for model run X compared to the gold standard model at all points (x, y) in our domain. 

Because we are measuring overlap of the utilization distributions, a higher value indicates better model performance, with the maximum being 1. Due to the stochastic, meaning somewhat random, nature of the model, a VI value of 1 was not achieved even by comparing two of the same model runs from the gold standard, which returned an overlap value of around 99%; thus, for our purposes, VI values near 0.9 are considered good. 

The UDs and VI values were computed using R. We formatted the final whale positions of each model, labeled by the resolution of its input data, into a dataframe, then used the kerneloverlap and kernelUD functions from the R (version 4.0.2) package adehabitatHR to return the VI overlap value [7]. Our choice of setting the method argument to ’VI’ gave us the computed volume of intersection between the gold standard and coarse data model outputs. 

Finally, our own ∆ metric is the combination of the L2 and VI norms: for a model outcome X, we defined 

Since all efforts to adapt the model were done in order to produce equivalent results to the gold standard when fed into the simulator, our goal was to minimize the ∆ of the model; i.e. minimize the L2 and maximize the VI values. We measured the effectiveness of a model adjustment by quantifying model improvement using the fold decrease in ∆ values before and after the adjustment was applied. 

3 Results 

3.1 Changing Rate Counteracts Spatially Coarsened Data 

We focus first on purely spatially coarsened data, which has the same 1 day temporal resolution as the data used in the gold standard. The model run on spatially coarsened data resulted in unrealistic behaviors from the whales: resolutions lower than the gold standard of 3 km prevented the whales from exploring the entirety of the domain and caused them to move closer together as the IBM progressed. In particular, the agents ended up in clusters near the coast instead of spread over the domain. In an attempt to recreate the spread-out behavior of the gold standard IBM, we decreased the rate at which the whales updated their locations and behavioral states. 

Without any temporal coarsening, adjusting the rates significantly mitigated the clustering effects of spatial coarsening on the locations of the whales. Changing the rate in the IBM caused the whales to forage in generally the same areas with coarse data as they did with the gold standard data. The utilization distributions of the whales’ positions on the date September 1, which we noted was chosen as a sufficiently advanced time in the simulation to show model- representative whale behaviors (Figure 7), became visibly more similar to that of the gold standard. 

Table 1: Original and corrected VI for spatially coarsened data, with fold decrease in ∆ values. 

The original VI values for the coarse data for 9 km, and 12 km were 0.705, 0.480, and 0.256 respectively. Recall that higher VI values, closer to the maximum of 1, are more desirable. After adjusting the rate, these values became 0.710, 0.654, and 0.549; all improvements, even to the 6 km, which show less dramatic improvement due to already being relatively close to the gold standard. In addition , before changing the rate, the ∆ values were about 1.9, 2.8, and 3.0; all very high and 

Figure 11: Utilization distribution maps of spatially coarsened data with and without altered rates. 

indicative of undesirable model results that did not align with the gold standard. After changing the rate, these values reduced to 1.2, 1.4, and 1.7; at minimum a 1.6-fold decrease each, with the 9 and 12 km resolutions seeing the greatest favorable impacts. 

3.2 Introducing Finer Data Counteracts Temporally Coarsened Data 

We now consider purely temporally coarsened data, keeping the spatial resolution constant at 3 km. Recall that coarsening the data temporally caused issues with population-level whale foraging behavior. For lower temporal resolutions than the gold standard’s 1 day, the whales experienced abrupt, en masse changes in foraging state, causing the percentage of whales foraging over time to look unrealistically segmented. To mitigate this effect, we introduced finer data as a replacement for 30% of the coarse data as described in the Methods section. With the addition of the finer data, the foraging percentages were visually less step-like and numerically closer to the gold standard results. 

Table 2: L2 norms for temporally coarsened data before and after the addition of 30% 1 day data, with fold decrease in ∆ values. 

When naively fed temporally coarse data, i.e. when no changes are made to the data or the model to counter the effects of the temporal coarseness, the IBM results had ∆ values of 1.4 and 2.0 respectively for 3 day and 8 day. These high ∆ values are largely due to jump-like behaviors in the percentage of whales foraging. After replacing 30% of the coarse data with available fine data, we found that the ∆ values decreased over 1.6-fold and 2-old, to a value near 1. Similarly, the L2 norms decreased, as desired, from 1.2 and 1.7 to 0.77 and 0.93 for the coarse temporal resolutions of 3 day and 8 day. 

Figure 12: Proportion of the population foraging over time for temporally coarsened data with and without added finer data. 

3.3 Combined Spatial and Temporal Fixes 

Negative influences on whale foraging behaviors were amplified when the environmental data had both poor spatial and temporal resolutions: with no fixes, the spatiotemporally coarsened data had a minimum ∆ of 3 across all resolutions. Combining the fixes by substituting available fine data, then changing model rate was successful in improving the behaviors in the combined coarseness scenario. By reducing the jumps in the number of whales in each behavioral state, and increasing the overlap between the utilization distributions of the corrected and gold standard models, we were able to decrease the ∆ value to be capped at 1.6. This was at least a 2.6-fold decrease in ∆s for each of the spatiotemporally coarsened datasets, greater than for any of the adjustments applied to data that was coarse in only one dimension. 

Table 3: Fold decrease in ∆ for all spatiotemporal coarsening combinations. 

Figure 13: Bar chart of ∆ values for spatiotemporally coarse data before and after algorithm modifications. 

4 Discussion 

Our long-term goal was to run the IBM on satellite data to predict real-time locations of blue whales. However, the IBM had only been shown to produce realistic predictions on fine-scale input data. Specifically, gaps and poor resolution of SST and krill data would lead to inaccurate simulations and predictions of whale movements. To the end of mimicking this ‘bad’ data, we coarsened our data spatially and temporally. By decreasing the rate at which the whales updated their locations and introducing available fine data to the coarse data, we successfully improved  the results of the IBM when running on coarse data, as measured by the VI, L2, and ∆ metrics,. 

Of our two directions of coarsening, the first we dealt with was spatial. The lower spatial resolution (e.g. 12 km instead of the gold standard 3 km), or larger grid cells, caused the whales to clump together over time instead of exploring the entire domain. We anticipated that this was because the increased size of grid cells caused the whales to be trapped in areas of high foraging; the whales’ step lengths were too short to exit areas with high foraging probability. Since the step lengths are a function of the step rate, with larger average lengths corresponding to lower rates, by decreasing the rate at which the whales updated locations, the step length became better aligned with the spatial size of the grid cells. Larger step lengths prevented the whales from getting stuck in rich foraging locations and allowed agents to step out of a grid cell and continue to explore the domain. For example, changing the update from 6 to 24 hours (rate 4 to rate 1) shifted the average step length of foraging from 6.3 km to 25 km. The larger average step length then allowed individuals to exit a 12 km grid cell and continue to explore the domain. 

Our second direction of coarsening was temporal; lower temporal resolutions were apparent in sudden changes in the percentage of whales foraging. The jump-like behaviors were due to the whales operating on old information: the coarser the temporal resolution, the more outdated the whales’ knowledge of their surroundings. Our model correction was to provide the agents with the most up to date information when possible. Adding finer data into the coarse data removed the unrealistic jumps in the whales’ behavior and yielded population-level foraging activity that better resembled the gold standard. 

Our solution for temporal coarsening is particularly powerful because of its scale: we only required 30% of the coarse data to be randomly replaced with the fine to see great improvement. Analysis of GOES satellite data showed that the average missing data during the summer and fall, commonly due to cloud cover, is usually less than 40% and rarely exceeds 70%. Thus, utilizing 30% of 1 day temporal resolution data with 70% of temporally coarse data is a realistic quantity, and actually uses the upper bound of 70% for the amount of missing satellite data. We introduced the fine data to the coarse data uniformly at random as the natural first step, since it did not require any assumptions about the locations or shapes of the missing data. One next step would be to target localized, perhaps even moving, regions for more ‘cloud-like’ replacement. 

The methods we develop here are not at all unique to modeling blue whale populations; they can be applied to any individual based model in which the agents make decisions based on environmental input data. These solutions are particularly useful for models that, like ours, have inputs that are dynamic in space and time; nearly any IBM for animal movement could be similarly adapted. By incorporating finer temporal data when possible and aligning the step lengths to be of the same order as the spatial grid resolution, we believe other individual based models can be used with coarse environmental data to make predictions that are considerably more similar to those they might make with finer, more accurate data. 

The problem of predicting animal behavior based on environmental conditions is an important one, especially with continually changing impacts from humans and climate change. With these results and further exploration in our suggested direction, it is our hope that it will be possible to make accurate, real-time predictions of whale positions based on satellite data. 

 

References 

  1. Scales KL, Hazel EL, Jacox Mg, Edwards CA, Boustany AM, Oliver MJ, Bograd SJ. 2017. Scale of inference: on the sensitivity of habitat models for wide-ranging marine predators to the resolution of environmental data. Ecography [Internet]. 40:210-220. doi:10.1111/ecog.02272.
  2. Dodson S, Abrahms B, Bograd SJ, Fiechter J, Hazen EL. 2020. Disentangling the biotic and abiotic drivers of emergent migratory behavior using individual-based models. International Journal on Ecological Modelling and Systems Ecology [Internet]. 432. doi:10.1016/j.ecolmodel.2020.109225.
  3. Rose KA, Fiechter J, Curchitser EN, Hedstrom K, Bernal M, Creekmore S, Haynie A, Ito S, Lluch-Cota S, Megrey BA, Edwards CS, Checkley D, Koslow T, McClatchie S, Werner F, MacCall A, Agostini V. 2015. Demonstration of a fully-coupled end-to-end model for small pelagic fish using sardine and anchovy in the California Current. Progress in Oceanography [Internet]. 138(B): 348-380. doi:10.1016/j.pocean.2015.01.012.
  4. Fiechter J, Huckstadt LA, Rose KA, Costa DP. 2016. A fully coupled ecosystem model to predict the foraging ecology of apex predators in the California Current. Marine Ecology Progress Series [Internet]. 556:273-285. doi:10.3354/meps11849.
  5. Bailey H, Mate BR, Palacios DM, Irvine L, Bograd SJ, Costa DP. 2009. Behavioural estimation of blue whale movements in the Northeast Pacific from state-space model analysis of satellite tracks. Endangered Species Research [Internet]. 10:93-106. doi:10.3354/esr00239.
  6. 2019. SST, GOES Imager, Day and Night, Western Hemisphere. https://coastwatch. pfeg.noaa.gov/erddap/index.html.
  7. Calenge C. 2006. The package adehabitat for the R software: tool for the analysis of space and habitat use by animals. Ecological Modelling 197:516-519. doi:10.1016/j.ecolmodel.2006.03.017.