Changeset 430 in lmdz_wrf


Ignore:
Timestamp:
May 26, 2015, 1:09:26 PM (10 years ago)
Author:
lfita
Message:

Fixing the right computation of Nsts in 'compute_tevolboxtraj'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

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