DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
15 stars 2 forks source link

[FEAT]: Simulate Ensemble #5351

Open jamiewaese-uncharted opened 2 weeks ago

jamiewaese-uncharted commented 2 weeks ago

Here is some fresh design for Simulate ensemble: Figma designs here

Tom-Szendrey commented 2 weeks ago

1) When you first open the screen the form is empty. You need to fill in the mapping section to enable the run button. Image

2) We have mapped all the model variables to an ensemble variable. Click the run button... Image

3) It starts processing... Image

4) When the output is ready to show, the Simulation settings panel automatically collapses and the Output settings panel automatically expands. Image

In the Output settings panel, there is a new section called Data format. When "Default format" is selected, we draw all the individual samples as well as the average value Image

When Quantiles (CDC Forecast Hub) format is selected, we draw filled shapes behind the average value to represent the quantiles that are selected. Here the user has selected quantile ranges of 50% and 95%. There are two levels of shapes behind each line, one narrow and one wide.

Image