Changeset 2397 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Mar 11, 2019, 8:09:53 PM (6 years ago)
Author:
lfita
Message:

minor fixes in `temporal_stats'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2396 r2397  
    2619826198    stats = []
    2619926199    for timest in timestatsS:
    26200         print 'Lluis timest:', timest, 'split:', timest.split('@')
     26200        print '  timest:', timest, 'split:', timest.split('@')
    2620126201        timestatsv = []
    2620226202        period = timest.split('@')[0]
     
    2625526255        print timestats[iTst]
    2625626256
    26257     # Getting tempral time-slices for each period
     26257    # Getting temporal time-slices for each period
    2625826258    statslices = {}
    2625926259    for iTst in range(NTsts):
     
    2629626296    newvar[:] = amounts
    2629726297    basicvardef(newvar, 'amount', 'amount of the time-period', '1')
     26298
     26299    onewnc.sync()
    2629826300
    2629926301    # Computing statistics
Note: See TracChangeset for help on using the changeset viewer.