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
387a5635
Commit
387a5635
authored
5 years ago
by
Olivier Sauter
Committed by
Olivier Sauter
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
minor spaces and set 2 nbi units as default
parent
d60f95c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
Imas add grid transform
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/TCV_IMAS/tcv_get_ids_nbi.m
+0
-1
0 additions, 1 deletion
matlab/TCV_IMAS/tcv_get_ids_nbi.m
matlab/TCV_IMAS/tcv_ids_bpol_probe.m
+2
-2
2 additions, 2 deletions
matlab/TCV_IMAS/tcv_ids_bpol_probe.m
with
2 additions
and
3 deletions
matlab/TCV_IMAS/tcv_get_ids_nbi.m
+
0
−
1
View file @
387a5635
...
...
@@ -15,7 +15,6 @@ ids_nbi_description='';
nb_units
=
2
;
% assume 2 units: 1st NBH and DNBI
nb_units
=
1
;
% assume 2 units: 1st NBH and DNBI
ids_nbi
.
unit
(
1
:
nb_units
)
=
ids_nbi
.
unit
(
1
);
% copy empty structure for all units, then fill in
% create lists of what is different for each units so that can scan through units
...
...
This diff is collapsed.
Click to expand it.
matlab/TCV_IMAS/tcv_ids_bpol_probe.m
+
2
−
2
View file @
387a5635
...
...
@@ -68,8 +68,8 @@ switch error_bar
case
'delta'
for
ii
=
1
:
Nprobes
sub_ids_struct_out
{
ii
}
.
field
.
data_error_upper
=
fixed_error
.*
ones
(
size
(
sub_ids_struct_out
{
ii
}
.
field
.
data
));
% TO BE FOUND;
sub_ids_struct_out_description
{
ii
}
.
field_data_error_upper
=
[
'from fixed error value in case '
error_bar
];
sub_ids_struct_out_description
{
ii
}
.
field_data_error_lower
=
[
'not provided since symmetric'
];
sub_ids_struct_out_description
{
ii
}
.
field_data_error_upper
=
[
'from fixed error value in case '
error_bar
];
sub_ids_struct_out_description
{
ii
}
.
field_data_error_lower
=
[
'not provided since symmetric'
];
end
case
'delta_with_lower'
for
ii
=
1
:
Nprobes
...
...
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