#!/usr/bin/env python """Spin processing of monthly netCDF data files top plots.""" from proc2plot import * proc2plot('manual', 'billymitchell', 'sfas', '2009_06') proc2plot('manual', 'billymitchell', 'sfas', '2009_07') proc2plot('manual', 'billymitchell', 'sfas', '2009_08') proc2plot('manual', 'billymitchell', 'sfas', '2009_09') proc2plot('manual', 'billymitchell', 'sfas', '2009_10') proc2plot('manual', 'billymitchell', 'sfas', '2009_11') proc2plot('manual', 'billymitchell', 'sfas', '2009_12') proc2plot('manual', 'billymitchell', 'sfas', '2010_01') proc2plot('manual', 'billymitchell', 'sfas', '2010_02') proc2plot('manual', 'billymitchell', 'sfas', '2010_03') proc2plot('manual', 'billymitchell', 'sfas', '2010_04') proc2plot('manual', 'billymitchell', 'sfas', '2010_05') proc2plot('manual', 'billymitchell', 'sfas', '2010_06') proc2plot('manual', 'billymitchell', 'sfas', '2010_07') proc2plot('manual', 'billymitchell', 'sfas', '2010_08') proc2plot('manual', 'billymitchell', 'sfas', '2010_09') proc2plot('manual', 'billymitchell', 'sfas', '2011_06') proc2plot('manual', 'billymitchell', 'sfas', '2011_07') proc2plot('manual', 'billymitchell', 'sfas', '2011_08') proc2plot('manual', 'billymitchell', 'sfas', '2011_09') proc2plot('manual', 'billymitchell', 'sfas', '2011_10')