main_plotmain API Reference
geoloop.bin.Plotmain.main_plotmain
Main entry point for plotting BHE analysis.
This function loads simulation parameters and results, organizes them into plot-ready data structures, and generates figures for multiple combinations of deterministic and Monte-Carlo simulation types. Supports plotting either:
- Multiple deterministic (SR) runs, or
- Multiple stochastic (MC) runs
Mixed SR/MC plotting is not supported. Plotting more than two runs is possible but not optimally formatted.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config_path
|
str
|
Path to a JSON configuration file. |
required |
Returns:
| Type | Description |
|---|---|
None
|
|