This commit is contained in:
2025-01-30 13:52:13 +01:00
5 changed files with 339 additions and 299 deletions

View File

@ -1,18 +0,0 @@
# 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"}

View File

@ -0,0 +1,36 @@
# Get values from data/<station>/<year>/config_acsm_2023.r
LOD :
standard_name : "limit_of_detection"
description : "Limit of detection for various variables, at different temporal resolutions"
datetime : "2023-07-06"
variables:
NO3_11000 :
resolution :
40s : 0.21
4m : 0.09
1h : 0.02
SO4_11000:
resolution :
40s : 0.24
4m : 0.10
1h : 0.03
NH4_11000:
resolution :
40s : 0.98
4m : 0.40
1h : 0.1
Org_11000:
resolution :
40s : 0.12
4m : 0.51
1h : 0.13
Chl_11000:
resolution :
40s : 1.26
4m : 0.05
1h : 0.01

View File

@ -0,0 +1,22 @@
# Get values from data/<station>/<year>/global_config.r
# Define operational ranges for diagnostic variables
operational_range:
description : "Defines the value range of a particular variable"
variables:
VaporizerTemp_C :
lower_lim : 400
upper_lim : 610
description : "heater temperature"
ABsamp :
lower_lim : 20000
upper_lim : 500000
FlowRate_ccs :
lower_lim : 1.23
upper_lim : 1.45
FilamentEmission_mA :
lower_lim : 0.65
upper_lim : 1.5