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

add simple tau_tot call to gdat_tcv

parent 434965a5
No related branches found
No related tags found
1 merge request!137Add quantities to ids for MRE
...@@ -457,6 +457,11 @@ switch lower(data_request) ...@@ -457,6 +457,11 @@ switch lower(data_request)
'bb=interpos(aa.t,aa.data(ix,:),gdat_tmp.t,-100);' ... 'bb=interpos(aa.t,aa.data(ix,:),gdat_tmp.t,-100);' ...
'gdat_tmp.data = 4e-7*pi.*gdat_tmp.data.^2.*bb./1.22; gdat_tmp.label=''\tau_R'';gdat_tmp.gdat_request=''tau_r'';' ... 'gdat_tmp.data = 4e-7*pi.*gdat_tmp.data.^2.*bb./1.22; gdat_tmp.label=''\tau_R'';gdat_tmp.gdat_request=''tau_r'';' ...
'gdat_tmp.units=''s'';gdat_tmp.help=''tauR=mu0 a^2 / 1.22 etaneo(rhopol=0.4)''']; 'gdat_tmp.units=''s'';gdat_tmp.help=''tauR=mu0 a^2 / 1.22 etaneo(rhopol=0.4)'''];
case 'tau_tot'
mapping.timedim = 1;
mapping.label = 'total energy confinment time';
mapping.method = 'tdi';
mapping.expression = '\results::conf:tau';
case 'te' case 'te'
mapping.timedim = 2; mapping.timedim = 2;
mapping.label = 'Te'; mapping.label = 'Te';
......
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