Changeset 1007 for trunk/UTIL/PYTHON/mcd/inimeso/inimeso.py
- Timestamp:
- Jul 19, 2013, 10:35:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/mcd/inimeso/inimeso.py
r943 r1007 37 37 sounding.close() ; additional.close() 38 38 query.plot1d(["p","t","u","v"]) ; mpl.show() 39 40 ### Add information about dust opacity 41 dod = open("dustopacity.def", "w") 42 dod.write( "%4.2f" %(query.extvartab[iz,36]) ) 43 dod.close()
Note: See TracChangeset
for help on using the changeset viewer.