Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Variables | |
string | case = 'straka-test-main' |
data = Dataset('%s.nc' % case, 'r') | |
time = data['time'][:] | |
int | x1 = data['x1'][:]/1.E3 |
int | x2 = data['x2'][:]/1.E3 |
list | tslice = [0., 300., 600., 900.] |
int | Rd = 287. |
int | cp = 1004. |
int | p0 = 1.E5 |
int | Ts = 300. |
fig | |
axs | |
figsize | |
sharex | |
True | |
sharey | |
hspace | |
X | |
Y | |
clines = hstack((arange(-17., 0.), arange(1., 5.))) | |
j = where(time >= t)[0][0] | |
theta = data['theta'][j,:,:,0] | |
ax = axs[i] | |
colors | |
linestyles | |
fontsize | |
bbox_inches | |
make_plots.case = 'straka-test-main' |
Definition at line 7 of file make_plots.py.
make_plots.data = Dataset('%s.nc' % case, 'r') |
Definition at line 8 of file make_plots.py.
make_plots.time = data['time'][:] |
Definition at line 9 of file make_plots.py.
int make_plots.x1 = data['x1'][:]/1.E3 |
Definition at line 10 of file make_plots.py.
int make_plots.x2 = data['x2'][:]/1.E3 |
Definition at line 11 of file make_plots.py.
list make_plots.tslice = [0., 300., 600., 900.] |
Definition at line 13 of file make_plots.py.
int make_plots.Rd = 287. |
Definition at line 14 of file make_plots.py.
int make_plots.cp = 1004. |
Definition at line 15 of file make_plots.py.
int make_plots.p0 = 1.E5 |
Definition at line 16 of file make_plots.py.
int make_plots.Ts = 300. |
Definition at line 17 of file make_plots.py.
make_plots.fig |
Definition at line 20 of file make_plots.py.
make_plots.axs |
Definition at line 20 of file make_plots.py.
make_plots.figsize |
Definition at line 20 of file make_plots.py.
make_plots.sharex |
Definition at line 20 of file make_plots.py.
make_plots.True |
Definition at line 20 of file make_plots.py.
make_plots.sharey |
Definition at line 20 of file make_plots.py.
make_plots.hspace |
Definition at line 21 of file make_plots.py.
make_plots.X |
Definition at line 22 of file make_plots.py.
make_plots.Y |
Definition at line 22 of file make_plots.py.
make_plots.clines = hstack((arange(-17., 0.), arange(1., 5.))) |
Definition at line 23 of file make_plots.py.
make_plots.j = where(time >= t)[0][0] |
Definition at line 26 of file make_plots.py.
Definition at line 27 of file make_plots.py.
make_plots.ax = axs[i] |
Definition at line 30 of file make_plots.py.
make_plots.colors |
Definition at line 31 of file make_plots.py.
make_plots.linestyles |
Definition at line 31 of file make_plots.py.
make_plots.fontsize |
Definition at line 35 of file make_plots.py.
make_plots.bbox_inches |
Definition at line 42 of file make_plots.py.