Changeset 581


Ignore:
Timestamp:
Mar 14, 2012, 11:59:44 AM (13 years ago)
Author:
acolaitis
Message:

Python. Bug correction. (yes only one line in this commit but I really dont have anything else to commit along with it :)

File:
1 edited

Legend:

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

    r579 r581  
    101101## Author: AC
    102102def windamplitude (nc):
     103    import numpy as np
    103104    varinfile = nc.variables.keys()
    104105    if "U" in varinfile: zu=getfield(nc,'U')
Note: See TracChangeset for help on using the changeset viewer.