mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-12 18:31:49 +02:00
Implement first version of processing pipeline.
This commit is contained in:
22
pipelines/params/calibration_factors.yaml
Normal file
22
pipelines/params/calibration_factors.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
standard :
|
||||
num: { IE : 145.9, AB_ref_correct: 254000}
|
||||
den: { IE_correct : 146.9, ABRefWave : 254001}
|
||||
|
||||
#all_dat[, SO4_correct := (SO4_11000 * IE * RIE_SO4 * AB_ref_correct) / (IE_correct * RIE_SO4_correct * ABRefWave)];
|
||||
SO4_11000 :
|
||||
num: { IE : 145.9, AB_ref_correct: 254000, RIE_SO4 : 0.63}
|
||||
den: { IE_correct : 146.9, ABRefWave : 254001, RIE_SO4_correct : 0.73}
|
||||
|
||||
SO4_98_11000 :
|
||||
num: { one : 1 }
|
||||
den: { CE_annual_avg : 1, RIE_SO4_annual_avg : 1 }
|
||||
|
||||
#all_dat[, NH4_correct := (NH4_11000 * IE * RIE_NH4 * AB_ref_correct) / (IE_correct * RIE_NH4_correct * ABRefWave)];
|
||||
NH4_11000 :
|
||||
num: { IE : 145.9, AB_ref_correct: 254000, RIE_NH4 : 3.495}
|
||||
den: { IE_correct : 146.9, ABRefWave : 254001, RIE_NH4_correct : 3.595}
|
||||
|
||||
Org_44_110000 :
|
||||
num: { one : 1}
|
||||
den: { CE : 1, RIE_Org : 1.4 }
|
||||
|
18
pipelines/params/diagnostic_variable_limits.yaml
Normal file
18
pipelines/params/diagnostic_variable_limits.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
# Define limits for diagnostic variables (src: data/<station>/<year>/global_config.r)
|
||||
|
||||
VaporizerTemp_C :
|
||||
lower_lim : {value : 400, description : "heater"}
|
||||
upper_lim : {value : 610, description : "heater"}
|
||||
|
||||
ABsamp :
|
||||
lower_lim : {value : 20000, description : "not specified yet"}
|
||||
upper_lim : {value : 500000, description : "not specified yet"}
|
||||
|
||||
FlowRate_ccs :
|
||||
lower_lim : {value : 1.23, description : "not specified yet"}
|
||||
upper_lim : {value : 1.45, description : "not specified yet"}
|
||||
|
||||
FilamentEmission_mA :
|
||||
lower_lim : {value : 0.65, description : "not specified yet"}
|
||||
upper_lim : {value : 1.5, description : "not specified yet"}
|
||||
|
Reference in New Issue
Block a user