Changeset ff99eae in flex_extract.git for python/disaggregation.py


Ignore:
Timestamp:
Jun 1, 2018, 8:34:59 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e1228f3
Parents:
ccab809
Message:

completed application of pep8 style guide and pylint investigations. added documentation almost everywhere

File:
1 moved

Legend:

Unmodified
Added
Removed
  • python/disaggregation.py

    r991df6a rff99eae  
    22# -*- coding: utf-8 -*-
    33#************************************************************************
    4 # TODO AP
     4# ToDo AP
    55# - check alist of size 4 ?
    66# - write a test, IMPORTANT
     
    2020#        - added structured documentation
    2121#        - outsourced the disaggregation functions dapoly and darain
    22 #          to a new module named Disagg
     22#          to a new module named disaggregation
    2323#
    2424# @License:
     
    2929#
    3030# @Module Description:
    31 #    Disaggregation of deaccumulated flux data from an ECMWF model FG field.
     31#    disaggregationregation of deaccumulated flux data from an ECMWF model FG field.
    3232#    Initially the flux data to be concerned are:
    3333#    - large-scale precipitation
     
    7070        using a cubic polynomial solution which conserves the integrals
    7171        of the fluxes within each timespan.
    72         Disaggregation is done for 4 accumluated timespans which generates
     72        disaggregationregation is done for 4 accumluated timespans which generates
    7373        a new, disaggregated value which is output at the central point
    7474        of the 4 accumulation timespans. This new point is used for linear
     
    111111        field using a modified linear solution which conserves the integrals
    112112        of the fluxes within each timespan.
    113         Disaggregation is done for 4 accumluated timespans which generates
     113        disaggregationregation is done for 4 accumluated timespans which generates
    114114        a new, disaggregated value which is output at the central point
    115115        of the 4 accumulation timespans. This new point is used for linear
     
    144144
    145145    return nfield
    146 
    147 
    148 
    149 
    150 
    151 
    152 
    153 
    154 
    155 
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG