bertinia / parse_cesm_timing

prototype templated based parser for cesm timing files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse cesm timing

Attempt to parse cesm timing file from a template using format specification language and the parse module.

Setup

    virtualenv --python=python2 env
    . env/bin/activate
    python setup.py install

Use

    cd timing_parse
    ./timing_parse.py --config tp.cfg --timing-file cesm_timing.b.e20.BHIST.f09_g16.20thC.125.170122-223715

About

prototype templated based parser for cesm timing files

License:Other


Languages

Language:Python 100.0%