Changeset 36a79af in flex_extract.git


Ignore:
Timestamp:
Nov 3, 2018, 1:16:07 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
abeca6d
Parents:
20ae335
Message:

added header info and corrected controlfile path definition for ec server

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/_config.py

    r70fee58 r36a79af  
    11#!/usr/bin/env python
    22# -*- coding: utf-8 -*-
    3 #*******************************************************************************
    4 # @Author: Anne Philipp (University of Vienna)
    5 #
    6 # @Date: August 2018
    7 #
    8 # @Change History:
    9 #
    10 # @License:
    11 #    (C) Copyright 2014-2018.
    12 #
    13 #    This software is licensed under the terms of the Apache Licence Version 2.0
    14 #    which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    15 #
    16 # @Description:
    17 #    Contains constant value parameter for flex_extract.
    18 #
    19 #*******************************************************************************
     3'''
     4*******************************************************************************
     5 @Author: Anne Philipp (University of Vienna)
     6
     7 @Date: August 2018
     8
     9 @Change History:
     10
     11 @License:
     12    (C) Copyright 2014-2018.
     13
     14    This software is licensed under the terms of the Apache Licence Version 2.0
     15    which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
     16
     17 @Description:
     18    Contains constant value parameter for flex_extract.
     19
     20*******************************************************************************
     21'''
    2022
    2123# ------------------------------------------------------------------------------
     
    7880PATH_TEST_DIR = os.path.join(PATH_SOURCES, 'pythontest')
    7981PATH_INPUT_DIR = os.path.join(PATH_RUN_DIR, INPUT_DIRNAME_DEFAULT)
    80 if os.getenv('CONTROL'):# and '/' in os.getenv('CONTROL'):
    81     # this is only needed if remote version with job script is used!
     82if os.getenv('CONTROL'):
     83    # this is only needed if gateway version with job script is used!
    8284    # because job is directly submitted from SCRATCH and because the
    8385    # CONTROL file is stored there, the normal path is not valid.
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG