示例#1
0
#! /usr/bin/python
__docformat__ = 'reStructuredText'
'''
Script creating the daily theme (set up in TaskScheduler/crontab).

:Author: kmu
:Created: 01. apr. 2011
'''
import run_daily

timenc = 06

run_daily.runDaily("wind_1500m_daily.py", prognosis=True, UMperiod=['[0,25]'])

#
#import os
#import logging
#import datetime
#execfile(os.path.join(os.path.dirname(__file__), "set_pysenorge_path.py"))
#
#
#scriptname = "wind_1500m_daily.py"
#
#dt = datetime.timedelta(days=1)
#
#LOG_FILENAME = os.path.join(os.path.expanduser("~"),
#                            scriptname.split('.')[0]+'.log')
#logging.basicConfig(filename=LOG_FILENAME,level=logging.INFO)
#
#logging.info('Script started: %s' % datetime.datetime.now().isoformat())
#
示例#2
0
#! /usr/bin/python
__docformat__ = "reStructuredText"
"""
Script creating the daily theme (set up in TaskScheduler/crontab).

:Author: kmu
:Created: 01. apr. 2011
"""
import run_daily

timenc = 06

run_daily.runDaily("wind_1500m_daily.py", prognosis=True, UMperiod=["[0,25]"])


#
# import os
# import logging
# import datetime
# execfile(os.path.join(os.path.dirname(__file__), "set_pysenorge_path.py"))
#
#
# scriptname = "wind_1500m_daily.py"
#
# dt = datetime.timedelta(days=1)
#
# LOG_FILENAME = os.path.join(os.path.expanduser("~"),
#                            scriptname.split('.')[0]+'.log')
# logging.basicConfig(filename=LOG_FILENAME,level=logging.INFO)
#
# logging.info('Script started: %s' % datetime.datetime.now().isoformat())
#! /usr/bin/python
__docformat__ = "reStructuredText"
"""
Script creating the daily theme (set up in TaskScheduler).

*Author:* kmu
*Created:* 20. oct. 2011
"""
import run_daily

run_daily.runDaily("depth_hoar_index_2.py")
示例#4
0
#! /usr/bin/python
__docformat__ = 'reStructuredText'
'''
Script creating the daily theme (set up in TaskScheduler).


*Author:* kmu
*Created:* 20. oct. 2011
'''
import run_daily

run_daily.runDaily("wind_600m_daily.py", prognosis=True, UMperiod=['[7,12]'])
示例#5
0
#! /usr/bin/python
__docformat__ = 'reStructuredText'
'''
Script creating the daily theme (set up in TaskScheduler).

*Author:* kmu
*Created:* 20. oct. 2011
'''
import run_daily

run_daily.runDaily("depth_hoar_index_1.py")
#! /usr/bin/python
__docformat__ = 'reStructuredText'
'''
Script creating the daily theme (set up in TaskScheduler).


*Author:* kmu
*Created:* 20. oct. 2011
'''
import run_daily

run_daily.runDaily("wind_600m_daily.py", prognosis=True,
                   UMperiod=['[7,12]'])