mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 19:41:12 +02:00
rename file and add flow_ref parameter to it
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
|
||||
flow_ref_tofware: &flow_ref 1.36
|
||||
flow_ref_correct: &flow_ref_correct 1.36
|
||||
|
||||
# Get values from data/<station>/<year>/global_config.r
|
||||
# Define operational ranges for diagnostic variables
|
||||
operational_range:
|
||||
validity_thresholds:
|
||||
description : "Defines the value range of a particular variable"
|
||||
variables:
|
||||
VaporizerTemp_C :
|
||||
@ -13,6 +17,7 @@ operational_range:
|
||||
upper_lim : 500000
|
||||
|
||||
FlowRate_ccs :
|
||||
# TODO: Define the range as a percentage around the alias variable &flow_ref_correct above defined.
|
||||
lower_lim : 1.23
|
||||
upper_lim : 1.45
|
||||
|
Reference in New Issue
Block a user