Ignore:
Timestamp:
Oct 15, 2018 12:28:43 PM (6 years ago)
Author:
raasch
Message:

job_id renamed run_id in configuration files, job_id is set for compatibility reasons with older versions of config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r3313 r3346  
    2727# -----------------
    2828# $Id$
     29# job_id is set for compatibility reasons with older versions of config files
     30#
     31# 3313 2018-10-06 15:22:48Z knoop
    2932# more detailed error message for outdated fileconnection file
    3033#
     
    14561459
    14571460    tempdir=$fast_io_catalog/$run_id
     1461
     1462       # FOR COMPATIBILITY REASONS WITH OLDER VERSIONS SET JOB_ID
     1463    export job_id=$run_id
     1464
    14581465 fi
    14591466
Note: See TracChangeset for help on using the changeset viewer.