Function that runs the Monte Carlo simulation for the Mussel population model
Mussel_pop_loop(
Param,
times,
IC,
Tint,
Phyint,
DTint,
POCint,
Ccont,
Ncont,
Pcont,
POMint,
TSSint,
N,
userpath
)
a list with RK solver outputs
a vector containing model parameters
integration extremes and integration timestep
initial condition
the interpolated water temperature time series
the interpolated phytoplankton time series
the interpolated detritus time series
the interpolated POC time series
the C/C content of the POC
the N/C content of POC
the P/C content of POC
the interpolated POM time series
the interpolated TSS time series
time series with number of individuals
the path where the working folder is located