import cdms2, vcs f=cdms2.open('clt.nc') d=f('clt') x=vcs.init() g=x.getisoline('default') t=x.createtemplate('new', 'default') x.plot(d, g, t)
import cdms2, vcs
f=cdms2.open('clt.nc')
d=f('clt')
x=vcs.init()
g=x.getisoline('default')
t=x.createtemplate('new', 'default')
x.plot(d, g, t)