diff --git a/TODO.md b/TODO.md index bce90e5..4284536 100644 --- a/TODO.md +++ b/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 diff --git a/pipelines/params/station_params.yaml b/pipelines/params/station_params.yaml new file mode 100644 index 0000000..b527089 --- /dev/null +++ b/pipelines/params/station_params.yaml @@ -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 + + +