Skip to content
Snippets Groups Projects
Commit 36f04f14 authored by rem's avatar rem
Browse files

final AUG only revision

git-svn-id: https://solps-mdsplus.aug.ipp.mpg.de/repos/TORBEAM/branches/python@526 438fab6c-3626-0410-97ee-e5509541aacd
parent ba6f4df5
Branches
Tags
No related merge requests found
......@@ -41,7 +41,8 @@ if system > 0:
rhoresult, t1data, t1tdata, t2data, t2n_data, icnt, ibgout, nv, volprof = call_torbeam(intinbeam, dblinbeam, m, n, eqdata, k, l, prdata);
# Plot
plotEq('data/topfile');
#plotEq('augdata/topfile');
plotEq(eqm=m, eqn=n, eqdata=eqdata);
plt1 = plt.subplot(2,2,1);
plt1.plot(t1data[0,:]/100., t1data[1,:]/100., 'b');
......@@ -58,9 +59,7 @@ plt3.set_title('I_ECCD vs rho');
plt4 = plt.subplot(2,2,2);
plt4.set_title('kinetic profiles vs rho');
res = file2array('data/ne.dat', tplidx=1);
plt4.plot(res[0,:], res[1,:]);
res = file2array('data/Te.dat', tplidx=1);
plt4.plot(res[0,:], res[1,:]);
plt4.plot(prdata[0:k], prdata[k:2*k]);
plt4.plot(prdata[2*k:2*k+l], prdata[2*k+l:2*k+2*l]);
plt.show();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment