Skip to contents

StrathE2EPolar is a dynamic model of the 'big-picture', whole ecosystem effects of hydrodynamics, temperature, sea ice, nutrient additions, and fishing on polar shelf marine food webs.

Details

The StrathE2EPolar model has two linked parts - a fishing fleet model and an ecology model. The fishing model integrates harvesting, discarding and seabed disturbance rates across a range of gears and passes the results into the ecology model.

The ecology model is a network of coupled ordinary differential equations representing the rates of change in organic detritus, dissolved inorganic nutrient, and coarse guilds of living biomass spanning microbes to megafauna. The equations include representations of feeding, metabolism, reproduction, active migrations, advection and mixing. Environmental driving data include temperature, sea ice, irradiance, hydrodynamics, and nutrient inputs from rivers, atmosphere and ocean boundaries.

The package includes functions for parameter optimization, global sensitivity analysis, and Monte Carlo estimation of credible intervals for model outputs.

A fully developed and documented implementation for the Barents Sea is included in the package.

Example data package

StrathE2EPolarexamples - COMING SOON - NOT READY YET Example outputs from the more computationally intensive model functions are provided as a supplementary data package.

The data package auto-installs when example data are first invoked. Alternatively, to install manually:
... from an R session ... install.packages("StrathE2EPolarexamples", repos="https://marineresourcemodelling.gitlab.io/sran")

Once installed, load the examples package using ... library(StrathE2EPolarexamples)
Open documentation on the example datasets using .... help(StrathE2EPolarexamples)

See also

Model management:

  • e2ep_ls: List the available models in a designated workspace.

  • e2ep_copy: Make a copy of a named model/variant in a user defined workspace.

  • e2ep_get_parmdoc: Download parameter documentation as a dataframe.

Basic model operations:

  • e2ep_read: Load a model setup from a given workspace.

  • e2ep_run: Run StrathE2E for a prescribed number of years with a given setup.

  • e2ep_extract_start: Create a new initial values file from the end of a model run.

  • e2ep_extract_hr: Extract the values of harvest ratios generated by the fishing fleet model.

  • e2ep_plot_ts: Time-series plots of model outputs for the full duration of a model run.

Parameter estimation:

  • e2ep_optimize_eco: Maximize the likelihood of observed ecosystem data by optimizing ecology model parameters.

  • e2ep_optimize_hr: Maximize the likelihood of observed ecosystem data by optimizing harvest ratio scaling parameters.

  • e2ep_optimize_act: Maximize the likelihood of observed ecosystem data or known harvest ratios by optimizing fishing activity parameters.

  • e2ep_plot_opt_diagnostics: Plot diagnostic data from optimization runs.

  • e2ep_calculate_hrscale: Calculate fishing fleet model parameters which link effort to harvest ratios.

Sensitivity and Monte Carlo analyses:

  • e2ep_run_sens: Run a global parameter sensitivity analysis with a given model setup.

  • e2ep_run_mc: Run a Monte Carlo analysis with a given model setup.

  • e2ep_merge_sens_mc: Merge parallel processing files from sensitivity or Monte Carlo runs.

  • e2ep_process_sens_mc: Process raw output data from sensitivity or Monte Carlo runs.

  • e2ep_plot_sens_mc: Plots diagnostic results from sensitivity and Monte Carlo analyses.

Compare model runs:

Fishery yield analysis:

Visualize model inputs:

Visualize model outputs:

  • e2ep_plot_eco: Plot annual cycles of ecology model variables in the final year of a run.

  • e2ep_plot_catch: Plot annual landings and discards in the final year of a run.

  • e2ep_plot_migration: Plot annual cycles of active migration fluxes in the final year of a run.

  • e2ep_plot_trophic: Plot annual mean trophic level and omnivory indices.

  • e2ep_plot_biomass: Plot zonal distributions of annual average biomass densities.