Implement first version of processing pipeline.

This commit is contained in:
2025-01-29 09:16:26 +01:00
parent 10811d6741
commit 9bb56cd3da
4 changed files with 374 additions and 0 deletions

View 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 }

View 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"}