Canoe
Comprehensive Atmosphere N' Ocean Engine
make_plots.py File Reference

Go to the source code of this file.

Namespaces

 make_plots
 

Variables

string make_plots.case = 'straka-test-main'
 
 make_plots.data = Dataset('%s.nc' % case, 'r')
 
 make_plots.time = data['time'][:]
 
int make_plots.x1 = data['x1'][:]/1.E3
 
int make_plots.x2 = data['x2'][:]/1.E3
 
list make_plots.tslice = [0., 300., 600., 900.]
 
int make_plots.Rd = 287.
 
int make_plots.cp = 1004.
 
int make_plots.p0 = 1.E5
 
int make_plots.Ts = 300.
 
 make_plots.fig
 
 make_plots.axs
 
 make_plots.figsize
 
 make_plots.sharex
 
 make_plots.True
 
 make_plots.sharey
 
 make_plots.hspace
 
 make_plots.X
 
 make_plots.Y
 
 make_plots.clines = hstack((arange(-17., 0.), arange(1., 5.)))
 
 make_plots.j = where(time >= t)[0][0]
 
 make_plots.theta = data['theta'][j,:,:,0]
 
 make_plots.ax = axs[i]
 
 make_plots.colors
 
 make_plots.linestyles
 
 make_plots.fontsize
 
 make_plots.bbox_inches