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

start adding pf_passive

parent f7d34e83
No related branches found
No related tags found
1 merge request!37Test corsica ids
Pipeline #31028 passed
...@@ -74,9 +74,13 @@ params_ids2database = params; ...@@ -74,9 +74,13 @@ params_ids2database = params;
% check ids_names % check ids_names
ids_names=fieldnames(ids2put); ids_names=fieldnames(ids2put);
try try
ids_full_list = IDS_list; if exist('ids_list')
ids_full_list = ids_list;
else
ids_full_list = IDS_list;
end
catch catch
ids_full_list = {'equilibrium', 'magnetics', 'tf', 'pf_active','wall','core_profiles','ec_launchers','nbi'}; ids_full_list = {'equilibrium', 'magnetics', 'tf', 'pf_active','wall','core_profiles','ec_launchers','nbi','pf_passive'};
warning(['IDS_list not available, quick fix introducing list of ids ready for TCV: ' fprintf('%s ',ids_full_list{:}) char(10)]); warning(['IDS_list not available, quick fix introducing list of ids ready for TCV: ' fprintf('%s ',ids_full_list{:}) char(10)]);
end end
ids_names_notok = setdiff(ids_names,ids_full_list); ids_names_notok = setdiff(ids_names,ids_full_list);
......
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