Add parameters to config file for updated meteo_proc calls
Opened this issue · 0 comments
gilbertozp commented
An updated version of meteo_proc will allow specifying variable-specific drivers for running the met gapfilling step. The configurations (variable to be filled, drivers and min/max tolerances for each variable to be filled) need to be added to the new YAML config file for ONEFlux runs.
Steps:
- Create YAML schema and template (example) for the new parameters to be added for meteo_proc
- Edit
cmd_txt
variable in PipelineMeteoProc wrapper class for meteo_proc
This is related (and dependent on) Issue #74