| 123456789101112131415161718192021222324252627282930313233343536373839 |
- UF:
- units: ["UF1", "UF2", "UF3", "UF4"]
- area_m2: 128 * 40
- inlet_codes: [21.0, 22.0, 23.0, 24.0, 25.0, 26.0]
- stable_inlet_code: 26.0
- physical_bw_code: 45.0
- chemical_bw_code: 95.0
- # 列名
- flow_col_template: "C.M.{unit}_FT_JS@out"
- temp_col: "C.M.RO_TT_ZJS@out"
- orp_col: "C.M.UF_ORP_ZCS@out"
- cond_col: "C.M.RO_Cond_ZJS@out"
- Params:
- # 稳定段提取
- min_stable_points: 40
- initial_points: 10
- # 阻力趋势计算
- segment_head_n: 10
- segment_tail_n: 10
- scale_factor: 1e7
- Plot:
- figsize: [12, 6]
- dpi: 120
- color_inlet: "#1f77b4"
- color_bw_phys: "#ff7f0e"
- color_bw_chem: "#d62728"
- Paths:
- raw_data_path: "E:/Greentech/datasets/raw"
- output_path: "E:/Greentech/datasets/results"
- output_format: "csv"
|