Skip to contents

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

Details

The StrathE2E2 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, 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 North Sea is included in the package.

Example data package

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("StrathE2E2examples", repos="https://www.marineresourcemodelling.maths.strath.ac.uk/sran")

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

See also

Model management:

  • e2e_info_pk: List version number and details of the installed package.

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

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

  • e2e_info_md: List details of a selected model and its variants.

  • e2e_get_parmdoc: Download parameter documentation as a dataframe.

Basic model operations:

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

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

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

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

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

Parameter estimation:

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

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

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

  • e2e_plot_opt_diagnostics: Plot diagnostic data from optimization runs.

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

Sensitivity and Monte Carlo analyses:

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

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

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

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

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

  • e2e_get_senscrit: List the model outputs available as the basis for sensitivity analysis.

Compare model runs:

Fishery yield analysis:

Visualize model inputs:

Visualize model outputs:

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

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

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

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

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