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

root/raw2proc/trunk/raw2proc/b1_config_20111112.py

Revision 492 (checked in by haines, 12 years ago)

minor to raw2proc:which_raw()

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             }
34
35 sensor_info = {
36     'met' : { 'id' : 'met',
37               'description' : 'Meterological Data averaged for one minute each sample period',
38               'raw_dir' : '/seacoos/data/nccoos/level0/b1/met/',
39               'raw_file_glob' : '*.dat',
40               'proc_dir' : '/seacoos/data/nccoos/level1/b1/met/',
41               'process_module' : 'proc_cr1000_met',
42               'utc_offset' : 0,  # hours offset to utc of sampling time
43               'barometer_height'   : 1.5,   # meters
44               'temperature_height' : 1.5,   # meters
45               'height_units' : 'm',
46               'height_reference' : 'sea_surface',
47               'source': 'Heise Baro, Rotronics Temp/RH, RM Young Precip, Eppley PSP/PIR',
48               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
49               # 'latest_vars' : ('time','lat','lon','z','atemp', 'baro', 'rh', 'rain', 'psp', 'pir'),
50               'plot_module': 'plot_cr1000_met',
51               'plot_names': ('timeseries',),
52              },
53     'wind' : { 'id' : 'wind',
54               'description' : 'Wind Data averaged for one minute each sample period',
55               'raw_dir' : '/seacoos/data/nccoos/level0/b1/wind/',
56               'raw_file_glob' : '*.dat',
57               'proc_dir' : '/seacoos/data/nccoos/level1/b1/wind/',
58               'process_module' : 'proc_cr1000_wind',
59               'utc_offset' : 0,  # hours offset to utc of sampling time
60               'anemometer1_height' : 3.66,  # meters (12 ft)
61               'anemometer2_height' : 3.35,  # meters (11 ft above sea surface)
62               'height_units' : 'm',
63               'height_reference' : 'sea_surface',
64               # Recommended
65               'source': 'RM Young Marine Wind Monitor 5106',
66               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
67               # 'latest_vars' : ('time','lat','lon','z','u', 'v', 'wspd', 'wdir'),
68               'plot_module': 'plot_cr1000_wind',
69               'plot_names': ('timeseries',),
70              },
71     'ctd1' : { 'id' : 'ctd1',
72               'description' : 'Near-surface CTD Data each sample period',
73               'raw_dir' : '/seacoos/data/nccoos/level0/b1/ctd1/store/2011_11',
74               'raw_file_glob' : '*',
75               'proc_dir' : '/seacoos/data/nccoos/level1/b1/ctd1/',
76               'process_module' : 'proc_sbe37_ctd',
77               'utc_offset' : 0,  # hours offset to utc of sampling time
78               'nominal_depth' : -2.0,  # meters
79               'depth_units' : 'm',
80               'depth_reference' : 'sea_surface',
81               # Recommended
82               'source': 'Seabird (SBE) 37 IMP',
83               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
84               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
85               'plot_module': 'plot_cr1000_ctd',
86               'plot_names': ('timeseries',),
87              },
88     'ctd2' : { 'id' : 'ctd2',
89                'description' : 'Mid-level CTD Data each sample period',
90               'raw_dir' : '/seacoos/data/nccoos/level0/b1/ctd2/store/2011_11',
91               'raw_file_glob' : '*',
92               'proc_dir' : '/seacoos/data/nccoos/level1/b1/ctd2/',
93               'process_module' : 'proc_sbe37_ctd',
94               'utc_offset' : 0,  # hours offset to utc of sampling time
95               'nominal_depth' : -15.0,  # meters
96               'depth_units' : 'm',
97               'depth_reference' : 'sea_surface',
98               # Recommended
99               'source': 'Seabird (SBE) 37 IMP',
100               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
101               # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'),
102               'plot_module': 'plot_cr1000_ctd',
103               'plot_names': ('timeseries',),
104              },
105     }
Note: See TracBrowser for help on using the browser.