Example #1
0
 def getChillFilePath(self, target_year, test_file=False):
     return chillFilepath(target_year, test_file)
Example #2
0
 def __init__(self, target_year, mode='r', test_file=False, **kwargs):
     if 'filepath' in kwargs: filepath = kwargs['filepath']
     else: filepath = chillFilepath(target_year, test_file)
     AppleGridFileManager.__init__(self, target_year, filepath, mode)