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

root/raw2proc/trunk/raw2proc/b2_config_20111112.py

Revision 510 (checked in by haines, 10 years ago)

Update Billy Mitchell processing.

Line 
1 platform_info = {
2             'id' : 'b2',
3             'location' : 'Raleigh Bay, 17 nm South of Ocracoke, NC',
4             'lat' : 34.7824,   # degrees true (-) south, (+) north
5             'lon' : -75.9410,  # degrees true (-) west, (+) east
6             'mvar' : -10.4,    # degrees (-) west, (+) east
7             'altitude': 0.,   # (approx.) station altitude
8             'altitude_units' : 'm',
9             'altitude_reference' : 'sea_surface',
10             #
11             'mean_water_depth': -29.2, # meters (96 feet)
12             'mean_water_depth_time_period': 'Not determined',
13             'institution' : 'nccoos',
14             #
15             'config_start_date' : '2011-11-13 00:00:00',
16             'config_end_date' : '2012-04-03 20: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_41yyy',
35             'ndbc_id': '41yyy',
36             'ndbc_dir' : '/seacoos/data/nccoos/latest_ndbc',
37             'ndbc_missing' : -9999.0,
38             }
39
40 sensor_info = {
41     'met' : { 'id' : 'met',
42               'description' : 'Meterological Data from Buoy',
43               'raw_dir' : '/seacoos/data/nccoos/level0/b2/met/',
44               'raw_file_glob' : '*.dat',
45               'proc_dir' : '/seacoos/data/nccoos/level1/b2/met/',
46               'process_module' : 'proc_cr1000_met',
47               'utc_offset' : 0,  # hours offset to utc of sampling time
48               'barometer_height'   : 1.5,   # meters
49               'temperature_height' : 1.5,   # meters
50               'height_units' : 'm',
51               'height_reference' : 'sea_surface',
52               # Recommended
53               'source': 'Heise Baro, Rotronics Temp/RH, RM Young Precip, Eppley PSP/PIR',
54               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
55               # 'latest_vars' : ('time','lat','lon','z','u', 'v', 'wspd', 'wdir'),
56               'ndbc_vars' : ('air_temp', 'air_press', 'rh', 'psp', 'pir'),
57               'ndbc_tags' : ('atmp1', 'baro1', 'rrh', 'srad1', 'lwrad'),
58               'ndbc_units' : ('degC', 'hPa', '%', 'W m-2', 'W m-2'),
59               'plot_module': 'plot_cr1000_met',
60               'plot_names': ('timeseries',),
61              },
62     'wind' : { 'id' : 'wind',
63               'description' : 'Wind Data averaged for one minute each sample period',
64               'raw_dir' : '/seacoos/data/nccoos/level0/b2/wind/',
65               'raw_file_glob' : '*.dat',
66               'proc_dir' : '/seacoos/data/nccoos/level1/b2/wind/',
67               'process_module' : 'proc_cr1000_wind',
68               'utc_offset' : 0,  # hours offset to utc of sampling time
69               'anemometer1_height' : 3.66,  # meters (12 ft)
70               'anemometer2_height' : 3.35,  # meters (11 ft above sea surface)
71               'height_units' : 'm',
72               'height_reference' : 'sea_surface',
73               # Recommended
74               'source': 'RM Young Marine Wind Monitor 5106',
75               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
76               # 'latest_vars' : ('time','lat','lon','z','u', 'v', 'wspd', 'wdir'),
77               'ndbc_vars' : ('wspd1', 'wdir1', 'wgust1', 'wspd2', 'wdir2', 'wgust2'),
78               'ndbc_tags' : ('wspd1', 'wdir1', 'gust1', 'wspd2', 'wdir2', 'gust2'),
79               'ndbc_units' : ('m s-1', 'degrees', 'm s-1', 'm s-1', 'degrees', 'm s-1'),
80               'plot_module': 'plot_cr1000_wind',
81               'plot_names': ('timeseries',),
82              },
83     'ctd1' : { 'id' : 'ctd1',
84               'description' : 'Near-surface CTD Data each sample period',
85               'raw_dir' : '/seacoos/data/nccoos/level0/b2/ctd1/store/2011_11',
86               'raw_file_glob' : '*',
87               'proc_dir' : '/seacoos/data/nccoos/level1/b2/ctd1/',
88               'process_module' : 'proc_sbe37_ctd',
89               'utc_offset' : 0,  # hours offset to utc of sampling time
90               'nominal_depth' : -2.0,  # meters
91               'depth_units' : 'm',
92               'depth_reference' : 'sea_surface',
93               # Recommended
94               'source': 'Seabird (SBE) 37 IMP',
95               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
96               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
97               'ndbc_vars' : ('wtemp','depth', 'wtemp', 'salin'),
98               # wtmp1 tag needed to get into weather obs, others for temp/salin obs
99               'ndbc_tags' : ('wtmp1', 'dp001', 'tp001', 'sp001'),
100               'ndbc_units' : ('degC', 'm', 'degC', 'psu'),
101               'plot_module': 'plot_cr1000_ctd',
102               'plot_names': ('timeseries',),
103              },
104     'ctd2' : { 'id' : 'ctd2',
105                'description' : 'Mid-level CTD Data each sample period',
106               'raw_dir' : '/seacoos/data/nccoos/level0/b2/ctd2/store/2011_11',
107               'raw_file_glob' : '*',
108               'proc_dir' : '/seacoos/data/nccoos/level1/b2/ctd2/',
109               'process_module' : 'proc_sbe37_ctd',
110               'utc_offset' : 0,  # hours offset to utc of sampling time
111               'nominal_depth' : -15.0,  # meters
112               'depth_units' : 'm',
113               'depth_reference' : 'sea_surface',
114               # Recommended
115               'source': 'Seabird (SBE) 37 IMP',
116               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
117               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
118               'ndbc_vars' : ('depth', 'wtemp', 'salin'),
119               'ndbc_tags' : ('dp002', 'tp002', 'sp002'),
120               'ndbc_units' : ('m', 'degC', 'psu'),
121               'plot_module': 'plot_cr1000_ctd',
122               'plot_names': ('timeseries',),
123              },
124     }
Note: See TracBrowser for help on using the browser.