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

root/raw2proc/tags/raw2proc-1.0/billymitchell_config_20090623.py

Revision 320 (checked in by haines, 14 years ago)

catch-up trunk to production code running on cromwell

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-23 00: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' : 5,         # hours offset to utc
22                'min_altitude' : 10,      # meters
23                'altitude_interval' : 5,  # meters
24                'num_altitudes' : 39,
25                'sensor_elevation' : 0,   # meters
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.