Changeset 771


Ignore:
Timestamp:
Sep 5, 2012, 3:38:39 PM (12 years ago)
Author:
acolaitis
Message:

Sorry, typo in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myplot.py

    r770 r771  
    10441044             "MTOT":         "%.1f",\
    10451045             "ANOMALY":      "%.1f",\
    1046              "W":            "%.1f",\
     1046             "W":            "%.2f",\
    10471047             "WMAX_TH":      "%.1f",\
    10481048             "WSTAR":        "%.1f",\
     
    10561056             "CO2":          "%.2f",\
    10571057             "ENFACT":       "%.1f",\
     1058             "QDUST":        "%.6f",\
    10581059             #### T.N.
    10591060             "TEMP":         "%.0f",\
     
    13791380        nlat = len(slat)
    13801381    if svert is not None:
    1381         length=len(slvert[:,0])
     1382        length=len(svert[:,0])
    13821383        nslices = nslices*length
    13831384        nvert = len(svert)
Note: See TracChangeset for help on using the changeset viewer.