diff --git a/docs/src/tutorials/tutorial_4.md b/docs/src/tutorials/tutorial_4.md index 7b42a3f17..9f062b243 100644 --- a/docs/src/tutorials/tutorial_4.md +++ b/docs/src/tutorials/tutorial_4.md @@ -14,7 +14,7 @@ Futhermore, if you are not yet comfortable with downloading (only needs to be do ## The API -The best current documentation on the MCS API is the internals documentation [here](https://github.com/anthofflab/Mimi.jl/blob/tutorials/docs/src/internals/montecarlo.md), which provides a working and informal description of the Monte Carlo Simulation support of Mimi. This file should be used in conjunction with the examples below for details, as it includes more advanced options such as non-stochastic scenarios and running multiple models. +The best current documentation on the MCS API is the internals documentation [here](https://github.com/anthofflab/Mimi.jl/blob/master/docs/src/internals/montecarlo.md), which provides a working and informal description of the Monte Carlo Simulation support of Mimi. This file should be used in conjunction with the examples below for details, since the documentation covers more advanced options such as non-stochastic scenarios and running multiple models, which are not yet included in this tutorial. ## Two-Region Model Example diff --git a/docs/src/userguide.md b/docs/src/userguide.md index f452f540a..b7c55c246 100644 --- a/docs/src/userguide.md +++ b/docs/src/userguide.md @@ -11,7 +11,8 @@ This guide is organized into six main sections for understanding how to use Mimi 3) Running the model 4) Accessing results 5) Plotting and the Explorer UI -6) Advanced topics +6) MCS Functionality +7) Advanced topics ## Defining Components @@ -166,6 +167,10 @@ save("figure.svg", p) ![Explorer Single Plot Example](figs/explorer_single_plot_example.png) +## Monte Carlo Simulation (MCS) Support + +Mimi includes a host of routines which support running Monte Carlo Simulation (MCS) on Mimi models. The best current documentation on the MCS API is the internals documentation [here](https://github.com/anthofflab/Mimi.jl/blob/master/docs/src/internals/montecarlo.md), which provides a working, although informal, description of the Monte Carlo Simulation support of Mimi. This file should be used in conjunction with the examples in [Tutorial 4: Monte Carlo Simulation (MCS) Support](@ref), since the documentation covers more advanced options such as non-stochastic scenarios and running multiple models, which are not yet included in this tutorial. + ## Advanced Topics ### Timesteps and available functions