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

add local mdsconnect and nel_v1

parent 9cbccf26
No related branches found
No related tags found
1 merge request!178Update d3d
Pipeline #225810 passed
......@@ -224,6 +224,11 @@ switch lower(data_request)
mapping.label = 'NEBAR\_R0';
mapping.method = 'signal';
mapping.expression = [{'efit01'},{'\NEBAR_R0'}];
case 'nel_v1'
mapping.timedim = 1;
mapping.label = 'NEBAR\_V1';
mapping.method = 'signal';
mapping.expression = [{'efit01'},{'\NEBAR_V1'}];
case {'ne', 'ne_rho'}
mapping.timedim = 2;
mapping.label = 'ne';
......
......@@ -49,6 +49,7 @@ function [gdat_data,gdat_params,error_status,varargout] = gdat_d3d(shot,data_req
% a5=gdat(32827,'ip'); % standard call
% a6=gdat(32827,'ip','Opt1',123,'Doplot',1,'opt2','Abc'); % standard call with a few options (note all lowercase in output)
%
% From local: mdsconnect('atlas.gat.com'); mdsvalue('1+3')
% From remote:
% ssh -p 2039 -C -l sautero -L 8002:atlas.gat.com:8000 cybele.gat.com
% And in another session in matlab:
......
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