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

root/raw2proc/trunk/raw2proc/billymitchell_config_20090624.py

Revision 510 (checked in by haines, 10 years ago)

Update Billy Mitchell processing.

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.683333,      # degrees (-) west, (+) east
7     'institution' : 'nccoos',
8     'config_start_date' : '2009-06-24 14:00:00',
9     'config_end_date' : '2010-09-01 10:00:00', # 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/billymitchell/sodar1/mnd',
16                'raw_file_glob' : '*.mnd',
17                'proc_dir' : '/seacoos/data/nccoos/level1/billymitchell/sodar1',
18                'process_module' : 'proc_scintec_maindata_sfas',
19                'utc_offset' : 0,         # hours offset to utc
20                'min_altitude' : 10,      # meters
21                'altitude_interval' : 5,  # meters
22                'num_altitudes' : 39,
23                'sensor_elevation' : 0,   # meters (runway elev is at 5.2 m)
24                'plot_module' : 'billymitchell_sodar_plot',
25                'plot_names' : ('timeseries', 'wind_vectors', 'wind_barbs'),
26                },
27     }
Note: See TracBrowser for help on using the browser.