rename file and add flow_ref parameter to it

This commit is contained in:
2025-01-31 10:03:34 +01:00
parent bad191637b
commit c4706e2f3a

View File

@ -1,22 +1,27 @@
# Get values from data/<station>/<year>/global_config.r
# Define operational ranges for diagnostic variables flow_ref_tofware: &flow_ref 1.36
operational_range: flow_ref_correct: &flow_ref_correct 1.36
description : "Defines the value range of a particular variable"
variables: # Get values from data/<station>/<year>/global_config.r
VaporizerTemp_C : # Define operational ranges for diagnostic variables
lower_lim : 400 validity_thresholds:
upper_lim : 610 description : "Defines the value range of a particular variable"
description : "heater temperature" variables:
VaporizerTemp_C :
ABsamp : lower_lim : 400
lower_lim : 20000 upper_lim : 610
upper_lim : 500000 description : "heater temperature"
FlowRate_ccs : ABsamp :
lower_lim : 1.23 lower_lim : 20000
upper_lim : 1.45 upper_lim : 500000
FilamentEmission_mA : FlowRate_ccs :
lower_lim : 0.65 # TODO: Define the range as a percentage around the alias variable &flow_ref_correct above defined.
upper_lim : 1.5 lower_lim : 1.23
upper_lim : 1.45
FilamentEmission_mA :
lower_lim : 0.65
upper_lim : 1.5