Changeset 6275f7b in flex_extract.git for test/Regression/Mars_request/run_local.sh


Ignore:
Timestamp:
Jul 29, 2019, 8:44:41 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
433d1eb
Parents:
bc27d19
Message:

completed testcase for mars request comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Regression/Mars_request/run_local.sh

    r2f5ca80 r6275f7b  
    3030END_DATE=None
    3131DATE_CHUNK=None
     32JOB_CHUNK=None
    3233BASETIME=None
    3334STEP=None
     
    3637INPUTDIR='./'${1}'/'
    3738OUTPUTDIR=None
    38 FLEXPART_ROOT_SCRIPTS=None
    3939PP_ID=None
    4040JOB_TEMPLATE=''
     
    6666  parameterlist+=" --date_chunk=$DATE_CHUNK"
    6767fi
     68if [ -n "$JOB_CHUNK" ]; then
     69  parameterlist+=" --job_chunk=$JOB_CHUNK"
     70fi
    6871if [ -n "$BASETIME" ]; then
    6972  parameterlist+=" --basetime=$BASETIME"
     
    8386if [ -n "$OUTPUTDIR" ]; then
    8487  parameterlist+=" --outputdir=$OUTPUTDIR"
    85 fi
    86 if [ -n "$FLEXPART_ROOT_SCRIPTS" ]; then
    87   parameterlist+=" --flexpart_root_scripts=$FLEXPART_ROOT_SCRIPTS"
    8888fi
    8989if [ -n "$PP_ID" ]; then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG