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

root/raw2proc/trunk/raw2proc/morgan_config_20080701.py

Revision 448 (checked in by cbc, 13 years ago)

Add new Billy Mitchell configs.

Line 
1 platform_info = {
2             'id' : 'morgan',
3             'location' : 'Morgan Bay, New River, NC',
4             'lat' : 34.7037,  # degrees true (-) south, (+) north
5             'lon' : -77.4022, # degrees true (-) west, (+) east
6             'mvar' : -9.42,   # degrees (-) west, (+) east
7             'mean_water_depth': -4.0,      # nominal depth in meters (should be MSL)
8             'mean_water_depth_time_period': 'Not determined',
9             'institution' : 'nccoos',
10             #
11             'config_start_date' : '2008-07-01 00:00:00',
12             'config_end_date' : None, # None or yyyy-mm-dd HH:MM:SS
13             'packages' : ('avp', 'met'),
14             }
15
16 sensor_info = {
17     'avp' : { 'id' : 'avp',
18               'description' : 'Automated profiler data ctd and water quality',
19               'raw_dir' : '/seacoos/data/nccoos/level0/morgan/avp/',
20               'raw_file_glob' : '*.[Dd][Aa][Tt]',
21               'proc_dir' : '/seacoos/data/nccoos/level1/morgan/avp/',
22               'process_module' : 'proc_avp_ysi_6600_v2_moving_point',
23               'utc_offset' : 5.,     # hours offset to Eastern Standard
24               'bin_size' : 0.1,      # meters
25               'nbins' : 150,          # max number of samples in profile
26               'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
27               'latest_vars' : ('time','lat','lon','z','wtemp','salin'),
28               },
29     'met' : { 'id' : 'met',
30               'description' : 'Wind Data at Automated Vertical Profiler Station',
31               'raw_dir' : '/seacoos/data/nccoos/level0/morgan/met/',
32               'raw_file_glob' : '*.[Ww][Nn][Dd]',
33               'proc_dir' : '/seacoos/data/nccoos/level1/morgan/met/',
34               'process_module' : 'proc_avp_ascii_met',
35               'utc_offset' : 5.,             # hours offset to Eastern Standard
36               'anemometer_height' : 2.,      # meters
37               'latest_dir' : '/seacoos/data/nccoos/latest_v2.0',
38               'latest_vars' : ('time','lat','lon','z','u','v','wspd', 'wdir'),
39              },
40     }
Note: See TracBrowser for help on using the browser.