From 5adaadd80ba762196a0f5ca2ad53514b0f053bae Mon Sep 17 00:00:00 2001 From: Antonia Frank <antonia.frank@epfl.ch> Date: Thu, 23 May 2024 12:09:54 +0200 Subject: [PATCH] Update core_sources_description --- matlab/TCV_IMAS/tcv_get_ids_core_sources.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/matlab/TCV_IMAS/tcv_get_ids_core_sources.m b/matlab/TCV_IMAS/tcv_get_ids_core_sources.m index 7e3f5331..83bdd9a8 100644 --- a/matlab/TCV_IMAS/tcv_get_ids_core_sources.m +++ b/matlab/TCV_IMAS/tcv_get_ids_core_sources.m @@ -231,7 +231,9 @@ id_total.index = 1; id_total.name = 'total'; %% add descriptions for profiles_1d -desc.source = 'available by now: ohm [id=7], bootstrap [id=13], ec [id=3] (if present in shot)'; +desc.source = 'available by now {source_index}: ohmic {1}, bootstrap {2}, ec {3+} for individual launchers (if present in shot)'; +desc.profiles_1d.electrons.energy = 'absorbed power density'; +desc.profiles_1d.electrons.power_inside = 'integrated absorbed power density'; desc.profiles_1d.j_parallel = 'parallel current density'; desc.profiles_1d.current_parallel_inside = 'integrated parallel current density'; desc.globals.power = 'total power coupled to the plasma'; -- GitLab