Changeset 02c8c50 in flex_extract.git for python/submit.py


Ignore:
Timestamp:
Mar 18, 2018, 6:27:28 PM (6 years ago)
Author:
Anne Philipp <bscannephilipp@…>
Branches:
master, ctbto, dev
Children:
efdb01a
Parents:
64cf353
Message:

more changes in PEP8 style and slight modifications in coding style and naming. More documentation of functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/submit.py

    r64cf353 r02c8c50  
    6767from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
    6868from GribTools import GribTools
    69 from FlexpartTools import EIFlexpart, Control, interpret_args_and_control, normalexit, myerror
     69from FlexpartTools import ECFlexpart, Control, interpret_args_and_control, normalexit, myerror
    7070from getMARSdata import getMARSdata
    7171from prepareFLEXPART import prepareFLEXPART
     
    115115
    116116        c: instance of class Control
    117             Contains all necessary information of a control file. The parameters
    118             are: DAY1, DAY2, DTIME, MAXSTEP, TYPE, TIME, STEP, CLASS, STREAM,
    119             NUMBER, EXPVER, GRID, LEFT, LOWER, UPPER, RIGHT, LEVEL, LEVELIST,
    120             RESOL, GAUSS, ACCURACY, OMEGA, OMEGADIFF, ETA, ETADIFF, DPDETA,
    121             SMOOTH, FORMAT, ADDPAR, WRF, CWC, PREFIX, ECSTORAGE, ECTRANS, ECFSDIR,
    122             MAILOPS, MAILFAIL, GRIB2FLEXPART, FLEXPARTDIR
    123             For more information about format and content of the parameter see
    124             documentation.
     117            Contains all the parameters of control files, which are e.g.:
     118            DAY1(start_date), DAY2(end_date), DTIME, MAXSTEP, TYPE, TIME,
     119            STEP, CLASS(marsclass), STREAM, NUMBER, EXPVER, GRID, LEFT,
     120            LOWER, UPPER, RIGHT, LEVEL, LEVELIST, RESOL, GAUSS, ACCURACY,
     121            OMEGA, OMEGADIFF, ETA, ETADIFF, DPDETA, SMOOTH, FORMAT,
     122            ADDPAR, WRF, CWC, PREFIX, ECSTORAGE, ECTRANS, ECFSDIR,
     123            MAILOPS, MAILFAIL, GRIB2FLEXPART, FLEXPARTDIR, BASETIME
     124            DATE_CHUNK, DEBUG, INPUTDIR, OUTPUTDIR, FLEXPART_ROOT_SCRIPTS
     125
     126            For more information about format and content of the parameter
     127            see documentation.
    125128
    126129        queue: string
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG