Description Details Documentation Example data package See Also
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.
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.
List of all vignettes and documentation supplied with the package:
../doc/index.html
CheatSheet - quick-reference guide to StrathE2E2 functions ... ../doc/StrathE2E2_CheatSheet.pdf
or ... from an R session ... vignette("StrathE2E2_CheatSheet")
Reference Manual (pdf) - compilation of function help pages generated by CRAN-check
Package User Manual (html) - guide to developing and running models
Package website: https://marineresourcemodelling.gitlab.io/index.html
Download documentation from the package website:
Technical Manual - documentation on the structure of input and output R-objects and files
Origin of the model (previous versions)
Overview of the model concepts and design
Ecology model description
Fishing fleet model description
Optimization, sensitivity and Monte Carlo methods
Documentation on the North Sea implementation of StrathE2E2 which is provided with the package
Repository for contributed models: (https://marineresourcemodelling.gitlab.io/resources/index.html)
Publications inventory for StrathE2E models and applications
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://marineresourcemodelling.gitlab.io/sran")
Once installed, load the package using ... library(StrathE2E2examples)
Open documentation on the datasets using ... help(StrathE2E2examples)
Model management:
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_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:
e2e_compare_obs
: Box-plot comparisons between observations and model outputs.
e2e_compare_runs_box
: Box-plot comparisons between two different model runs.
e2e_compare_runs_bar
: Tornado bar-plot comparisons between two different model runs.
Fishery yield analysis:
e2e_run_ycurve
: Perform a set of model runs to generate fishery yield curve data.
e2e_plot_ycurve
: Plot fishery yield curve data.
Visualize model inputs:
e2e_plot_edrivers
: Plot a climatological year of environmental driving data.
e2e_plot_fdrivers
: Plot distributions of fishery related driving data.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.