NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/raw2proc/trunk/raw2proc/b1_config_20111112.py

Revision 511 (checked in by cbc, 10 years ago)

Change to axis metadata for Scintec sodar.

Line 
1 platform_info = {
2             'id' : 'b1',
3             'location' : 'Hatteras Bay, 20 nm East of Oregon Inlet, NC',
4             'lat' : 35.7885,   # degrees true (-) south, (+) north
5             'lon' : -75.1053,  # degrees true (-) west, (+) east
6             'mvar' : -11.3,    # degrees (-) west, (+) east
7             'altitude': 0.,   # (approx.) station altitude
8             'altitude_units' : 'm',
9             'altitude_reference' : 'sea_surface',
10             #
11             'mean_water_depth': -32.0,
12             'mean_water_depth_time_period': 'Not determined',
13             'institution' : 'nccoos',
14             #
15             'config_start_date' : '2011-11-12 16:00:00',
16             'config_end_date' : '2012-04-08 19:00:00', # None or yyyy-mm-dd HH:MM:SS
17             'packages' : ('met', 'wind', 'ctd1', 'ctd2'),
18             # Required by CF
19             'institution' : 'Unversity of North Carolina at Chapel Hill (UNC-CH)',
20             'institution_url' : 'http://nccoos.org',
21             'institution_dods_url' : 'http://nccoos.org',
22             'contact' : 'Sara Haines (haines@email.unc.edu)',
23             'conventions' : 'CF-1.0; SEACOOS-CDL-v2.0',
24             # Required by Scout
25             'format_category_code' : 'fixed-point',
26             'institution_code' : 'nccoos',
27             # Recommended
28             'project' : 'North Carolina Coastal Ocean Observing System (NCCOOS)',
29             'project_url' : 'http://nccoos.org',           
30             'metadata_url' : 'http://nccoos.org',
31             'references' : 'http://nccoos.org',
32             'source': 'Buoy CR1000 Datalogger',
33             # Needed for processing NDBC output
34             'ndbc_module' : 'ndbc_41xxx',
35             'ndbc_id': '41xxx',
36             'ndbc_dir' : '/seacoos/data/nccoos/latest_ndbc',
37             'ndbc_missing' : -9999.0,
38             # report data to NDBC closest to top of each hour +/- 6 min
39             'ndbc_sample_interval':(1,'hour'),
40             'ndbc_sample_offset':(0,'minute'),
41             'ndbc_time_tolerance':(6,'minute'),
42             # report data closest to 0:10 and 0:40 each hour +/- 3 min
43             # 'ndbc_sample_interval':(30,'minute'), # every 30 min
44             # 'ndbc_sample_offset':(10,'minute'), # offset by +10 min
45             # 'ndbc_time_tolerance':(3,'minute'),
46             }
47
48 sensor_info = {
49     'met' : { 'id' : 'met',
50               'description' : 'Meterological Data averaged for one minute each sample period',
51               'raw_dir' : '/seacoos/data/nccoos/level0/b1/met/',
52               'raw_file_glob' : '*.dat',
53               'proc_dir' : '/seacoos/data/nccoos/level1/b1/met/',
54               'process_module' : 'proc_cr1000_met',
55               'utc_offset' : 0,  # hours offset to utc of sampling time
56               'barometer_height'   : 1.5,   # meters
57               'temperature_height' : 1.5,   # meters
58               'height_units' : 'm',
59               'height_reference' : 'sea_surface',
60               'source': 'Heise Baro, Rotronics Temp/RH, RM Young Precip, Eppley PSP/PIR',
61               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
62               # 'latest_vars' : ('time','lat','lon','z','atemp', 'baro', 'rh', 'rain', 'psp', 'pir'),
63               'ndbc_vars' : ('air_temp', 'air_press', 'rh', 'psp', 'pir'),
64               'ndbc_tags' : ('atmp1', 'baro1', 'rrh', 'srad1', 'lwrad'),
65               'ndbc_units' : ('degC', 'hPa', '%', 'W m-2', 'W m-2'),
66               'plot_module': 'plot_cr1000_met',
67               'plot_names': ('timeseries',),
68              },
69     'wind' : { 'id' : 'wind',
70               'description' : 'Wind Data averaged for one minute each sample period',
71               'raw_dir' : '/seacoos/data/nccoos/level0/b1/wind/',
72               'raw_file_glob' : '*.dat',
73               'proc_dir' : '/seacoos/data/nccoos/level1/b1/wind/',
74               'process_module' : 'proc_cr1000_wind',
75               'utc_offset' : 0,  # hours offset to utc of sampling time
76               'anemometer1_height' : 3.66,  # meters (12 ft)
77               'anemometer2_height' : 3.35,  # meters (11 ft above sea surface)
78               'height_units' : 'm',
79               'height_reference' : 'sea_surface',
80               # Recommended
81               'source': 'RM Young Marine Wind Monitor 5106',
82               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
83               # 'latest_vars' : ('time','lat','lon','z','u', 'v', 'wspd', 'wdir'),
84               'ndbc_vars' : ('wspd1', 'wdir1', 'wgust1', 'wspd2', 'wdir2', 'wgust2'),
85               'ndbc_tags' : ('wspd1', 'wdir1', 'gust1', 'wspd2', 'wdir2', 'gust2'),
86               'ndbc_units' : ('m s-1', 'degrees', 'm s-1', 'm s-1', 'degrees', 'm s-1'),
87               'plot_module': 'plot_cr1000_wind',
88               'plot_names': ('timeseries',),
89              },
90     'ctd1' : { 'id' : 'ctd1',
91               'description' : 'Near-surface CTD Data each sample period',
92               'raw_dir' : '/seacoos/data/nccoos/level0/b1/ctd1/store/2011_11',
93               'raw_file_glob' : '*',
94               'proc_dir' : '/seacoos/data/nccoos/level1/b1/ctd1/',
95               'process_module' : 'proc_sbe37_ctd',
96               'utc_offset' : 0,  # hours offset to utc of sampling time
97               'nominal_depth' : -2.0,  # meters
98               'depth_units' : 'm',
99               'depth_reference' : 'sea_surface',
100               # Recommended
101               'source': 'Seabird (SBE) 37 IMP',
102               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
103               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
104               'ndbc_vars' : ('wtemp','depth', 'wtemp', 'salin'),
105               # wtmp1 tag needed to get into weather obs, others for temp/salin obs
106               'ndbc_tags' : ('wtmp1', 'dp001', 'tp001', 'sp001'),
107               'ndbc_units' : ('degC', 'm', 'degC', 'psu'),
108               'plot_module': 'plot_cr1000_ctd',
109               'plot_names': ('timeseries',),
110              },
111     'ctd2' : { 'id' : 'ctd2',
112                'description' : 'Mid-level CTD Data each sample period',
113               'raw_dir' : '/seacoos/data/nccoos/level0/b1/ctd2/store/2011_11',
114               'raw_file_glob' : '*',
115               'proc_dir' : '/seacoos/data/nccoos/level1/b1/ctd2/',
116               'process_module' : 'proc_sbe37_ctd',
117               'utc_offset' : 0,  # hours offset to utc of sampling time
118               'nominal_depth' : -15.0,  # meters
119               'depth_units' : 'm',
120               'depth_reference' : 'sea_surface',
121               # Recommended
122               'source': 'Seabird (SBE) 37 IMP',
123               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
124               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
125               'ndbc_vars' : ('depth', 'wtemp', 'salin'),
126               'ndbc_tags' : ('dp002', 'tp002', 'sp002'),
127               'ndbc_units' : ('m', 'degC', 'psu'),
128               'plot_module': 'plot_cr1000_ctd',
129               'plot_names': ('timeseries',),
130              },
131     }
Note: See TracBrowser for help on using the browser.