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
cf9cfe45
Commit
cf9cfe45
authored
1 year ago
by
Antonia Frank
Browse files
Options
Downloads
Patches
Plain Diff
Correct and clean-up comment sections
parent
be95e0f5
No related branches found
No related tags found
1 merge request
!137
Add quantities to ids for MRE
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/TCV_IMAS/tcv_get_ids_core_transport.m
+2
-2
2 additions, 2 deletions
matlab/TCV_IMAS/tcv_get_ids_core_transport.m
matlab/TCV_IMAS/tcv_ids_headpart.m
+6
-7
6 additions, 7 deletions
matlab/TCV_IMAS/tcv_ids_headpart.m
with
8 additions
and
9 deletions
matlab/TCV_IMAS/tcv_get_ids_core_transport.m
+
2
−
2
View file @
cf9cfe45
function
[
ids_core_transport
,
ids_core_transport_description
,
varargout
]
=
...
function
[
ids_core_transport
,
ids_core_transport_description
,
varargout
]
=
...
tcv_get_ids_core_transport
(
shot
,
ids_equil_empty
,
gdat_params
,
varargin
)
tcv_get_ids_core_transport
(
shot
,
ids_equil_empty
,
gdat_params
,
varargin
)
%
%
% [ids_core_
profiles
,ids_core_
profiles
_description,varargout] = ...
% [ids_core_
transport
,ids_core_
transport
_description,varargout] = ...
% tcv_get_ids_core_
profiles
(shot,ids_equil_empty,gdat_params,varargin);
% tcv_get_ids_core_
transport
(shot,ids_equil_empty,gdat_params,varargin);
%
%
%
%
% gdat_params: gdat_data.gdat_params to get all params passed from original call
% gdat_params: gdat_data.gdat_params to get all params passed from original call
...
...
This diff is collapsed.
Click to expand it.
matlab/TCV_IMAS/tcv_ids_headpart.m
+
6
−
7
View file @
cf9cfe45
function
[
ids_generic
,
params_ids_generic
]
=
tcv_ids_headpart
(
shot
,
ids_in
,
ids_name
,
varargin
)
;
function
[
ids_generic
,
params_ids_generic
]
=
tcv_ids_headpart
(
shot
,
ids_in
,
ids_name
,
varargin
)
%
%
% [ids_generic, params_ids_generic] = tcv_ids_headpart(shot,ids_in,ids_name,varargin);
% [ids_generic, params_ids_generic] = tcv_ids_headpart(shot,ids_in,ids_name,varargin);
%
%
% parses inputs and fill in ids_properties
% parses inputs and fill in ids_properties
%
%
%
% varargin options:
% varargin options:
%
% 'comment': comment to include in ids_properties, using gdat_params
% 'comment': comment to include in ids_properties, using gdat_params for example cocos_in and cocos_out
% for example cocos_in and cocos_out
% 'homogeneous_time': homogeneous_time in ids_properties: 1 (default) if the whole ids has same time, 0 otherwise
% 'homogeneous_time': homogeneous_time in ids_properties:
% 'gdat_params': gdat params structure
% 1 (default) if the whole ids has same time, 0 otherwise
% 'gdat_params': gdat params structure
%
%
%
%
% example:
% example:
% [ids_equilibrium, params_ids_equilibrium] = tcv_ids_headpart(shot,ids_equil_empty,'equilibrium','comment','your comment');
% [ids_equilibrium, params_ids_equilibrium] = tcv_ids_headpart(shot,ids_equil_empty,'equilibrium','comment','your comment');
%
%
%
% initialize input parser
% initialize input parser
p
=
inputParser
;
p
=
inputParser
;
...
...
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