uf_analyze_config.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. UF:
  2. units: ["UF1", "UF2", "UF3", "UF4"]
  3. area_m2: 128 * 40
  4. inlet_codes: [21.0, 26.0]
  5. stable_inlet_code: [24.0, 26.0]
  6. physical_bw_code: [40.0, 50.0]
  7. chemical_bw_code: [90.0, 100.0]
  8. # 列名
  9. flow_col_template: "C.M.{unit}_FT_JS@out"
  10. tmp_col: "C.M.{unit}_DB@press_PV"
  11. press_col: "C.M.{unit}_PT_JS@out"
  12. ctrl_col: "C.M.{unit}_DB@word_control"
  13. temp_col: "C.M.RO_TT_ZJS@out"
  14. orp_col: "C.M.UF_ORP_ZCS@out"
  15. cond_col: "C.M.RO_Cond_ZJS@out"
  16. Params:
  17. # 稳定段提取
  18. min_stable_points: 30
  19. initial_points: 10
  20. # 阻力趋势计算
  21. segment_head_n: 5
  22. segment_tail_n: 5
  23. scale_factor: 1e10
  24. Plot:
  25. figsize: [12, 6]
  26. dpi: 120
  27. color_inlet: "#1f77b4"
  28. color_bw_phys: "#ff7f0e"
  29. color_bw_chem: "#d62728"
  30. Paths:
  31. project_root: "E:/Greentech" # 请根据项目根目录修改相应路径
  32. raw_data_path: "models/uf-rl/datasets/UF_xishan_data/raw"
  33. output_path: "models/uf-rl/datasets/UF_xishan_data/processed/segments"
  34. filter_output_path: "models/uf-rl/datasets/UF_xishan_data/processed/filter_segments"
  35. output_format: "csv"