Orcaflex Post Processing Efficient Processing

Sub-skill of orcaflex-post-processing: Efficient Processing (+2).

vamseeachanta a753d9f 837 B Updated

File contents

Efficient Processing (+2)

Efficient Processing

  1. Use parallel processing for multiple .sim files
  2. Limit variables to only those needed
  3. Specify time ranges to reduce data volume
  4. Use CSV for data analysis, HTML for reporting

Data Organization

  1. Store summaries in results/summary/
  2. Store time series in results/time_series/
  3. Store range graphs in results/range_graphs/
  4. Use consistent naming: {case_name}_{variable_type}.{format}

Interactive Reports

  1. Always use Plotly for interactive HTML (mandatory per workspace standards)
  2. Include hover tooltips with values
  3. Add legend for multi-line plots
  4. Use consistent color schemes

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/orcaflex-post-processing/efficient-processing commit a753d9f33b

Frequently asked questions

npx skillmds@latest add vamseeachanta/orcaflex-post-processing-efficient-processing