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

Changeset 462

Show
Ignore:
Timestamp:
10/11/11 12:31:03
Author:
cbc
Message:

Change utc_offset for Billy Mitchell.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • raw2proc/trunk/raw2proc/billymitchell_config_20090623.py

    r448 r462  
    1919                            'billymitchell/sodar1', 
    2020               'process_module' : 'proc_scintec_maindata_sfas', 
    21                'utc_offset' : 5,         # hours offset to utc 
     21               'utc_offset' : 0,         # hours offset to utc 
    2222               'min_altitude' : 10,      # meters 
    2323               'altitude_interval' : 5,  # meters 
  • raw2proc/trunk/raw2proc/billymitchell_config_20110607.py

    r453 r462  
    1919                            'billymitchell/sodar1', 
    2020               'process_module' : 'proc_scintec_maindata_sfas', 
    21                'utc_offset' : 5,         # hours offset to utc 
     21               'utc_offset' : 0,         # hours offset to utc 
    2222               'min_altitude' : 10,      # meters 
    2323               'altitude_interval' : 5,  # meters 
  • raw2proc/trunk/raw2proc/billymitchell_config_20110914.py

    r448 r462  
    1919                            'billymitchell/sodar1', 
    2020               'process_module' : 'proc_scintec_maindata_sfas', 
    21                'utc_offset' : 5,         # hours offset to utc 
     21               'utc_offset' : 0,         # hours offset to utc 
    2222               'min_altitude' : 10,      # meters 
    2323               'altitude_interval' : 5,  # meters 
  • raw2proc/trunk/raw2proc/spin/spin_billymitchell_sfas.py

    r453 r462  
    1 #!/usr/bin/env python 
     1#!/opt/env/haines/dataproc/bin/python 
    22"""Spin processing of raw data to monthly netCDF data files""" 
    33 
    44from raw2proc import * 
    55 
     6raw2proc('manual', 'billymitchell', 'sfas', '2009_06') 
     7raw2proc('manual', 'billymitchell', 'sfas', '2009_07') 
     8raw2proc('manual', 'billymitchell', 'sfas', '2009_08') 
     9raw2proc('manual', 'billymitchell', 'sfas', '2009_09') 
     10raw2proc('manual', 'billymitchell', 'sfas', '2009_10') 
     11raw2proc('manual', 'billymitchell', 'sfas', '2009_11') 
     12raw2proc('manual', 'billymitchell', 'sfas', '2009_12') 
     13raw2proc('manual', 'billymitchell', 'sfas', '2010_01') 
     14raw2proc('manual', 'billymitchell', 'sfas', '2010_02') 
     15raw2proc('manual', 'billymitchell', 'sfas', '2010_03') 
     16raw2proc('manual', 'billymitchell', 'sfas', '2010_04') 
     17raw2proc('manual', 'billymitchell', 'sfas', '2010_05') 
     18raw2proc('manual', 'billymitchell', 'sfas', '2010_06') 
     19raw2proc('manual', 'billymitchell', 'sfas', '2010_07') 
     20raw2proc('manual', 'billymitchell', 'sfas', '2010_08') 
     21raw2proc('manual', 'billymitchell', 'sfas', '2010_09') 
    622raw2proc('manual', 'billymitchell', 'sfas', '2011_06') 
    723raw2proc('manual', 'billymitchell', 'sfas', '2011_07')