Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
gdat
Commits
3e2f1e80
Commit
3e2f1e80
authored
5 months ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
add local mdsconnect and nel_v1
parent
9cbccf26
No related branches found
No related tags found
1 merge request
!178
Update d3d
Pipeline
#225810
passed
5 months ago
Stage: test
Stage: post-test
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/D3D/d3d_requests_mapping.m
+5
-0
5 additions, 0 deletions
matlab/D3D/d3d_requests_mapping.m
matlab/D3D/gdat_d3d.m
+1
-0
1 addition, 0 deletions
matlab/D3D/gdat_d3d.m
with
6 additions
and
0 deletions
matlab/D3D/d3d_requests_mapping.m
+
5
−
0
View file @
3e2f1e80
...
...
@@ -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'
;
...
...
This diff is collapsed.
Click to expand it.
matlab/D3D/gdat_d3d.m
+
1
−
0
View file @
3e2f1e80
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment