Ignore:
Timestamp:
Jul 19, 2013, 10:35:53 AM (11 years ago)
Author:
aslmd
Message:

UTIL PYTHON. various updates on example + mcd + plot scripts. nothing major.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/mcd/inimeso/inimeso.py

    r943 r1007  
    3737sounding.close() ; additional.close()
    3838query.plot1d(["p","t","u","v"]) ; mpl.show()
     39
     40### Add information about dust opacity
     41dod = open("dustopacity.def", "w")
     42dod.write( "%4.2f"  %(query.extvartab[iz,36]) )
     43dod.close()
Note: See TracChangeset for help on using the changeset viewer.