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

root/raw2proc/trunk/raw2proc/spin/spin_billymitchell_sfas.py

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

Change utc_offset for Billy Mitchell.

  • Property svn:executable set to *
Line 
1 #!/opt/env/haines/dataproc/bin/python
2 """Spin processing of raw data to monthly netCDF data files"""
3
4 from raw2proc import *
5
6 raw2proc('manual', 'billymitchell', 'sfas', '2009_06')
7 raw2proc('manual', 'billymitchell', 'sfas', '2009_07')
8 raw2proc('manual', 'billymitchell', 'sfas', '2009_08')
9 raw2proc('manual', 'billymitchell', 'sfas', '2009_09')
10 raw2proc('manual', 'billymitchell', 'sfas', '2009_10')
11 raw2proc('manual', 'billymitchell', 'sfas', '2009_11')
12 raw2proc('manual', 'billymitchell', 'sfas', '2009_12')
13 raw2proc('manual', 'billymitchell', 'sfas', '2010_01')
14 raw2proc('manual', 'billymitchell', 'sfas', '2010_02')
15 raw2proc('manual', 'billymitchell', 'sfas', '2010_03')
16 raw2proc('manual', 'billymitchell', 'sfas', '2010_04')
17 raw2proc('manual', 'billymitchell', 'sfas', '2010_05')
18 raw2proc('manual', 'billymitchell', 'sfas', '2010_06')
19 raw2proc('manual', 'billymitchell', 'sfas', '2010_07')
20 raw2proc('manual', 'billymitchell', 'sfas', '2010_08')
21 raw2proc('manual', 'billymitchell', 'sfas', '2010_09')
22 raw2proc('manual', 'billymitchell', 'sfas', '2011_06')
23 raw2proc('manual', 'billymitchell', 'sfas', '2011_07')
24 raw2proc('manual', 'billymitchell', 'sfas', '2011_08')
25 raw2proc('manual', 'billymitchell', 'sfas', '2011_09')
Note: See TracBrowser for help on using the browser.