-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_PAR_002_CABAUW.yml
56 lines (54 loc) · 1.87 KB
/
config_PAR_002_CABAUW.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# sensor and script settings
station_code: 'CABAUW' # keep under 10 characters, max accepted by Parsivel
port: '/dev/ttyUSB0'
baud: 19200
script_name: 'main.py'
data_dir: '/data/disdroDL/'
db_filename: 'disdrodl.db'
log_dir: '/var/log/disdroDL/'
######### NETCDF ###########
# global attributes (all will be written to netCDF as global attributes)
global_attrs:
title: 'OTT Parsivel2 disdrometer data'
institution: 'Delft University of Technology'
source: 'surface observation'
history: '-'
netcdf_version: '0.1.0'
Conventions: 'CF-1.7'
site_name: 'KNMI_Cabauw'
sensor_name: PAR002
project_name: 'https://ruisdael-observatory.nl/'
contributors: 'Marc Schleiss, Andre Castro, Rob Mackenzie, Mahaut Sourzac, Saverio Guzzo, Vasil Chirov, Mels Lutgerink, Ella Milinovic, Noky Soekarman, Jesse Vleeschdraager'
sensor_type: 'OTT Hydromet Parsivel2'
sensor_serial_number: '450543'
variables:
latitude:
dimensions: # empty for scalar variables
dtype: 'f4' # 32bit floating point
value:
- 51.968317
include_in_nc: 'always'
var_attrs:
units: 'degree_north'
long_name: 'Latitude of site'
standard_name: 'latitude'
longitude:
dimensions: # empty for scalar variables
dtype: 'f4' # 32bit floating point
value:
- 4.929234
include_in_nc: 'always'
var_attrs:
units: 'degree_east'
long_name: 'Longitude of site'
standard_name: 'longitude'
altitude:
dimensions: # empty for scalar variables
dtype: 'f4' # 32bit floating point
value:
- 1
include_in_nc: 'always'
var_attrs:
units: 'm'
long_name: 'Altitude of site'
standard_name: 'altitude'