Changeset 01bd8aa in flex_extract.git


Ignore:
Timestamp:
Jul 28, 2022, 11:08:15 AM (21 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
0eeeb58
Parents:
373b74e
Message:

added history comments to previous commit changes and minor additional corrections

Location:
Source/Python
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Mods/tools.py

    rb6ea29e r01bd8aa  
    2626#        - added function to check if a specific string is in a file
    2727#        - added function to overwrite lines in a file which contain specific string
     28#
     29#    July 2022 - Anne Tipka (formerly Philipp)
     30#        - modified function put_file_to_ecserver to put the file automatically
     31#          to $HOME directory, to avoid static path creation
    2832#
    2933# @License:
  • Source/Python/_config.py

    r373b74e r01bd8aa  
    1414#         - checks if software runs in normal local mode or system local mode
    1515#           and defines paths to user directory and executable paths
     16#      July 2022 - Anne Tipka (formerly Philipp)
     17#         - modified to account for changes on Bologna servers,
     18#           e.g. queue names and hostnames
    1619#
    1720# @License:
  • Source/Python/install.py

    rb6ea29e r01bd8aa  
    2727#        - write .setup.rc for a system installation into Run directory
    2828#        - copy executables to system path and user files to user path
     29#    July 2022 - Anne Tipka (formerly Philipp)
     30#        - BugFix: sysinstalldir must be defined in related else path
     31#        - template files are now using $HOME and $SCRATCH and hence don't
     32#          need ecmwf user group id. Eliminated from function mk_compile_job
     33#          and mk_job_template
    2934#
    3035# @License:
     
    681686    return
    682687
    683 def mk_job_template(ecuid, ecgid, fp_root):
     688def mk_job_template(ecuid, fp_root):
    684689    '''Modifies the original job template file so that it is specified
    685690    for the user and the environment were it will be applied. Result
     
    690695    ecuid : str
    691696        The user id on ECMWF server.
    692 
    693     ecgid : str
    694         The group id on ECMWF server.
    695697
    696698    fp_root : str
     
    720722
    721723        stream = compile_template.generate(
    722             usergroup=ecgid,
    723724            username=ecuid,
    724725            version_number=_config._VERSION_STR,
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG