uf_analyze_config.yaml 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: 30
  16. initial_points: 10
  17. # 阻力趋势计算
  18. segment_head_n: 5
  19. segment_tail_n: 5
  20. scale_factor: 1e10
  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. project_root: "E:/Greentech" # 请根据项目根目录修改相应路径
  29. raw_data_path: "models/uf-rl/datasets/raw"
  30. output_path: "models/uf-rl/datasets/processed/segments"
  31. filter_output_path: "models/uf-rl/datasets/processed/filter_segments"
  32. output_format: "csv"