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

root/raw2proc/trunk/raw2proc/hampton_config_20050812.py

Revision 233 (checked in by haines, 15 years ago)

EHS processing and python virtual env

Line 
1 platform_info = {
2             'id' : 'hampton',
3             'location' : 'Hampton Shoals, Neuse River, NC',
4             'lat' : 35.0184,  # degrees true (-) south, (+) north
5             'lon' : -76.9409, # degrees true (-) west, (+) east
6             'mvar' : -9.80,   # degrees (-) west, (+) east
7             'institution' : 'nccoos',
8             #
9             'config_start_date' : '2005-08-12 00:00:00',
10             'config_end_date' : '2008-09-03 00:00:00', # None or yyyy-mm-dd HH:MM:SS
11             'packages' : ('avp', 'met'),
12             }
13
14 sensor_info = {
15     'avp' : { 'id' : 'avp',
16               'description' : 'Automated profiler data ctd and water quality',
17               'raw_dir' : '/seacoos/data/nccoos/level0/hampton/avp/',
18               'raw_file_glob' : '*.dat',
19               'proc_dir' : '/seacoos/data/nccoos/level1/hampton/avp/',
20               'process_module' : 'proc_avp_ysi_6600_v1_CDL2',
21               'utc_offset' : 5.,     # hours offset to Eastern Standard
22               'bin_size' : 0.1,      # meters
23               'nbins' : 150,          # max number of samples in profile
24               # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
25               # 'latest_vars' : ('time','lat','lon','z','wtemp','salin'),
26               },
27     'met' : { 'id' : 'met',
28               'description' : 'Wind Data at Automated Vertical Profiler Station',
29               'raw_dir' : '/seacoos/data/nccoos/level0/hampton/met/',
30               'raw_file_glob' : '*.wnd',
31               'proc_dir' : '/seacoos/data/nccoos/level1/hampton/met/',
32               'process_module' : 'proc_avp_ascii_met',
33               'utc_offset' : 5.,             # hours offset to Eastern Standard
34               'anemometer_height' : 2.,      # meters
35               'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
36               'latest_vars' : ('time','lat','lon','z','u','v','wspd', 'wdir'),
37              },
38     }
Note: See TracBrowser for help on using the browser.