Add pipelines/params/station_params.yaml, where station dependent temperature and preassure are to be defined. Crossed out associated TODO.md item.

This commit is contained in:
2025-03-07 11:23:48 +01:00
parent 5f9d72e9e1
commit 35e08d387f
2 changed files with 31 additions and 2 deletions

View File

@ -3,8 +3,6 @@
* Inputs: actris_acsm_converter/src/data/JFJ/in/JFJ_ACSM-017_2023.txt, actris_acsm_converter/data/JFJ/in/JFJ_ACSM-017_FLAGS_2023.txt
* Converter relies on acsm_annual/actris_acsm_converter/src/ to generate EBAS files
* Part 3: Get standard and site specific temperature and pressure from Nora's script these need to be updated as part of the EBAS file generation process
* [WIP] Simplify flag generation for **species**. Specifically, reconcile auto and manual flags for a single column in the flag table and then broadcasting the value to the rest. This is because the flag is the same for all species variables.
* [New] Finish command line interface for visualize_datatable_vars and add modes, --flags, --dataset, and save to figures folder in repo

View File

@ -0,0 +1,31 @@
stations:
JFJ:
Press_inlet : 487.5399782782188 # <-> 650/1.333224
T_in : 25
T_out: 99.999
RH_in: 99.999
RH_out: 99.999
P_station_mbar : 650
T_station_K : 298.15
ToF_QuadW: "UMR TOF"
LensW: "PM1 Lens"
VaporizerW: "Standard Vap."
Sampling_Flowrate: 9.999
PAY:
Press_inlet : 720.059044841677 # <-> 960/1.333224
T_in : 23
T_out: 99.999
RH_in: 99.999
RH_out: 99.999
P_station_mbar : 960
T_station_K : 296.15
ToF_QuadW: "UMR TOF"
LensW: "PM1 Lens"
VaporizerW: "Standard Vap."
Sampling_Flowrate: 9.999