roms_tools.Ensemble.plot

Contents

roms_tools.Ensemble.plot#

Ensemble.plot(save_path: str | None = None) None#

Plot ensemble CDR efficiency and CO2 uptake in two subplots.

Both subplots show individual ensemble-member curves. When multiple members are present, a shaded band highlights the spread between the lower and upper member envelopes at each time.

Parameters:

save_path (str, optional) – Path to save the generated plot. If None, the plot is shown interactively. Default is None.

Returns:

None – This method does not return any value. It generates and displays a plot.