Mussel_pop_loop: Function that runs the Monte Carlo simulation for the Mussel...

View source: R/Mussel_pop_loop.R

Mussel_pop_loopR Documentation

Function that runs the Monte Carlo simulation for the Mussel population model

Description

Function that runs the Monte Carlo simulation for the Mussel population model

Usage

Mussel_pop_loop(
  Param,
  times,
  IC,
  Tint,
  Phyint,
  DTint,
  POCint,
  Ccont,
  Ncont,
  Pcont,
  POMint,
  TSSint,
  N,
  userpath
)

Arguments

Param

a vector containing model parameters

times

integration extremes and integration timestep

IC

initial condition

Tint

the interpolated water temperature time series

Phyint

the interpolated phytoplankton time series

DTint

the interpolated detritus time series

POCint

the interpolated POC time series

Ccont

the C/C content of the POC

Ncont

the N/C content of POC

Pcont

the P/C content of POC

POMint

the interpolated POM time series

TSSint

the interpolated TSS time series

N

time series with number of individuals

userpath

the path where the working folder is located

Value

a list with RK solver outputs


RAC documentation built on May 2, 2023, 5:12 p.m.