Skip to content
Snippets Groups Projects
Commit b9830b26 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add shot nb in title

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11876 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 21559e71
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ for ibeam=find(any(torbeam_out.run_torbeam,2))' ...@@ -212,7 +212,7 @@ for ibeam=find(any(torbeam_out.run_torbeam,2))'
figure; figure;
subplot(2,1,1) subplot(2,1,1)
plot(squeeze(torbeam_out.pdens_jcd_rho(:,ibeam,:)),squeeze(torbeam_out.pdens(:,ibeam,:))) plot(squeeze(torbeam_out.pdens_jcd_rho(:,ibeam,:)),squeeze(torbeam_out.pdens(:,ibeam,:)))
title(['for beam = ' num2str(ibeam)]) title(['AUG shot #' num2str(shot) ': for beam = ' num2str(ibeam)])
ylabel('Pdens') ylabel('Pdens')
xlabel('r/a') xlabel('r/a')
subplot(2,1,2) subplot(2,1,2)
...@@ -226,6 +226,8 @@ subplot(3,1,1) ...@@ -226,6 +226,8 @@ subplot(3,1,1)
plot(torbeam_out.t,torbeam_out.pabs/1e6,'*-') plot(torbeam_out.t,torbeam_out.pabs/1e6,'*-')
ylabel('Pabs [MW]') ylabel('Pabs [MW]')
title(['AUG shot #' num2str(shot)])
subplot(3,1,2) subplot(3,1,2)
plot(torbeam_out.t,torbeam_out.icd/1e6,'*-') plot(torbeam_out.t,torbeam_out.icd/1e6,'*-')
ylabel('Icd [MA]') ylabel('Icd [MA]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment