uf_analyze_config.yaml 747 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. UF:
  2. units: ["UF1", "UF2", "UF3", "UF4"]
  3. area_m2: 128 * 40
  4. inlet_codes: [21.0, 22.0, 23.0, 24.0, 25.0, 26.0]
  5. stable_inlet_code: 26.0
  6. physical_bw_code: 45.0
  7. chemical_bw_code: 95.0
  8. # 列名
  9. flow_col_template: "C.M.{unit}_FT_JS@out"
  10. temp_col: "C.M.RO_TT_ZJS@out"
  11. orp_col: "C.M.UF_ORP_ZCS@out"
  12. cond_col: "C.M.RO_Cond_ZJS@out"
  13. Params:
  14. # 稳定段提取
  15. min_stable_points: 40
  16. initial_points: 10
  17. # 阻力趋势计算
  18. segment_head_n: 10
  19. segment_tail_n: 10
  20. scale_factor: 1e7
  21. Plot:
  22. figsize: [12, 6]
  23. dpi: 120
  24. color_inlet: "#1f77b4"
  25. color_bw_phys: "#ff7f0e"
  26. color_bw_chem: "#d62728"
  27. Paths:
  28. raw_data_path: "E:/Greentech/datasets/raw"
  29. output_path: "E:/Greentech/datasets/results"
  30. output_format: "csv"