The function e2e_run_sens() performs a Morris Method sensitivity analysis on the model. The default criterion for assessing the model sensitivity
is the likelihood of the observed target data set on the state of the ecosystem given each set of model drivers and parameters.
However, a function argument allows other criteria to be chosen as the basis for the analysis from the list of annually averaged or integrated variables saved in the output objects:
results$final.year.output$mass_results_wholedomain (whole-domain annual averages of stage variables over the final year of a model run), and
results$final.year.output$annual_flux_results_wholedomain (whole-domian annual integrals of fluxes between state variables over the final year of a model run).
The criterion is chosen by setting a value for the argument outID. The default outID=0 selects the likelihood of the observed target data. Other values in the range 1 to 247 select annualy averaged mass or
annually integrated flux outputs. The function presented here provides a list of all the available outputs that may be used and their outID values.