Changeset efdb01a in flex_extract.git for python/GribTools.py


Ignore:
Timestamp:
May 9, 2018, 12:15:00 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
991df6a
Parents:
02c8c50
Message:

whole bunch of modifications due to new structure of ECMWFDATA, added basics of documentation, minor programming corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/GribTools.py

    r02c8c50 refdb01a  
    66# - GribTools name möglicherweise etwas verwirrend.
    77# - change self.filename in self.filenames!!!
    8 # -
     8# - add file description
     9# - bis auf --init-- und index wird keine Funktion verwendet!?
    910#************************************************************************
    1011"""
     
    2021
    2122@License:
    22     (C) Copyright 2014 UIO.
     23    (C) Copyright 2014-2018.
    2324
    2425    This software is licensed under the terms of the Apache Licence Version 2.0
     
    2829    - A standard python 2.6 or 2.7 installation
    2930    - dateutils
    30     - matplotlib (optional, for debugging)
    3131    - ECMWF specific packages, all available from https://software.ecmwf.int/
    3232        ECMWF WebMARS, gribAPI with python enabled, emoslib and
     
    3636    Further documentation may be obtained from www.flexpart.eu.
    3737
    38     Functionality provided:
    39         Prepare input 3D-wind fields in hybrid coordinates +
    40         surface fields for FLEXPART runs
     38    ...
    4139"""
    4240# ------------------------------------------------------------------------------
     
    4543from gribapi import *
    4644import traceback
    47 import sys, os
    48 
     45import sys
     46import os
    4947# ------------------------------------------------------------------------------
    5048# CLASS
     
    5553    '''
    5654    # --------------------------------------------------------------------------
    57     # FUNCTIONS
     55    # CLASS FUNCTIONS
    5856    # --------------------------------------------------------------------------
    5957    def __init__(self, filenames):
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG