Skip to content

Add "Create Unified CSV Report" context menu to ensemble Parameters folder#904

Draft
Copilot wants to merge 2 commits intodevfrom
copilot/add-create-unified-csv-report
Draft

Add "Create Unified CSV Report" context menu to ensemble Parameters folder#904
Copilot wants to merge 2 commits intodevfrom
copilot/add-create-unified-csv-report

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 15, 2026

The Parameters folder in a summary ensemble had no way to export the realization parameter values in a unified tabular format.

Changes

  • New command RicCreateEnsembleParameterCsvReportFeature: generates a space-delimited parameter report and displays it via the existing RicShowPlotDataFeature::showTextWindow. Parameter names are aggregated across all cases to handle heterogeneous ensembles.

  • Context menu hook: RimSummaryEnsembleParameterCollection::appendMenuItems registers the new command on right-click of the Parameters folder.

Output format

REAL ParamA ParamB ParamLast
00001 0.1 0.2 12
00002 0.12 0.2 13
00099 0.21 0.4 12

Realization numbers are zero-padded to 5 digits. Both numeric and text parameter values are supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants