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

root/raw2proc/trunk/raw2proc/billymitchell_config_20110607.py

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

Add new Billy Mitchell configs.

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-06-07 00:00:00',
9     'config_end_date' : '2011-08-26 00:00:00', # None or yyyy-mm-dd
10 HH:MM:SS
11     'packages' : ('sfas',),
12     }
13 sensor_info = {
14     'sfas' : { 'id' : 'sodar',
15                'description' : 'Wind profile data',
16                'raw_dir' : '/seacoos/data/nccoos/level0/'
17                            'billymitchell/sodar1/mnd',
18                'raw_file_glob' : '*.mnd',
19                'proc_dir' : '/seacoos/data/nccoos/level1/'
20                             'billymitchell/sodar1',
21                'process_module' : 'proc_scintec_maindata_sfas',
22                'utc_offset' : 5,         # hours offset to utc
23                'min_altitude' : 10,      # meters
24                'altitude_interval' : 5,  # meters
25                'num_altitudes' : 59,
26                'sensor_elevation' : 0,   # meters (runway elev is at 5.2 m)
27                'plot_module' : 'billymitchell_sodar_plot',
28                'plot_names' : ('timeseries', 'wind_vectors', 'wind_barbs'),
29                },
30     }
Note: See TracBrowser for help on using the browser.