Skip to content
Snippets Groups Projects
Commit db4a9d5f authored by thierrychambert's avatar thierrychambert
Browse files

run_simul : removed useless cv_env

parent f94fc588
No related branches found
No related tags found
No related merge requests found
......@@ -101,9 +101,6 @@ run_simul <- function(nsim, cumulated_impacts,
DD_params$theta <- theta
DD_params$rMAX <- rMAX_species
# Coefficient of variation for environment stochasticity
cv_env <- coeff_var_environ
# Number of years
nyr <- time_horizon
......
......@@ -71,9 +71,6 @@ run_simul_shiny <- function(nsim, cumulated_impacts,
DD_params$theta <- theta
DD_params$rMAX <- rMAX_species
# Coefficient of variation for environment stochasticity
cv_env <- coeff_var_environ
# Number of years
nyr <- time_horizon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment