Efficient Processing (+2)
Efficient Processing
- Use parallel processing for multiple .sim files
- Limit variables to only those needed
- Specify time ranges to reduce data volume
- Use CSV for data analysis, HTML for reporting
Data Organization
- Store summaries in
results/summary/ - Store time series in
results/time_series/ - Store range graphs in
results/range_graphs/ - Use consistent naming:
{case_name}_{variable_type}.{format}
Interactive Reports
- Always use Plotly for interactive HTML (mandatory per workspace standards)
- Include hover tooltips with values
- Add legend for multi-line plots
- Use consistent color schemes