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

root/raw2proc/trunk/raw2proc/billymitchell_config_20111013.py

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

Restart Billy Mitchell with new max altitude (200m) to match new binning (20m).

Line 
1 platform_info = {
2     'id' : 'billymitchell',
3     'location' : 'Billy Mitchell Airfield, Frisco, NC',
4     'lat' : 35.231691,  # degrees true (-) south, (+) north
5     'lon' : -75.622614, # degrees true (-) west, (+) east
6     'mvar' : -10.783333,      # degrees (-) west, (+) east
7     'institution' : 'nccoos',
8     'config_start_date' : '2011-10-13 21:00:00',
9     'config_end_date' : None, # None or yyyy-mm-dd HH:MM:SS
10     'packages' : ('sfas',),
11     }
12 sensor_info = {
13     'sfas' : { 'id' : 'sodar',
14                'description' : 'Wind profile data',
15                'raw_dir' : '/seacoos/data/nccoos/level0/'
16                            'billymitchell/sodar1/mnd',
17                'raw_file_glob' : '*.mnd',
18                'proc_dir' : '/seacoos/data/nccoos/level1/'
19                             'billymitchell/sodar1',
20                'process_module' : 'proc_scintec_maindata_sfas',
21                'utc_offset' : 0,         # hours offset to utc
22                'min_altitude' : 10,      # meters
23                'altitude_interval' : 5,  # meters
24                'num_altitudes' : 39,
25                'sensor_elevation' : 0,   # meters (runway elev is at 5.2 m)
26                'plot_module' : 'billymitchell_sodar_plot',
27                'plot_names' : ('timeseries', 'wind_vectors', 'wind_barbs'),
28                },
29     }
Note: See TracBrowser for help on using the browser.