Changeset 54a8a01 in flex_extract.git for python/plot_retrieved.py


Ignore:
Timestamp:
Aug 31, 2018, 7:50:37 AM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
597d4d1
Parents:
e1228f3
Message:

restructuring, documentations and bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/plot_retrieved.py

    rff99eae r54a8a01  
    11#!/usr/bin/env python
    22# -*- coding: utf-8 -*-
    3 #************************************************************************
    4 # ToDo AP
    5 # - documentation der Funktionen
    6 # - docu der progam functionality
    7 # - apply pep8
    8 #************************************************************************
    93#*******************************************************************************
    104# @Author: Leopold Haimberger (University of Vienna)
     
    3428#    - main
    3529#    - get_basics
     30#    - get_files_per_date
    3631#    - plot_retrieved
    3732#    - plot_timeseries
     
    219214    c.area = np.asarray(c.area)
    220215
    221     files = UioFiles(c.prefix+'*')
    222     files.list_files(c.inputdir)
     216    files = UioFiles(c.inputdir, c.prefix+'*')
    223217    ifiles = get_files_per_date(files.files, datelist)
    224218    ifiles.sort()
     
    622616                        help="FLEXPART root directory (to find \
    623617                        'grib2flexpart and COMMAND file)\n \
    624                         Normally ECMWFDATA resides in the scripts directory \
     618                        Normally flex_extract resides in the scripts directory \
    625619                        of the FLEXPART distribution")
    626620
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG