mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-26 19:41:12 +02:00
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:
2
TODO.md
2
TODO.md
@ -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
|
||||
|
31
pipelines/params/station_params.yaml
Normal file
31
pipelines/params/station_params.yaml
Normal 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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user