Changeset 25b14be in flex_extract.git for source/python/classes/MarsRetrieval.py


Ignore:
Timestamp:
Sep 23, 2018, 11:40:28 AM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
4971f63
Parents:
5d42acd
Message:

changed whole tree structure of flex_extract to have better overview

File:
1 moved

Legend:

Unmodified
Added
Removed
  • source/python/classes/MarsRetrieval.py

    r2fb99de r25b14be  
    335335
    336336
    337     def print_info(self):
     337    def print_info(self, inputdir):
    338338        '''
    339339        @Description:
     
    345345                For description see class documentation.
    346346
     347            inputdir: string
     348                The path where all data from the retrievals are stored.
     349
    347350        @Return:
    348351            <nothing>
     
    352355
    353356        # open a file to store all requests to
    354         with open(os.path.join(_config.PATH_RUN_DIR,
     357        with open(os.path.join(inputdir,
    355358                               _config.FILE_MARS_REQUESTS), 'a') as f:
    356359            f.write('mars\n')
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG