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

root/raw2proc/trunk/raw2proc/billymitchell_config_20120416.py

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

Update Billy Mitchell processing.

Line 
1 #
2 # Increase number of altitudes to 39 (from 10 - 200 meters)
3 #
4 platform_info = {
5     'id' : 'billymitchell',
6     'location' : 'Billy Mitchell Airfield, Frisco, NC',
7     'lat' : 35.231691,  # degrees true (-) south, (+) north
8     'lon' : -75.622614, # degrees true (-) west, (+) east
9     'mvar' : -10.783333,      # degrees (-) west, (+) east
10     'institution' : 'nccoos',
11     'config_start_date' : '2012-04-16 20:30:00',
12     'config_end_date' : '2012-07-23 12:00:00', # None or yyyy-mm-dd HH:MM:SS
13     'packages' : ('sfas',),
14     }
15 sensor_info = {
16     'sfas' : { 'id' : 'sodar',
17                'description' : 'Wind profile data',
18                'raw_dir' : '/seacoos/data/nccoos/level0/billymitchell/sodar1/mnd',                                       
19                'raw_file_glob' : '*.mnd',
20                'proc_dir' : '/seacoos/data/nccoos/level1/billymitchell/sodar1',                                   
21                'process_module' : 'proc_scintec_maindata_sfas',
22                'utc_offset' : 0,         # hours offset to utc
23                'min_altitude' : 10,      # meters
24                'altitude_interval' : 5,  # meters
25                'num_altitudes' : 39,
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.