$\newcommand{\E}{\mathbb{E}}$I am working on numerical algorithms for solving convex large-scale multistage scenario-based problems and I am looking for some standard benchmarks problems. I have so far worked with scenario trees generated from data, but I wonder whether there are some standard problems. I would be particularly interested in problems in the general area of economics or some interesting engineering application.
I am referring to problems in the general form
\begin{align} \min_{u_0 \in U_0} \E_{\mid 0} \bigg[\ell_0(x_0, u_0, w_0) +& \inf_{u_1 \in U_1} \E_{\mid 1}\Big[\ell_0(x_1, u_1, w_1) + \ldots \\ +&\inf_{u_{N-1}\in U_{N-1}} \E_{\mid N-1}[\ell_{N}(x_N)]\cdots \Big]\bigg], \end{align}
subject to $x_{t+1} = f(x_t, u_t, w_t)$, where $f$ is linear in $x$ and $u$, $\ell$ is convex in its first two arguments, $(w_t)$ is a random process whose evolution is described by a scenario tree (I will omit a detailed description here) and $\E_{|t}$ denotes the conditional expectation which is conditioned with the information that is available up to stage (time) $t$ [this is properly defined using the natural filtration of $(w_t)_t$].
I have seen such problems in the area of energy distribution management, but in most cases these involve binary variables (which correspond to the switching of generators), but I'm looking for problems without binaries.