uf_analyze_config.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. UF:
  2. units: [ "1", "2" ]
  3. area_m2: 128 * 40
  4. inlet_codes: [221.0, 300.0]
  5. stable_codes: [221.0, 260.0]
  6. physical_bw_code: [301.0, 340.0]
  7. chemical_bw_code: [400.0, 660.0]
  8. # 列名
  9. column_formats:
  10. flow_col: "ns=3;s={unit}#UF_JSFLOW_O"
  11. tmp_col: "ns=3;s=UF{unit}_SSD_KMYC"
  12. press_col: "ns=3;s={unit}#UF_JSPRESS_O"
  13. ctrl_col: "ns=3;s=UF{unit}_STEP"
  14. temp_col: "ns=3;s=ZJS_TEMP_O"
  15. orp_col: "ns=3;s=RO_JSORP_O"
  16. ph_col: "ns=3;s=RO_JSPH_O"
  17. event_col: "event_type"
  18. BWB_POWER_col: "ns=3;s=ZZ_{unit}#UFBWB_POWER"
  19. GSB_POWER_col: "ns=3;s=ZZ_UFGSB_POWER"
  20. NaClO_col: "ns=3;s=CN_LEVEL_O"
  21. HCL_col: "ns=3;s=S_LEVEL_O"
  22. NaOH_col: "ns=3;s=J_LEVEL_O"
  23. Params:
  24. # 稳定段提取
  25. min_stable_points: 30
  26. initial_points: 10
  27. # 阻力趋势计算
  28. segment_head_n: 5
  29. segment_tail_n: 5
  30. scale_factor: 1e10
  31. Plot:
  32. figsize: [12, 6]
  33. dpi: 120
  34. color_inlet: "#1f77b4"
  35. color_bw_phys: "#ff7f0e"
  36. color_bw_chem: "#d62728"
  37. Paths:
  38. project_root: "E:/Greentech" # 请根据项目根目录修改相应路径
  39. raw_data_path: "models/uf-rl/datasets/UF_yancheng_data/raw"
  40. output_path: "models/uf-rl/datasets/UF_yancheng_data/processed/segments"
  41. filter_output_path: "models/uf-rl/datasets/UF_yancheng_data/processed/filter_segments"
  42. output_format: "csv"