Update home authored by Andre Castro's avatar Andre Castro
......@@ -13,14 +13,14 @@ The filename of Parsivel output files are based on:
* `station_code`
* `sensor_name`
## Sites
## Filename Conventions for 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']}"`
Example: `20230901_Lutjewad_Atmospheric_Station-LUTJEWAD_PAR009.nc`
## Campaigns
## Filename Conventions for Campaigns
**For campaigns, use the *campaign code* (should include the prefix `Camp`) in the `station_code` key**
Example: `20230901_Lutjewad_Atmospheric_Station-CampRITA2022_PAR009.nc`
......
......