Changeset 183


Ignore:
Timestamp:
Jun 30, 2011, 1:00:08 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: PYTHON: added pywrf r39 to act as a reference for futher developments

Location:
trunk/MESOSCALE/PLOT/PYTHON
Files:
33 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/PLOT/PYTHON/scripts/winds.py

    r182 r183  
    3131    for i in range(0,nt-1,int(nt/4.)):
    3232       subplot(sub)
    33        ptitle("Winds time"+str(i)+" level"+str(nvert))
     33       ptitle("winds+"+var+" t"+str(i)+" l"+str(nvert))
    3434       m = define_proj(proj,wlon,wlat,back=back)
    3535       x, y = m(lon2d, lat2d)
Note: See TracChangeset for help on using the changeset viewer.