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
cca59926
Commit
cca59926
authored
5 years ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
saved IMAS 3.26 empty ids at ITER .mat to use then on lac with writestruct
parent
3110cb16
No related branches found
No related tags found
1 merge request
!51
saved IMAS 3.26 empty ids at ITER .mat to use then on lac with writestruct
Pipeline
#31990
passed
5 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/TCV_IMAS/README
+4
-3
4 additions, 3 deletions
matlab/TCV_IMAS/README
with
4 additions
and
3 deletions
matlab/TCV_IMAS/README
+
4
−
3
View file @
cca59926
...
@@ -2,12 +2,13 @@
...
@@ -2,12 +2,13 @@
%
%
% generate empty ids structures, from gateway in imasenv, get list and then generate present known ids
% generate empty ids structures, from gateway in imasenv, get list and then generate present known ids
%
%
ids_list
=IDS
_list;
ids_list
_all=ids
_list;
ids_list_to_generate = {'core_profiles', 'core_sources', 'equilibrium', 'magnetics', 'pf_active', 'pf_passive', 'tf','wall'};
%ids_list_to_generate = {'core_profiles', 'core_sources', 'equilibrium', 'magnetics', 'pf_active', 'pf_passive', 'tf','wall'};
ids_list_to_generate = ids_list_all;
for i=1:length(ids_list_to_generate)
for i=1:length(ids_list_to_generate)
ids_structures.(ids_list_to_generate{i}) = ids_gen(ids_list_to_generate{i});
ids_structures.(ids_list_to_generate{i}) = ids_gen(ids_list_to_generate{i});
end
end
% save ids_structures_
20190128
.mat ids_structures ids_list_to_generate ids_list
% save ids_structures_
IMAS326
.mat ids_structures ids_list_to_generate ids_list
_all
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