In order to produce netCDF with the correct metadata for each Parsivel, a general configuration file ([config_general.yml](config_general.yml)) is used in addition to a config file for each instrument or campaign (ie. [config_009_LUTJEWAD.yml](config_009_LUTJEWAD.yml) or ([config_008_GV.yml](config_008_GV.yml)) which includes only the parameters that change from instrument to instrument
To run the parsivel data acquisition script, either manually or as a service, it is necessary to declare the config file, corresponding to that specific Parsivel. ie. `python main.py -c config_009_LUTJEWAD.yml`
# Parsivel Filename Conventions
The filename of Parsivel output files are based on:
* date
* instruments config file's keys:
*`site_name`
*`station_code`
*`sensor_name`
## Sites
Based on [source code](main.py#L46) and [config file](config_009_LUTJEWAD.yml): `f"{now_utc.ymd}_{config_dict['global_attrs']['site_name']}-{config_dict['station_code']}_{config_dict['global_attrs']['sensor_name']}"`