| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 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: 30
- initial_points: 10
- # 阻力趋势计算
- segment_head_n: 5
- segment_tail_n: 5
- scale_factor: 1e10
- Plot:
- figsize: [12, 6]
- dpi: 120
- color_inlet: "#1f77b4"
- color_bw_phys: "#ff7f0e"
- color_bw_chem: "#d62728"
- Paths:
- project_root: "E:/Greentech" # 请根据项目根目录修改相应路径
- raw_data_path: "models/uf-rl/datasets/raw"
- output_path: "models/uf-rl/datasets/processed/segments"
- filter_output_path: "models/uf-rl/datasets/processed/filter_segments"
- output_format: "csv"
|