|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
pic.flow sweep orchestrates parameter studies with generated run variants, scheduler arrays, and aggregate metrics.
A sweep/study commonly uses:
study.yml defining parameter combinations and metrics,Starter templates are available under examples/*/*study*.yml and examples/master_template/.
Typical optional flags include dry-run or no-submit behaviors depending on workflow stage.
A study definition usually specifies:
Each combination yields a generated run with fully materialized config set.
Expected study outputs include:
metrics_table.csv),summary.json),This keeps raw run data and comparative study diagnostics in one reproducible structure.
Recommended workflow:
--no-submit,For fragile metrics, add smoke tests or fixture-based validation before large queue submissions.