mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-28 12:30:46 +02:00
Add anchor to default params from tofware and use alias to complete interval specific params coming from time period specific calibrations
This commit is contained in:
@ -1,19 +1,21 @@
|
|||||||
# Get values from data/<station>/<year>/config_acsm_<year>.r, values used in Tofware analysis.
|
# Get values from data/<station>/<year>/config_acsm_<year>.r, values used in Tofware analysis.
|
||||||
IE_tofware: 145.9
|
default_params: &default_params
|
||||||
ABRefWave_tofware: 254000
|
IE_tofware: 145.9
|
||||||
RIE_SO4_tofware: 0.63
|
ABRefWave_tofware: 254000
|
||||||
RIE_NH4_tofware: 3.495
|
RIE_SO4_tofware: 0.63
|
||||||
RIE_Org_tofware: 1.4
|
RIE_NH4_tofware: 3.495
|
||||||
RIE_NO3_tofware: 1.05
|
RIE_Org_tofware: 1.4
|
||||||
RIE_Chl_tofware: 1.0
|
RIE_NO3_tofware: 1.05
|
||||||
CE_tofware: 1.0
|
RIE_Chl_tofware: 1.0
|
||||||
|
CE_tofware: 1.0
|
||||||
|
|
||||||
|
|
||||||
# Get values from data/<station>/<year>/cal.csv
|
# Get values from data/<station>/<year>/cal.csv
|
||||||
calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
||||||
interval_1:
|
interval_1:
|
||||||
start_datetime : '2022-01-16 00-00-00' # date and time where calibration was concluded
|
start_datetime : '2024-01-16 00-00-00' # date and time where calibration was concluded
|
||||||
end_datetime : '2022-01-16 00-00-00'
|
end_datetime : '2024-06-16 00-00-00'
|
||||||
|
|
||||||
IE_correct: 145.9
|
IE_correct: 145.9
|
||||||
AB_ref_correct: 254000
|
AB_ref_correct: 254000
|
||||||
RIE_SO4_correct: 0.63
|
RIE_SO4_correct: 0.63
|
||||||
@ -22,9 +24,12 @@ calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
|||||||
RIE_NO3_correct: 1.05
|
RIE_NO3_correct: 1.05
|
||||||
RIE_Chl_correct: 1.0
|
RIE_Chl_correct: 1.0
|
||||||
CE_correct: 1.0
|
CE_correct: 1.0
|
||||||
|
<< : *default_params
|
||||||
|
|
||||||
interval_2 :
|
interval_2 :
|
||||||
start_datetime : '2022-06-16 00-00-00'
|
start_datetime : '2024-06-16 00-00-00'
|
||||||
end_datetime : '2022-01-16 00-00-00'
|
end_datetime : '2024-12-31 00-00-00'
|
||||||
|
|
||||||
IE_correct: 145.9
|
IE_correct: 145.9
|
||||||
AB_ref_correct: 254000
|
AB_ref_correct: 254000
|
||||||
RIE_SO4_correct: 0.63
|
RIE_SO4_correct: 0.63
|
||||||
@ -32,4 +37,5 @@ calibration_intervals: # Specify datetimes (YYYY-MM-DD HH-MM-SS)
|
|||||||
RIE_Org_correct: 1.4
|
RIE_Org_correct: 1.4
|
||||||
RIE_NO3_correct: 1.05
|
RIE_NO3_correct: 1.05
|
||||||
RIE_Chl_correct: 1.0
|
RIE_Chl_correct: 1.0
|
||||||
CE_correct: 1.0
|
CE_correct: 1.0
|
||||||
|
<< : *default_params
|
Reference in New Issue
Block a user