Skip to content
Snippets Groups Projects
Commit 1558f619 authored by Antonia Frank's avatar Antonia Frank
Browse files

Correct comment for TORAY to j_par transformation

parent 723f974a
Branches
Tags
1 merge request!137Add quantities to ids for MRE
...@@ -173,7 +173,9 @@ if ~isempty(ec_gdat.ec.data) % if EC data available, fill sources ...@@ -173,7 +173,9 @@ if ~isempty(ec_gdat.ec.data) % if EC data available, fill sources
end end
% load LIUQE data to convert % load LIUQE data to convert
% \tilde{j}_// = <jdotB>/(R0<Bphi/R>) to j_//0 = <jdotB>/B0; Bphi=T(psi)/R % \tilde{V,TORAY}_// = dI_\phi/dV = (1/2\pi)<j_\phi/R> to j_//0 = <jdotB>/B0;
% conversion using j_//,cd = <j_cd/B> B, thus
% j_// = 2\pi <B^2> / (R_0 <B_\phi/R>^2)
[L,~,LY] = liuqe(shot,ec_tgrid_toray,'iterq',50,'ilim',3,'icsint',true); [L,~,LY] = liuqe(shot,ec_tgrid_toray,'iterq',50,'ilim',3,'icsint',true);
rho_pol_norm_liu = L.pQ; % normalized sqrt poloidal flux including axis rho_pol_norm_liu = L.pQ; % normalized sqrt poloidal flux including axis
mu0 = 4*pi*10^-7; mu0 = 4*pi*10^-7;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment