Changeset d9abaac in flex_extract.git


Ignore:
Timestamp:
Feb 13, 2020, 6:12:02 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
47be0cb6
Parents:
83949d4
Message:

after tarball check, applied: dos2unix conversion, some spell corrections, TAB to Space correction

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • Documentation/html/Documentation/Api/Fortran/css/local.css

    r5b5589b rd9abaac  
    102102
    103103    .hl pre a {
    104         display: inline-block;
    105         height: 4.5em;
    106         margin: -4.5em 0 0;
     104 display: inline-block;
     105 height: 4.5em;
     106 margin: -4.5em 0 0;
    107107    }
    108108    .codesum h3 {
  • For_developers/Sphinx/Makefile

    r83515fe rd9abaac  
    1 # Minimal makefile for Sphinx documentation
     1# Makefile for Sphinx documentation
    22#
    33
  • For_developers/Sphinx/source/Documentation/Input/control.rst

    rba99230 rd9abaac  
    55 
    66
    7 .. MARS user documentation                              https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation
    8 .. MARS keywords and explanation                                https://confluence.ecmwf.int/display/UDOC/MARS+keywords
     7.. MARS user documentation https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation
     8.. MARS keywords and explanation https://confluence.ecmwf.int/display/UDOC/MARS+keywords
    99 
    1010 
  • For_developers/Sphinx/source/Documentation/disagg.rst

    rba99230 rd9abaac  
    104104
    105105.. figure:: ../_files/IA3.png         
    106     :figclass: align-center               
     106    :figclass: align-center
    107107   
    108108    Fig. 3: Schematic overview of the basic notation in a precipitation interval with the original precipitation rate g (green) as a step function and the interpolated data :math:`f` (dark blue) as the piecewise linear function. The original time interval with fixed grid length :math:`\delta t` is split equidistantly in three subintervals denoted by :math:`I_i^{1,2,3}`, with the slopes in the subintervals as denoted by :math:`k_i^{1,2,3}` . The sub-grid function values :math:`f_i, f_i^{1,2}, f_{i+1}` are marked by red diamonds (Hittmeir et al. 2018).
  • For_developers/Sphinx/source/evaluation.rst

    rba99230 rd9abaac  
    3030       
    3131    Performance analysis:
    32     -   Whole software
    33     -   Disaggregation
    34     -   Convert2
    35     -   prepare_flexpart
    36     -   Andere komponenten
     32    - Whole software
     33    - Disaggregation
     34    - Convert2
     35    - prepare_flexpart
     36    - Andere komponenten
    3737
    3838   
  • Source/Python/Classes/UioFiles.py

    r0f89116 rd9abaac  
    114114
    115115        # get all files in the dir and subdir as absolut path
    116             # pylint: disable=W0612
     116        # pylint: disable=W0612
    117117        for root, dirnames, filenames in os.walk(path):
    118118            for filename in fnmatch.filter(filenames, self.pattern):
  • Source/Python/pylintrc

    rdbc052c rd9abaac  
    128128        dict-keys-not-iterating,
    129129        dict-values-not-iterating,
    130         anomalous-backslash-in-string,
    131         relative-import,
    132         protected-access
    133        
     130        anomalous-backslash-in-string,
     131        relative-import,
     132        protected-access
    134133
    135134# Enable the message, report, category or checker with the given id(s). You can
     
    362361           dd,
    363362           v,
    364            ty,
    365            st,
    366            ti,
    367            MR,
    368            pk,
    369            pv,
    370            ni,
    371            nj,
    372            nt,
    373            ix,
    374            jy,
    375            it,
    376            parId,
    377            g,
    378            h,
    379            xa,
    380            xb,
    381            xc,
    382            xd,
    383            IA3,
    384            dt,
    385            fi
     363           ty,
     364           st,
     365           ti,
     366           MR,
     367           pk,
     368           pv,
     369           ni,
     370           nj,
     371           nt,
     372           ix,
     373           jy,
     374           it,
     375           parId,
     376           g,
     377           h,
     378           xa,
     379           xb,
     380           xc,
     381           xd,
     382           IA3,
     383           dt,
     384           fi
    386385
    387386# Include a hint for the correct naming format with invalid-name
  • Testing/Regression/Mars_request/test_cmp_mars_requests.py

    r53d3b2a rd9abaac  
    147147            lresult = True
    148148        else:
    149             err_msg += 'Unconsistency happend to be in column: ' + col + '\n'
     149            err_msg += 'Inconsistency in column: ' + col + '\n'
    150150            print("THERE SEEMS TO BE AN ERROR:")
    151151            print("CONTENT OF NEW VERSION:")
     
    321321                f.write('... ' + c + ' ... FAILED!' + '\n')
    322322                if err_msg:
    323                     f.write('... \t' + err_msg + '\n')
     323                    f.write('...    ' + err_msg + '\n')
    324324
    325325        exit
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG