Skip to content
Snippets Groups Projects
Commit f5f27fee authored by Antonia Frank's avatar Antonia Frank
Browse files

correct description field for conductivity_parallel in tcv_imas core_profiles

parent 0e8b834b
Branches
Tags
1 merge request!137Add quantities to ids for MRE
......@@ -363,7 +363,7 @@ end
signeo = gdat(params_cores_profiles.shot,'\results::ibs:signeo');
for it=1:length(ids_core_profiles.time)
ids_core_profiles.profiles_1d{it}.conductivity_parallel = signeo.data(:,it);
temp_1d_desc.j_bootstrap = signeo.label;
temp_1d_desc.conductivity_parallel = signeo.label;
end
%% add descriptions for profiles_1d
ids_core_profiles_description.profiles_1d = temp_1d_desc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment