| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- UF:
- units: [ "1", "2" ]
- area_m2: 128 * 40
- inlet_codes: [221.0, 300.0]
- stable_codes: [221.0, 260.0]
- physical_bw_code: [301.0, 340.0]
- chemical_bw_code: [400.0, 660.0]
- # 列名
- column_formats:
- flow_col: "ns=3;s={unit}#UF_JSFLOW_O"
- tmp_col: "ns=3;s=UF{unit}_SSD_KMYC"
- press_col: "ns=3;s={unit}#UF_JSPRESS_O"
- ctrl_col: "ns=3;s=UF{unit}_STEP"
- temp_col: "ns=3;s=ZJS_TEMP_O"
- orp_col: "ns=3;s=RO_JSORP_O"
- ph_col: "ns=3;s=RO_JSPH_O"
- event_col: "event_type"
- BWB_POWER_col: "ns=3;s=ZZ_{unit}#UFBWB_POWER"
- GSB_POWER_col: "ns=3;s=ZZ_UFGSB_POWER"
- NaClO_col: "ns=3;s=CN_LEVEL_O"
- HCL_col: "ns=3;s=S_LEVEL_O"
- NaOH_col: "ns=3;s=J_LEVEL_O"
- 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/UF_longting_data/raw"
- output_path: "models/uf-rl/datasets/UF_longting_data/processed/segments"
- filter_output_path: "models/uf-rl/datasets/UF_longting_data/processed/filter_segments"
- output_format: "csv"
|