Changeset a916e8f in flex_extract.git for Source/Python/install.py


Ignore:
Timestamp:
Jun 11, 2020, 11:14:56 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
3a54479
Parents:
0c8c068
Message:

ECMWF server output directory renamed; reformulate dapoly formula; changed template filenames; make use of config jobscript names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/install.py

    r5f67883 ra916e8f  
    1717#        - splitted install function into several smaller pieces
    1818#        - use of tarfile package in python
     19#    June 2020 - Anne Philipp
     20#        - renamed "convert" functions to "fortran" functions
     21#        - reconfigured mk_tarball to select *.template files instead
     22#          of *.nl and *.temp
     23#        - added check for makefile settings
    1924#
    2025# @License:
     
    373378                 for x in UioFiles(_config.PATH_REL_TEST, '*').files]
    374379    tempfiles = [os.path.relpath(x, ecd)
    375                  for x in UioFiles(_config.PATH_REL_TEMPLATES, '*.temp').files]
    376     nlfiles = [os.path.relpath(x, ecd)
    377                for x in UioFiles(_config.PATH_REL_TEMPLATES, '*.nl').files]
     380                 for x in UioFiles(_config.PATH_REL_TEMPLATES, '*.template').files]
    378381    gribtable = [os.path.relpath(x, ecd)
    379382                 for x in UioFiles(_config.PATH_REL_TEMPLATES, '*grib*').files]
     
    387390
    388391    # concatenate single lists to one for a better looping
    389     filelist = pyfiles + pytestfiles + controlfiles + tempfiles + nlfiles + \
     392    filelist = pyfiles + pytestfiles + controlfiles + tempfiles + \
    390393               ffiles + gribtable + hfiles + makefiles + ecmwf_env_file + \
    391394               runfile + jobdir + testfiles +\
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG