Changeset 431 in lmdz_wrf


Ignore:
Timestamp:
May 26, 2015, 2:51:01 PM (10 years ago)
Author:
lfita
Message:

Fixing number of statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r430 r431  
    1115611156      'squared mean value within', 'standard deviation value within',                \
    1115711157      'accumulated value within']
    11158     Nsts = len(stsn+1)
     11158    Nsts = len(stsn)+1
    1115911159    statnames = []
    1116011160    cstatnames = []
Note: See TracChangeset for help on using the changeset viewer.