diagram dd_data_dictionary.xml_p1.png
annotation
documentation
Root of the Physics Data Dictionary

element code
diagram dd_data_dictionary.xml_p2.png
annotation
documentation
Generic decription of the code-specific parameters for the code that has produced this IDS

element code/name
diagram dd_data_dictionary.xml_p3.png
annotation
documentation
Name of software generating IDS
appinfo
<type>constant</type>

element code/commit
diagram dd_data_dictionary.xml_p4.png
annotation
documentation
Unique commit reference of software
appinfo
<type>constant</type>

element code/version
diagram dd_data_dictionary.xml_p5.png
annotation
documentation
Unique version (tag) of software
appinfo
<type>constant</type>

element code/repository
diagram dd_data_dictionary.xml_p6.png
annotation
documentation
URL of software repository
appinfo
<type>constant</type>

element code/parameters
diagram dd_data_dictionary.xml_p7.png
annotation
documentation
List of the code specific parameters in XML format
appinfo
<type>constant</type>

element code/output_flag
diagram dd_data_dictionary.xml_p8.png
annotation
documentation
Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.
appinfo
<coordinate1>/time</coordinate1>
<type>dynamic</type>

element error_description
diagram dd_data_dictionary.xml_p9.png
annotation
documentation
Error description, an array of this structure is passed as argument of the access layer calls (get and put) for handling errorbars. Does not appear as such in the data structure. This is inserted in dd_support.xsd for automatic declaration in the Fortran and C++ type definitions.

element error_description/symmetric
diagram dd_data_dictionary.xml_p10.png
annotation
documentation
Flag indicating whether the error is “+/-“ symmetric (1) or not (0)
appinfo
<type>constant</type>

element error_description/type
diagram dd_data_dictionary.xml_p11.png
annotation
documentation
Type of error bar description which is used (assumed to be identical for the lower and upper error): constant_absolute|constant_relative|explicit_values|expression

element error_description/expression_upper_0d
diagram dd_data_dictionary.xml_p12.png
annotation
documentation
Upper error expression (absolute value taken), for 1D dynamic quantities
appinfo
<type>constant</type>

element error_description/expression_upper_1d
diagram dd_data_dictionary.xml_p13.png
annotation
documentation
Upper error expression (absolute value taken), for 2D dynamic quantities. If its dimension is equal to 1, the same error expression is applied to all indices of the original physical quantity
appinfo
<type>constant</type>

element error_description/expression_lower_0d
diagram dd_data_dictionary.xml_p14.png
annotation
documentation
Lower error expression (absolute value taken), for 1D dynamic quantities
appinfo
<type>constant</type>

element error_description/expression_lower_1d
diagram dd_data_dictionary.xml_p15.png
annotation
documentation
Lower error expression (absolute value taken), for 2D dynamic quantities. If its dimension is equal to 1, the same error expression is applied to all indices of the original physical quantity
appinfo
<type>constant</type>

element ids_properties
diagram dd_data_dictionary.xml_p16.png
annotation
documentation
Interface Data Structure properties. This element identifies the node above as an IDS

element ids_properties/comment
diagram dd_data_dictionary.xml_p17.png
annotation
documentation
Any comment describing the content of this IDS
appinfo
<type>constant</type>

element ids_properties/homogeneous_time
diagram dd_data_dictionary.xml_p18.png
annotation
documentation
This node must be filled (with 0 or 1) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, this node must still be filled, and set to 1 (by convention).
appinfo
<type>constant</type>

element ids_properties/source
diagram dd_data_dictionary.xml_p19.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

element ids_properties/provider
diagram dd_data_dictionary.xml_p20.png
annotation
documentation
Name of the person in charge of producing this data
appinfo
<type>constant</type>

element ids_properties/creation_date
diagram dd_data_dictionary.xml_p21.png
annotation
documentation
Date at which this data has been produced
appinfo
<type>constant</type>

element parameters_input
diagram dd_data_dictionary.xml_p22.png
annotation
documentation
Code parameters block passed from the wrapper to the subroutine. Does not appear as such in the data structure. This is inserted in DD_Support.xsd for automatic declaration in the Fortran and C++ type definitions.

element parameters_input/parameters_value
diagram dd_data_dictionary.xml_p23.png
annotation
documentation
Actual value of the code parameters (instance of Code_Parameters/Parameters in XML format)
appinfo
<type>constant</type>

element parameters_input/parameters_default
diagram dd_data_dictionary.xml_p24.png
annotation
documentation
Default value of the code parameters (instance of Code_Parameters/Parameters in XML format)
appinfo
<type>constant</type>

element parameters_input/schema
diagram dd_data_dictionary.xml_p25.png
annotation
documentation
Code parameters schema
appinfo
<type>constant</type>

element plasma_composition
diagram dd_data_dictionary.xml_p26.png
annotation
documentation
Generic declaration of Plasma Composition for a simulation

element plasma_composition/ion
diagram dd_data_dictionary.xml_p27.png
annotation
documentation
Array of plasma ions
appinfo
<coordinate1>1...N</coordinate1>

element time
diagram dd_data_dictionary.xml_p28.png
annotation
documentation
Generic time
appinfo
<coordinate1>1...N</coordinate1>
<type>dynamic</type>
<units>s</units>

group CPX_0D
diagram dd_data_dictionary.xml_p29.png
annotation
documentation
Scalar complex Data Item

element CPX_0D/class_of
diagram dd_data_dictionary.xml_p30.png
annotation
documentation
Class of Data Item

element CPX_0D/data
diagram dd_data_dictionary.xml_p31.png
annotation
documentation
The data content of this Data Item

group CPX_1D
diagram dd_data_dictionary.xml_p32.png
annotation
documentation
1-dimension complex Data Item

element CPX_1D/class_of
diagram dd_data_dictionary.xml_p33.png
annotation
documentation
Class of Data Item

element CPX_1D/data
diagram dd_data_dictionary.xml_p34.png
annotation
documentation
The data content of this node

group CPX_2D
diagram dd_data_dictionary.xml_p35.png
annotation
documentation
2-dimension complex Data Item

element CPX_2D/class_of
diagram dd_data_dictionary.xml_p36.png
annotation
documentation
Class of Data Item

element CPX_2D/data
diagram dd_data_dictionary.xml_p37.png
annotation
documentation
The data content of this node

group data_properties
diagram dd_data_dictionary.xml_p38.png
annotation
documentation
General properties of a Data Item

element data_properties/comment_of
diagram dd_data_dictionary.xml_p39.png
annotation
documentation
Free string carrying a comment on the Data Item
appinfo
<type>constant</type>

element data_properties/creator_of
diagram dd_data_dictionary.xml_p40.png
annotation
documentation
Who created this Data Item
appinfo
<type>constant</type>

element data_properties/date_of
diagram dd_data_dictionary.xml_p41.png
annotation
documentation
Date of the Data Item, can be reference to a higher structure date (date pattern)
appinfo
<type>constant</type>

element data_properties/reference_of
diagram dd_data_dictionary.xml_p42.png
annotation
documentation
Documented reference to this data
appinfo
<type>constant</type>

element data_properties/shape_of
diagram dd_data_dictionary.xml_p43.png
annotation
documentation
What is the shape of this Data Item e.g. (3,4,2)
appinfo
<type>constant</type>

element data_properties/source_of
diagram dd_data_dictionary.xml_p44.png
annotation
documentation
Where do the data for this Data Item come from (a procedure, a set of codes, ...)
appinfo
<type>constant</type>

group FLT_0D
diagram dd_data_dictionary.xml_p45.png
annotation
documentation
Scalar real Data Item

element FLT_0D/class_of
diagram dd_data_dictionary.xml_p46.png
annotation
documentation
Class of Data Item

element FLT_0D/data
diagram dd_data_dictionary.xml_p47.png
annotation
documentation
The data content of this Data Item

group FLT_1D
diagram dd_data_dictionary.xml_p48.png
annotation
documentation
1-dimension float Data Item

element FLT_1D/class_of
diagram dd_data_dictionary.xml_p49.png
annotation
documentation
Class of Data Item

element FLT_1D/data
diagram dd_data_dictionary.xml_p50.png
annotation
documentation
The data content of this node

group FLT_2D
diagram dd_data_dictionary.xml_p51.png
annotation
documentation
2-dimension float Data Item

element FLT_2D/class_of
diagram dd_data_dictionary.xml_p52.png
annotation
documentation
Class of Data Item

element FLT_2D/data
diagram dd_data_dictionary.xml_p53.png
annotation
documentation
The data content of this node

group FLT_3D
diagram dd_data_dictionary.xml_p54.png
annotation
documentation
3-dimension float Data Item

element FLT_3D/class_of
diagram dd_data_dictionary.xml_p55.png
annotation
documentation
Class of Data Item

element FLT_3D/data
diagram dd_data_dictionary.xml_p56.png
annotation
documentation
The data content of this node

group FLT_4D
diagram dd_data_dictionary.xml_p57.png
annotation
documentation
4-dimension float Data Item

element FLT_4D/class_of
diagram dd_data_dictionary.xml_p58.png
annotation
documentation
Class of Data Item

element FLT_4D/data
diagram dd_data_dictionary.xml_p59.png
annotation
documentation
The data content of this node

group FLT_5D
diagram dd_data_dictionary.xml_p60.png
annotation
documentation
5-dimension float Data Item

element FLT_5D/class_of
diagram dd_data_dictionary.xml_p61.png
annotation
documentation
Class of Data Item

element FLT_5D/data
diagram dd_data_dictionary.xml_p62.png
annotation
documentation
The data content of this node

group FLT_6D
diagram dd_data_dictionary.xml_p63.png
annotation
documentation
6-dimension float Data Item

element FLT_6D/class_of
diagram dd_data_dictionary.xml_p64.png
annotation
documentation
Class of Data Item

element FLT_6D/data
diagram dd_data_dictionary.xml_p65.png
annotation
documentation
The data content of this node

group FLT_7D
diagram dd_data_dictionary.xml_p66.png
annotation
documentation
7-dimension float Data Item

element FLT_7D/class_of
diagram dd_data_dictionary.xml_p67.png
annotation
documentation
Class of Data Item

element FLT_7D/data
diagram dd_data_dictionary.xml_p68.png
annotation
documentation
The data content of this node

group INT_0D
diagram dd_data_dictionary.xml_p69.png
annotation
documentation
Scalar integer Data Item

element INT_0D/class_of
diagram dd_data_dictionary.xml_p70.png
annotation
documentation
Class of Data Item

element INT_0D/data
diagram dd_data_dictionary.xml_p71.png
annotation
documentation
The data content of this node

group INT_1D
diagram dd_data_dictionary.xml_p72.png
annotation
documentation
1-dimension integer Data Item

element INT_1D/class_of
diagram dd_data_dictionary.xml_p73.png
annotation
documentation
Class of Data Item

element INT_1D/data
diagram dd_data_dictionary.xml_p74.png
annotation
documentation
The data content of this node

group INT_2D
diagram dd_data_dictionary.xml_p75.png
annotation
documentation
2-dimension integer Data Item

element INT_2D/class_of
diagram dd_data_dictionary.xml_p76.png
annotation
documentation
Class of Data Item

element INT_2D/data
diagram dd_data_dictionary.xml_p77.png
annotation
documentation
The data content of this node

group INT_3D
diagram dd_data_dictionary.xml_p78.png
annotation
documentation
3-dimension integer Data Item

element INT_3D/class_of
diagram dd_data_dictionary.xml_p79.png
annotation
documentation
Class of Data Item

element INT_3D/data
diagram dd_data_dictionary.xml_p80.png
annotation
documentation
The data content of this node

group STR_0D
diagram dd_data_dictionary.xml_p81.png
annotation
documentation
Single string Data Item

element STR_0D/class_of
diagram dd_data_dictionary.xml_p82.png
annotation
documentation
Class of Data Item

element STR_0D/data
diagram dd_data_dictionary.xml_p83.png
annotation
documentation
The data content of this node

group STR_1D
diagram dd_data_dictionary.xml_p84.png
annotation
documentation
1-dimension string Data Item

element STR_1D/class_of
diagram dd_data_dictionary.xml_p85.png
annotation
documentation
Class of Data Item

element STR_1D/data
diagram dd_data_dictionary.xml_p86.png
annotation
documentation
The data content of this node

group STR_2D
diagram dd_data_dictionary.xml_p87.png
annotation
documentation
2-dimension string Data Item

element STR_2D/class_of
diagram dd_data_dictionary.xml_p88.png
annotation
documentation
Class of Data Item

element STR_2D/data
diagram dd_data_dictionary.xml_p89.png
annotation
documentation
The data content of this node

complexType arcs_of_circle_static
diagram dd_data_dictionary.xml_p90.png
annotation
documentation
Arcs of circle description of a 2D contour

element arcs_of_circle_static/r
diagram dd_data_dictionary.xml_p91.png
annotation
documentation
Major radii of the start point of each arc of circle
appinfo
<type>static</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element arcs_of_circle_static/z
diagram dd_data_dictionary.xml_p92.png
annotation
documentation
Height of the start point of each arc of circle
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../r</coordinate1>

element arcs_of_circle_static/curvature_radii
diagram dd_data_dictionary.xml_p93.png
annotation
documentation
Curvature radius of each arc of circle
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../r</coordinate1>

complexType b_tor_vacuum_1
diagram dd_data_dictionary.xml_p94.png
annotation
documentation
Characteristics of the vacuum toroidal field. Time coordinate at the root of the IDS

element b_tor_vacuum_1/r0
diagram dd_data_dictionary.xml_p95.png
annotation
documentation
Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)
appinfo
<type>constant</type>
<units>m</units>

element b_tor_vacuum_1/b0
diagram dd_data_dictionary.xml_p96.png
annotation
documentation
Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the b_tor_vacuum_r field of the tf IDS.
appinfo
<type>dynamic</type>
<units>T</units>
<coordinate1>/time</coordinate1>

complexType b_tor_vacuum_aos3
diagram dd_data_dictionary.xml_p97.png
annotation
documentation
Characteristics of the vacuum toroidal field, dynamic within a type 3 AoS
appinfo
<aos3Parent>yes</aos3Parent>

element b_tor_vacuum_aos3/r0
diagram dd_data_dictionary.xml_p98.png
annotation
documentation
Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)
appinfo
<type>dynamic</type>
<units>m</units>

element b_tor_vacuum_aos3/b0
diagram dd_data_dictionary.xml_p99.png
annotation
documentation
Vacuum toroidal field at b0. Positive sign means anti-clockwise when viewing from above. The product r0*b0 must be consistent with the b_tor_vacuum_r field of the tf IDS.
appinfo
<type>dynamic</type>
<units>T</units>

complexType code_with_timebase
diagram dd_data_dictionary.xml_p100.png
annotation
documentation
Description of code-specific parameters when they are gathered below an array of structure (e.g. in case of multiple models or sources gathered in a single IDS). The only difference with the generic code element is the existence of a data+time structure for the dynamic signals (output_flag)

element code_with_timebase/name
diagram dd_data_dictionary.xml_p101.png
annotation
documentation
Name of software used
appinfo
<type>constant</type>

element code_with_timebase/commit
diagram dd_data_dictionary.xml_p102.png
annotation
documentation
Unique commit reference of software
appinfo
<type>constant</type>

element code_with_timebase/version
diagram dd_data_dictionary.xml_p103.png
annotation
documentation
Unique version (tag) of software
appinfo
<type>constant</type>

element code_with_timebase/repository
diagram dd_data_dictionary.xml_p104.png
annotation
documentation
URL of software repository
appinfo
<type>constant</type>

element code_with_timebase/parameters
diagram dd_data_dictionary.xml_p105.png
annotation
documentation
List of the code specific parameters in XML format
appinfo
<type>constant</type>

element code_with_timebase/output_flag
diagram dd_data_dictionary.xml_p106.png
annotation
documentation
Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

complexType core_profile_ions
diagram dd_data_dictionary.xml_p107.png
annotation
documentation
Quantities related to a given ion species
appinfo
<aos3Parent>yes</aos3Parent>

element core_profile_ions/element
diagram dd_data_dictionary.xml_p108.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element core_profile_ions/z_ion
diagram dd_data_dictionary.xml_p109.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element core_profile_ions/label
diagram dd_data_dictionary.xml_p110.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element core_profile_ions/neutral_index
diagram dd_data_dictionary.xml_p111.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element core_profile_ions/z_ion_1d
diagram dd_data_dictionary.xml_p112.png
annotation
documentation
Average charge of the ion species (sum of states charge weighted by state density and divided by ion density)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element core_profile_ions/z_ion_square_1d
diagram dd_data_dictionary.xml_p113.png
annotation
documentation
Average square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element core_profile_ions/temperature
diagram dd_data_dictionary.xml_p114.png
annotation
documentation
Temperature (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_profile_ions/temperature_validity
diagram dd_data_dictionary.xml_p115.png
annotation
documentation
Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used
appinfo
<type>dynamic</type>

element core_profile_ions/density
diagram dd_data_dictionary.xml_p116.png
annotation
documentation
Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profile_ions/density_validity
diagram dd_data_dictionary.xml_p117.png
annotation
documentation
Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used
appinfo
<type>dynamic</type>

element core_profile_ions/density_fit
diagram dd_data_dictionary.xml_p118.png
annotation
documentation
Information on the fit used to obtain the density profile
appinfo
<units>m^-3</units>

element core_profile_ions/density_thermal
diagram dd_data_dictionary.xml_p119.png
annotation
documentation
Density (thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profile_ions/density_fast
diagram dd_data_dictionary.xml_p120.png
annotation
documentation
Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profile_ions/pressure
diagram dd_data_dictionary.xml_p121.png
annotation
documentation
Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_ions/pressure_thermal
diagram dd_data_dictionary.xml_p122.png
annotation
documentation
Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_ions/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p123.png
annotation
documentation
Fast (non-thermal) perpendicular pressure  (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_ions/pressure_fast_parallel
diagram dd_data_dictionary.xml_p124.png
annotation
documentation
Fast (non-thermal) parallel pressure  (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_ions/velocity_tor
diagram dd_data_dictionary.xml_p125.png
annotation
documentation
Toroidal velocity (average over charge states when multiple charge states are considered)
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_profile_ions/velocity_pol
diagram dd_data_dictionary.xml_p126.png
annotation
documentation
Poloidal velocity (average over charge states when multiple charge states are considered)
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_profile_ions/rotation_frequency_tor
diagram dd_data_dictionary.xml_p127.png
annotation
documentation
Toroidal rotation frequency  (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>rad.s^-1</units>
<type>dynamic</type>

element core_profile_ions/velocity
diagram dd_data_dictionary.xml_p128.png
annotation
documentation
Velocity (average over charge states when multiple charge states are considered)
appinfo
<units>m.s^-1</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.21.0</lifecycle_version>

element core_profile_ions/multiple_states_flag
diagram dd_data_dictionary.xml_p129.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element core_profile_ions/state
diagram dd_data_dictionary.xml_p130.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType core_profile_neutral
diagram dd_data_dictionary.xml_p131.png
annotation
documentation
Quantities related to a given neutral species
appinfo
<aos3Parent>yes</aos3Parent>

element core_profile_neutral/element
diagram dd_data_dictionary.xml_p132.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element core_profile_neutral/label
diagram dd_data_dictionary.xml_p133.png
annotation
documentation
String identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element core_profile_neutral/ion_index
diagram dd_data_dictionary.xml_p134.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element core_profile_neutral/temperature
diagram dd_data_dictionary.xml_p135.png
annotation
documentation
Temperature (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_profile_neutral/density
diagram dd_data_dictionary.xml_p136.png
annotation
documentation
Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profile_neutral/density_thermal
diagram dd_data_dictionary.xml_p137.png
annotation
documentation
Density (thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profile_neutral/density_fast
diagram dd_data_dictionary.xml_p138.png
annotation
documentation
Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profile_neutral/pressure
diagram dd_data_dictionary.xml_p139.png
annotation
documentation
Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_neutral/pressure_thermal
diagram dd_data_dictionary.xml_p140.png
annotation
documentation
Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_neutral/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p141.png
annotation
documentation
Fast (non-thermal) perpendicular pressure  (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_neutral/pressure_fast_parallel
diagram dd_data_dictionary.xml_p142.png
annotation
documentation
Fast (non-thermal) parallel pressure  (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profile_neutral/velocity
diagram dd_data_dictionary.xml_p143.png
annotation
documentation
Velocity (average over charge states when multiple charge states are considered)
appinfo
<units>m.s^-1</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.21.0</lifecycle_version>

element core_profile_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p144.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element core_profile_neutral/state
diagram dd_data_dictionary.xml_p145.png
annotation
documentation
Quantities related to the different states of the species (energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType core_profiles_1D_fit
diagram dd_data_dictionary.xml_p146.png
annotation
documentation
Core profile fit information

element core_profiles_1D_fit/measured
diagram dd_data_dictionary.xml_p147.png
annotation
documentation
Measured values
appinfo
<type>dynamic</type>
<units>as_parent for a local measurement, as_parent.m for a line integrated measurement</units>
<coordinate1>1...N</coordinate1>

element core_profiles_1D_fit/source
diagram dd_data_dictionary.xml_p148.png
annotation
documentation
Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS
appinfo
<type>dynamic</type>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/time_measurement
diagram dd_data_dictionary.xml_p149.png
annotation
documentation
Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/time_measurement_slice_method
diagram dd_data_dictionary.xml_p150.png
annotation
documentation
Method used to slice the data : index = 0 means using exact time slice of the measurement, 1 means linear interpolation, ...

element core_profiles_1D_fit/time_measurement_width
diagram dd_data_dictionary.xml_p151.png
annotation
documentation
In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at time_measurement-time_width and ends at time_measurement.
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/local
diagram dd_data_dictionary.xml_p152.png
annotation
documentation
Integer flag : 1 means local measurement, 0 means line-integrated measurement
appinfo
<type>dynamic</type>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/rho_tor_norm
diagram dd_data_dictionary.xml_p153.png
annotation
documentation
Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/weight
diagram dd_data_dictionary.xml_p154.png
annotation
documentation
Weight given to each measured value
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/reconstructed
diagram dd_data_dictionary.xml_p155.png
annotation
documentation
Value reconstructed from the fit
appinfo
<type>dynamic</type>
<units>as_parent for a local measurement, as_parent.m for a line integrated measurement</units>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/chi_squared
diagram dd_data_dictionary.xml_p156.png
annotation
documentation
Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>../measured</coordinate1>

element core_profiles_1D_fit/parameters
diagram dd_data_dictionary.xml_p157.png
annotation
documentation
List of the fit specific parameters in XML format
appinfo
<type>dynamic</type>

complexType core_profiles_ions_charge_states2
diagram dd_data_dictionary.xml_p158.png
annotation
documentation
Quantities related to the a given state of the ion species
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_ions_charge_states2/z_min
diagram dd_data_dictionary.xml_p159.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/z_max
diagram dd_data_dictionary.xml_p160.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/z_average
diagram dd_data_dictionary.xml_p161.png
annotation
documentation
Average Z of the charge state bundle, volume averaged over the plasma radius (equal to z_min if no bundle), = sum (Z*x_z) where x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/z_square_average
diagram dd_data_dictionary.xml_p162.png
annotation
documentation
Average Z square of the charge state bundle, volume averaged over the plasma radius (equal to z_min squared if no bundle), = sum (Z^2*x_z) where x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/z_average_1d
diagram dd_data_dictionary.xml_p163.png
annotation
documentation
Average charge profile of the charge state bundle (equal to z_min if no bundle), = sum (Z*x_z) where x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/z_average_square_1d
diagram dd_data_dictionary.xml_p164.png
annotation
documentation
Average square charge profile of the charge state bundle (equal to z_min squared if no bundle), = sum (Z^2*x_z) where x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/ionisation_potential
diagram dd_data_dictionary.xml_p165.png
annotation
documentation
Cumulative and average ionisation potential to reach a given bundle. Defined as sum (x_z* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/label
diagram dd_data_dictionary.xml_p166.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element core_profiles_ions_charge_states2/electron_configuration
diagram dd_data_dictionary.xml_p167.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element core_profiles_ions_charge_states2/vibrational_level
diagram dd_data_dictionary.xml_p168.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/vibrational_mode
diagram dd_data_dictionary.xml_p169.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element core_profiles_ions_charge_states2/velocity
diagram dd_data_dictionary.xml_p170.png
annotation
documentation
Velocity
appinfo
<units>m.s^-1</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.21.0</lifecycle_version>

element core_profiles_ions_charge_states2/rotation_frequency_tor
diagram dd_data_dictionary.xml_p171.png
annotation
documentation
Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>rad.s^-1</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/temperature
diagram dd_data_dictionary.xml_p172.png
annotation
documentation
Temperature
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/density
diagram dd_data_dictionary.xml_p173.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/density_fit
diagram dd_data_dictionary.xml_p174.png
annotation
documentation
Information on the fit used to obtain the density profile
appinfo
<units>m^-3</units>

element core_profiles_ions_charge_states2/density_thermal
diagram dd_data_dictionary.xml_p175.png
annotation
documentation
Density of thermal particles
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/density_fast
diagram dd_data_dictionary.xml_p176.png
annotation
documentation
Density of fast (non-thermal) particles
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/pressure
diagram dd_data_dictionary.xml_p177.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/pressure_thermal
diagram dd_data_dictionary.xml_p178.png
annotation
documentation
Pressure (thermal) associated with random motion ~average((v-average(v))^2)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p179.png
annotation
documentation
Fast (non-thermal) perpendicular pressure 
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_ions_charge_states2/pressure_fast_parallel
diagram dd_data_dictionary.xml_p180.png
annotation
documentation
Fast (non-thermal) parallel pressure
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

complexType core_profiles_neutral_state
diagram dd_data_dictionary.xml_p181.png
annotation
documentation
Quantities related to the a given state of the neutral species
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_neutral_state/label
diagram dd_data_dictionary.xml_p182.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element core_profiles_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p183.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element core_profiles_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p184.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_profiles_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p185.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element core_profiles_neutral_state/neutral_type
diagram dd_data_dictionary.xml_p186.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<doc_identifier>utilities/neutrals_identifier.xml</doc_identifier>

element core_profiles_neutral_state/velocity
diagram dd_data_dictionary.xml_p187.png
annotation
documentation
Velocity
appinfo
<units>m.s^-1</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.21.0</lifecycle_version>

element core_profiles_neutral_state/temperature
diagram dd_data_dictionary.xml_p188.png
annotation
documentation
Temperature
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_profiles_neutral_state/density
diagram dd_data_dictionary.xml_p189.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_neutral_state/density_thermal
diagram dd_data_dictionary.xml_p190.png
annotation
documentation
Density of thermal particles
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_neutral_state/density_fast
diagram dd_data_dictionary.xml_p191.png
annotation
documentation
Density of fast (non-thermal) particles
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_neutral_state/pressure
diagram dd_data_dictionary.xml_p192.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_neutral_state/pressure_thermal
diagram dd_data_dictionary.xml_p193.png
annotation
documentation
Pressure (thermal) associated with random motion ~average((v-average(v))^2)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_neutral_state/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p194.png
annotation
documentation
Fast (non-thermal) perpendicular pressure 
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_neutral_state/pressure_fast_parallel
diagram dd_data_dictionary.xml_p195.png
annotation
documentation
Fast (non-thermal) parallel pressure
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

complexType core_profiles_profiles_1d
diagram dd_data_dictionary.xml_p196.png
annotation
documentation
1D radial profiles for core and edge
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_profiles_1d/grid
diagram dd_data_dictionary.xml_p197.png
annotation
documentation
Radial grid

element core_profiles_profiles_1d/electrons
diagram dd_data_dictionary.xml_p198.png
annotation
documentation
Quantities related to the electrons

element core_profiles_profiles_1d/ion
diagram dd_data_dictionary.xml_p199.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element core_profiles_profiles_1d/neutral
diagram dd_data_dictionary.xml_p200.png
annotation
documentation
Quantities related to the different neutral species
appinfo
<coordinate1>1...N</coordinate1>

element core_profiles_profiles_1d/t_i_average
diagram dd_data_dictionary.xml_p201.png
annotation
documentation
Ion temperature (averaged on charge states and ion species)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_profiles_profiles_1d/t_i_average_fit
diagram dd_data_dictionary.xml_p202.png
annotation
documentation
Information on the fit used to obtain the t_i_average profile
appinfo
<units>eV</units>

element core_profiles_profiles_1d/n_i_total_over_n_e
diagram dd_data_dictionary.xml_p203.png
annotation
documentation
Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element core_profiles_profiles_1d/n_i_thermal_total
diagram dd_data_dictionary.xml_p204.png
annotation
documentation
Total ion thermal density (sum over species and charge states)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_profiles_1d/momentum_tor
diagram dd_data_dictionary.xml_p205.png
annotation
documentation
Total plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sum_over_species(n*R*m*Vphi)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>kg.m^-1.s^-1</units>

element core_profiles_profiles_1d/zeff
diagram dd_data_dictionary.xml_p206.png
annotation
documentation
Effective charge
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_profiles_1d/zeff_fit
diagram dd_data_dictionary.xml_p207.png
annotation
documentation
Information on the fit used to obtain the zeff profile
appinfo
<units>-</units>

element core_profiles_profiles_1d/pressure_ion_total
diagram dd_data_dictionary.xml_p208.png
annotation
documentation
Total (sum over ion species) thermal ion pressure
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d/pressure_thermal
diagram dd_data_dictionary.xml_p209.png
annotation
documentation
Thermal pressure (electrons+ions)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d/pressure_perpendicular
diagram dd_data_dictionary.xml_p210.png
annotation
documentation
Total perpendicular pressure (electrons+ions, thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d/pressure_parallel
diagram dd_data_dictionary.xml_p211.png
annotation
documentation
Total parallel pressure (electrons+ions, thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d/j_total
diagram dd_data_dictionary.xml_p212.png
annotation
documentation
Total parallel current density = average(jtot.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element core_profiles_profiles_1d/current_parallel_inside
diagram dd_data_dictionary.xml_p213.png
annotation
documentation
Parallel current driven inside the flux surface. Cumulative surface integral of j_total
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A</units>
<type>dynamic</type>

element core_profiles_profiles_1d/j_tor
diagram dd_data_dictionary.xml_p214.png
annotation
documentation
Total toroidal current density = average(J_Tor/R) / average(1/R)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element core_profiles_profiles_1d/j_ohmic
diagram dd_data_dictionary.xml_p215.png
annotation
documentation
Ohmic parallel current density = average(J_Ohmic.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element core_profiles_profiles_1d/j_non_inductive
diagram dd_data_dictionary.xml_p216.png
annotation
documentation
Non-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element core_profiles_profiles_1d/j_bootstrap
diagram dd_data_dictionary.xml_p217.png
annotation
documentation
Bootstrap current density = average(J_Bootstrap.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element core_profiles_profiles_1d/conductivity_parallel
diagram dd_data_dictionary.xml_p218.png
annotation
documentation
Parallel conductivity
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>ohm^-1.m^-1</units>
<type>dynamic</type>

element core_profiles_profiles_1d/e_field_parallel
diagram dd_data_dictionary.xml_p219.png
annotation
documentation
Parallel electric field = average(E.B) / B0, where Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>V.m^-1</units>
<type>dynamic</type>

element core_profiles_profiles_1d/e_field
diagram dd_data_dictionary.xml_p220.png
annotation
documentation
Electric field, averaged on the magnetic surface. E.g for the parallel component, average(E.B) / B0, using core_profiles/vacuum_toroidal_field/b0
appinfo
<units>V.m^-1</units>

element core_profiles_profiles_1d/q
diagram dd_data_dictionary.xml_p221.png
annotation
documentation
Safety factor
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_profiles_1d/magnetic_shear
diagram dd_data_dictionary.xml_p222.png
annotation
documentation
Magnetic shear, defined as rho_tor/q . dq/drho_tor
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element core_profiles_profiles_1d/time
diagram dd_data_dictionary.xml_p223.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType core_profiles_profiles_1d_electrons
diagram dd_data_dictionary.xml_p224.png
annotation
documentation
Quantities related to electrons
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_profiles_1d_electrons/temperature
diagram dd_data_dictionary.xml_p225.png
annotation
documentation
Temperature
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/temperature_validity
diagram dd_data_dictionary.xml_p226.png
annotation
documentation
Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used
appinfo
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/temperature_fit
diagram dd_data_dictionary.xml_p227.png
annotation
documentation
Information on the fit used to obtain the temperature profile
appinfo
<units>eV</units>

element core_profiles_profiles_1d_electrons/density
diagram dd_data_dictionary.xml_p228.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/density_validity
diagram dd_data_dictionary.xml_p229.png
annotation
documentation
Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used
appinfo
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/density_fit
diagram dd_data_dictionary.xml_p230.png
annotation
documentation
Information on the fit used to obtain the density profile
appinfo
<units>m^-3</units>

element core_profiles_profiles_1d_electrons/density_thermal
diagram dd_data_dictionary.xml_p231.png
annotation
documentation
Density of thermal particles
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/density_fast
diagram dd_data_dictionary.xml_p232.png
annotation
documentation
Density of fast (non-thermal) particles
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/pressure
diagram dd_data_dictionary.xml_p233.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/pressure_thermal
diagram dd_data_dictionary.xml_p234.png
annotation
documentation
Pressure (thermal) associated with random motion ~average((v-average(v))^2)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p235.png
annotation
documentation
Fast (non-thermal) perpendicular pressure
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/pressure_fast_parallel
diagram dd_data_dictionary.xml_p236.png
annotation
documentation
Fast (non-thermal) parallel pressure
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/velocity_tor
diagram dd_data_dictionary.xml_p237.png
annotation
documentation
Toroidal velocity
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/velocity_pol
diagram dd_data_dictionary.xml_p238.png
annotation
documentation
Poloidal velocity
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_profiles_profiles_1d_electrons/velocity
diagram dd_data_dictionary.xml_p239.png
annotation
documentation
Velocity
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.21.0</lifecycle_version>
<units>m.s^-1</units>

element core_profiles_profiles_1d_electrons/collisionality_norm
diagram dd_data_dictionary.xml_p240.png
annotation
documentation
Collisionality normalised to the bounce frequency
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

complexType core_profiles_vector_components_1
diagram dd_data_dictionary.xml_p241.png
annotation
documentation
Vector components in predefined directions for 1D profiles, assuming core_radial_grid one level above
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_vector_components_1/radial
diagram dd_data_dictionary.xml_p242.png
annotation
documentation
Radial component
appinfo
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_1/diamagnetic
diagram dd_data_dictionary.xml_p243.png
annotation
documentation
Diamagnetic component
appinfo
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_1/parallel
diagram dd_data_dictionary.xml_p244.png
annotation
documentation
Parallel component
appinfo
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_1/poloidal
diagram dd_data_dictionary.xml_p245.png
annotation
documentation
Poloidal component
appinfo
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_1/toroidal
diagram dd_data_dictionary.xml_p246.png
annotation
documentation
Toroidal component
appinfo
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

complexType core_profiles_vector_components_2
diagram dd_data_dictionary.xml_p247.png
annotation
documentation
Vector components in predefined directions for 1D profiles, assuming core_radial_grid two levels above
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_vector_components_2/radial
diagram dd_data_dictionary.xml_p248.png
annotation
documentation
Radial component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_2/diamagnetic
diagram dd_data_dictionary.xml_p249.png
annotation
documentation
Diamagnetic component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_2/parallel
diagram dd_data_dictionary.xml_p250.png
annotation
documentation
Parallel component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_2/poloidal
diagram dd_data_dictionary.xml_p251.png
annotation
documentation
Poloidal component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_2/toroidal
diagram dd_data_dictionary.xml_p252.png
annotation
documentation
Toroidal component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

complexType core_profiles_vector_components_3
diagram dd_data_dictionary.xml_p253.png
annotation
documentation
Vector components in predefined directions for 1D profiles, assuming core_radial_grid 3 levels above
appinfo
<aos3Parent>yes</aos3Parent>

element core_profiles_vector_components_3/radial
diagram dd_data_dictionary.xml_p254.png
annotation
documentation
Radial component
appinfo
<type>dynamic</type>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_3/diamagnetic
diagram dd_data_dictionary.xml_p255.png
annotation
documentation
Diamagnetic component
appinfo
<type>dynamic</type>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_3/parallel
diagram dd_data_dictionary.xml_p256.png
annotation
documentation
Parallel component
appinfo
<type>dynamic</type>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_3/poloidal
diagram dd_data_dictionary.xml_p257.png
annotation
documentation
Poloidal component
appinfo
<type>dynamic</type>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

element core_profiles_vector_components_3/toroidal
diagram dd_data_dictionary.xml_p258.png
annotation
documentation
Toroidal component
appinfo
<type>dynamic</type>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>as_parent</units>

complexType core_radial_grid
diagram dd_data_dictionary.xml_p259.png
annotation
documentation
1D radial grid for core* IDSs
appinfo
<aos3Parent>yes</aos3Parent>

element core_radial_grid/rho_tor_norm
diagram dd_data_dictionary.xml_p260.png
annotation
documentation
Normalised toroidal flux coordinate. The normalizing value for rho_tor_norm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see time_slice/boundary/b_flux_pol_norm in the equilibrium IDS)
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>-</units>

element core_radial_grid/rho_tor
diagram dd_data_dictionary.xml_p261.png
annotation
documentation
Toroidal flux coordinate. rho_tor = sqrt(b_flux_tor/(pi*b0)) ~ sqrt(pi*r^2*b0/(pi*b0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuum_toroidal_field/b0
appinfo
<type>dynamic</type>
<coordinate1>../rho_tor_norm</coordinate1>
<units>m</units>

element core_radial_grid/psi
diagram dd_data_dictionary.xml_p262.png
annotation
documentation
Poloidal magnetic flux
appinfo
<coordinate1>../rho_tor_norm</coordinate1>
<units>Wb</units>
<type>dynamic</type>

element core_radial_grid/volume
diagram dd_data_dictionary.xml_p263.png
annotation
documentation
Volume enclosed inside the magnetic surface
appinfo
<type>dynamic</type>
<coordinate1>../rho_tor_norm</coordinate1>
<units>m^3</units>

element core_radial_grid/area
diagram dd_data_dictionary.xml_p264.png
annotation
documentation
Cross-sectional area of the flux surface
appinfo
<type>dynamic</type>
<coordinate1>../rho_tor_norm</coordinate1>
<units>m^2</units>

complexType data_entry
diagram dd_data_dictionary.xml_p265.png
annotation
documentation
Definition of a data entry

element data_entry/user
diagram dd_data_dictionary.xml_p266.png
annotation
documentation
Username
appinfo
<type>constant</type>

element data_entry/machine
diagram dd_data_dictionary.xml_p267.png
annotation
documentation
Name of the experimental device to which this data is related
appinfo
<type>constant</type>

element data_entry/pulse_type
diagram dd_data_dictionary.xml_p268.png
annotation
documentation
Type of the data entry, e.g. "pulse", "simulation", ...
appinfo
<type>constant</type>

element data_entry/pulse
diagram dd_data_dictionary.xml_p269.png
annotation
documentation
Pulse number
appinfo
<type>constant</type>

element data_entry/run
diagram dd_data_dictionary.xml_p270.png
annotation
documentation
Run number
appinfo
<type>constant</type>

complexType delta_rzphi0d_static
diagram dd_data_dictionary.xml_p271.png
annotation
documentation
Structure for R, Z, Phi relative positions (0D, static)

element delta_rzphi0d_static/delta_r
diagram dd_data_dictionary.xml_p272.png
annotation
documentation
Major radius (relative to a reference point)
appinfo
<type>static</type>
<units>m</units>

element delta_rzphi0d_static/delta_z
diagram dd_data_dictionary.xml_p273.png
annotation
documentation
Height (relative to a reference point)
appinfo
<type>static</type>
<units>m</units>

element delta_rzphi0d_static/delta_phi
diagram dd_data_dictionary.xml_p274.png
annotation
documentation
Toroidal angle (relative to a reference point)
appinfo
<type>static</type>
<units>rad</units>

complexType delta_rzphi1d_static
diagram dd_data_dictionary.xml_p275.png
annotation
documentation
Structure for R, Z, Phi relative positions (1D, static)

element delta_rzphi1d_static/delta_r
diagram dd_data_dictionary.xml_p276.png
annotation
documentation
Major radii (relative to a reference point)
appinfo
<type>static</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element delta_rzphi1d_static/delta_z
diagram dd_data_dictionary.xml_p277.png
annotation
documentation
Heights (relative to a reference point)
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../delta_r</coordinate1>

element delta_rzphi1d_static/delta_phi
diagram dd_data_dictionary.xml_p278.png
annotation
documentation
Toroidal angles (relative to a reference point)
appinfo
<type>static</type>
<units>rad</units>
<coordinate1>../delta_r</coordinate1>

complexType detector_aperture
diagram dd_data_dictionary.xml_p279.png
annotation
documentation
Generic description of a plane detector or collimating aperture

element detector_aperture/geometry_type
diagram dd_data_dictionary.xml_p280.png
annotation
documentation
Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3.
appinfo
<Type>static</Type>

element detector_aperture/centre
diagram dd_data_dictionary.xml_p281.png
annotation
documentation
If geometry_type=2, coordinates of the center of the circle. If geometry_type=1, coordinates of the origin of the local coordinate system (X1,X2,X3) describing the plane detector/aperture. This origin is located within the detector/aperture area.

element detector_aperture/radius
diagram dd_data_dictionary.xml_p282.png
annotation
documentation
Radius of the circle, used only if geometry_type = 2
appinfo
<type>static</type>
<units>m</units>

element detector_aperture/x1_unit_vector
diagram dd_data_dictionary.xml_p283.png
annotation
documentation
Components of the X1 direction unit vector in the (X,Y,Z) coordinate system, where X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2, and Z is the height axis. The X1 vector is horizontal and oriented is the positive phi direction (counter-clockwise when viewing from above).

element detector_aperture/x2_unit_vector
diagram dd_data_dictionary.xml_p284.png
annotation
documentation
Components of the X2 direction unit vector in the (X,Y,Z) coordinate system, where X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2, and Z is the height axis. The X2 axis is orthonormal so that uX2 = uX3 x uX1.

element detector_aperture/x3_unit_vector
diagram dd_data_dictionary.xml_p285.png
annotation
documentation
Components of the X3 direction unit vector in the (X,Y,Z) coordinate system, where X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2, and Z is the height axis. The X3 axis is normal to the detector/aperture plane and oriented towards the plasma.

element detector_aperture/outline
diagram dd_data_dictionary.xml_p286.png
annotation
documentation
Irregular outline of the detector/aperture in the (X1, X2) coordinate system

element detector_aperture/surface
diagram dd_data_dictionary.xml_p287.png
annotation
documentation
Surface of the detector/aperture, derived from the above geometric data
appinfo
<type>static</type>
<units>m^2</units>

complexType detector_energy_band
diagram dd_data_dictionary.xml_p288.png
annotation
documentation
Detector energy band

element detector_energy_band/lower_bound
diagram dd_data_dictionary.xml_p289.png
annotation
documentation
Lower bound of the energy band
appinfo
<type>static</type>
<units>eV</units>

element detector_energy_band/upper_bound
diagram dd_data_dictionary.xml_p290.png
annotation
documentation
Upper bound of the energy band
appinfo
<type>static</type>
<units>eV</units>

element detector_energy_band/energies
diagram dd_data_dictionary.xml_p291.png
annotation
documentation
Array of discrete energy values inside the band
appinfo
<type>static</type>
<units>eV</units>
<coordinate1>1...N</coordinate1>

element detector_energy_band/detection_efficiency
diagram dd_data_dictionary.xml_p292.png
annotation
documentation
Probability of detection of a photon impacting the detector as a function of its energy
appinfo
<type>static</type>
<units>-</units>
<coordinate1>../energies</coordinate1>

complexType distribution_markers
diagram dd_data_dictionary.xml_p293.png
annotation
documentation
Test particles for a given time slice
appinfo
<aos3Parent>yes</aos3Parent>

element distribution_markers/coordinate_identifier
diagram dd_data_dictionary.xml_p294.png
annotation
documentation
Set of coordinate identifiers, coordinates on which the markers are represented
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>
<doc_identifier>utilities/coordinate_identifier.xml</doc_identifier>

element distribution_markers/weights
diagram dd_data_dictionary.xml_p295.png
annotation
documentation
Weight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markers
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>
<type>dynamic</type>

element distribution_markers/positions
diagram dd_data_dictionary.xml_p296.png
annotation
documentation
Position of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinates
appinfo
<coordinate1>../weights</coordinate1>
<coordinate2>../coordinate_identifier</coordinate2>
<units>mixed</units>
<type>dynamic</type>

element distribution_markers/time
diagram dd_data_dictionary.xml_p297.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distribution_process_identifier
diagram dd_data_dictionary.xml_p298.png
annotation
documentation
Identifier an NBI or fusion reaction process intervening affecting a distribution function

element distribution_process_identifier/type
diagram dd_data_dictionary.xml_p299.png
annotation
documentation
Process type. index=1 for NBI; index=2 for nuclear reaction (reaction unspecified); index=3 for nuclear reaction: T(d,n)4He [D+T->He4+n]; index=4 for nuclear reaction: He3(d,p)4He [He3+D->He4+p]; index=5 for nuclear reaction: D(d,p)T [D+D->T+p]; index=6 for nuclear reaction: D(d,n)3He [D+D->He3+n]; index=7 for runaway processes
appinfo
<doc_identifier>utilities/distribution_source_identifier.xml</doc_identifier>

element distribution_process_identifier/reactant_energy
diagram dd_data_dictionary.xml_p300.png
annotation
documentation
For nuclear reaction source, energy of the reactants. index = 0 for a sum over all energies; index = 1 for thermal-thermal; index = 2 for beam-beam; index = 3 for beam-thermal

element distribution_process_identifier/nbi_energy
diagram dd_data_dictionary.xml_p301.png
annotation
documentation
For NBI source, energy of the accelerated species considered. index = 0 for a sum over all energies; index = 1 for full energiy; index = 2 for half energy; index = 3 for third energy

element distribution_process_identifier/nbi_unit
diagram dd_data_dictionary.xml_p302.png
annotation
documentation
Index of the NBI unit considered. Refers to the "unit" array of the NBI IDS. 0 means sum over all NBI units.
appinfo
<type>constant</type>

element distribution_process_identifier/nbi_beamlets_group
diagram dd_data_dictionary.xml_p303.png
annotation
documentation
Index of the NBI beamlets group considered. Refers to the "unit/beamlets_group" array of the NBI IDS. 0 means sum over all beamlets groups.
appinfo
<type>constant</type>

complexType distribution_species
diagram dd_data_dictionary.xml_p304.png
annotation
documentation
Description of a species in a distribution function related IDS

element distribution_species/type
diagram dd_data_dictionary.xml_p305.png
annotation
documentation
Species type. index=1 for electron; index=2 for ion species in a single/average state (refer to ion structure); index=3 for ion species in a particular state (refer to ion/state structure);  index=4 for neutral species in a single/average state (refer to neutral structure); index=5 for neutral species in a particular state (refer to neutral/state structure);  index=6 for neutron; index=7 for photon
appinfo
<doc_identifier>utilities/species_reference_identifier.xml</doc_identifier>

element distribution_species/ion
diagram dd_data_dictionary.xml_p306.png
annotation
documentation
Description of the ion or neutral species, used if type/index = 2 or 3

element distribution_species/neutral
diagram dd_data_dictionary.xml_p307.png
annotation
documentation
Description of the neutral species, used if type/index = 4 or 5

complexType entry_tag
diagram dd_data_dictionary.xml_p308.png
annotation
documentation
Tag qualifying an entry or a list of entries

element entry_tag/name
diagram dd_data_dictionary.xml_p309.png
annotation
documentation
Name of the tag
appinfo
<type>constant</type>

element entry_tag/comment
diagram dd_data_dictionary.xml_p310.png
annotation
documentation
Any comment describing the content of the tagged list of entries
appinfo
<type>constant</type>

complexType equilibrium_coordinate_system
diagram dd_data_dictionary.xml_p311.png
annotation
documentation
Flux surface coordinate system on a square grid of flux and poloidal angle
appinfo
<aos3Parent>yes</aos3Parent>

element equilibrium_coordinate_system/grid_type
diagram dd_data_dictionary.xml_p312.png
annotation
documentation
Type of coordinate system

element equilibrium_coordinate_system/grid
diagram dd_data_dictionary.xml_p313.png
annotation
documentation
Definition of the 2D grid

element equilibrium_coordinate_system/r
diagram dd_data_dictionary.xml_p314.png
annotation
documentation
Values of the major radius on the grid
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>m</units>

element equilibrium_coordinate_system/z
diagram dd_data_dictionary.xml_p315.png
annotation
documentation
Values of the Height on the grid
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>m</units>

element equilibrium_coordinate_system/jacobian
diagram dd_data_dictionary.xml_p316.png
annotation
documentation
Absolute value of the jacobian of the coordinate system
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/tensor_covariant
diagram dd_data_dictionary.xml_p317.png
annotation
documentation
Covariant metric tensor on every point of the grid described by grid_type
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<coordinate3>1...3</coordinate3>
<coordinate4>1...3</coordinate4>
<units>mixed</units>

element equilibrium_coordinate_system/tensor_contravariant
diagram dd_data_dictionary.xml_p318.png
annotation
documentation
Contravariant metric tensor on every point of the grid described by grid_type
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<coordinate3>1...3</coordinate3>
<coordinate4>1...3</coordinate4>
<units>mixed</units>

element equilibrium_coordinate_system/g11_covariant
diagram dd_data_dictionary.xml_p319.png
annotation
documentation
metric coefficients g11,  covariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g12_covariant
diagram dd_data_dictionary.xml_p320.png
annotation
documentation
metric coefficients g12,  covariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g13_covariant
diagram dd_data_dictionary.xml_p321.png
annotation
documentation
metric coefficients g13,  covariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g22_covariant
diagram dd_data_dictionary.xml_p322.png
annotation
documentation
metric coefficients g22,  covariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g23_covariant
diagram dd_data_dictionary.xml_p323.png
annotation
documentation
metric coefficients g23,  covariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g33_covariant
diagram dd_data_dictionary.xml_p324.png
annotation
documentation
metric coefficients g33,  covariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g11_contravariant
diagram dd_data_dictionary.xml_p325.png
annotation
documentation
metric coefficients g11,  contravariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g12_contravariant
diagram dd_data_dictionary.xml_p326.png
annotation
documentation
metric coefficients g12,  contravariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g13_contravariant
diagram dd_data_dictionary.xml_p327.png
annotation
documentation
metric coefficients g13,  contravariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g22_contravariant
diagram dd_data_dictionary.xml_p328.png
annotation
documentation
metric coefficients g22,  contravariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g23_contravariant
diagram dd_data_dictionary.xml_p329.png
annotation
documentation
metric coefficients g23,  contravariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

element equilibrium_coordinate_system/g33_contravariant
diagram dd_data_dictionary.xml_p330.png
annotation
documentation
metric coefficients g33,  contravariant metric tensor for the grid described by grid_type
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.4.0</lifecycle_version>
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>mixed</units>

complexType equilibrium_profiles_2d_grid
diagram dd_data_dictionary.xml_p331.png
annotation
documentation
Definition of the 2D grid
appinfo
<aos3Parent>yes</aos3Parent>

element equilibrium_profiles_2d_grid/dim1
diagram dd_data_dictionary.xml_p332.png
annotation
documentation
First dimension values
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element equilibrium_profiles_2d_grid/dim2
diagram dd_data_dictionary.xml_p333.png
annotation
documentation
Second dimension values
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element equilibrium_profiles_2d_grid/volume_element
diagram dd_data_dictionary.xml_p334.png
annotation
documentation
Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]
appinfo
<type>dynamic</type>
<coordinate1>../dim1</coordinate1>
<coordinate2>../dim2</coordinate2>
<units>m^3</units>

complexType gas_mixture_constant
diagram dd_data_dictionary.xml_p335.png
annotation
documentation
Description of a neutral species within a gas mixture (constant)
appinfo
<coordinate1>1...N</coordinate1>

element gas_mixture_constant/element
diagram dd_data_dictionary.xml_p336.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element gas_mixture_constant/label
diagram dd_data_dictionary.xml_p337.png
annotation
documentation
String identifying neutral (e.g. H, D, T, He, C, ...)
appinfo
<type>constant</type>

element gas_mixture_constant/fraction
diagram dd_data_dictionary.xml_p338.png
annotation
documentation
Relative fraction of this species (in molecules) in the gas mixture
appinfo
<type>constant</type>

complexType generic_grid_aos3_root
diagram dd_data_dictionary.xml_p339.png
annotation
documentation
Generic grid (being itself the root of a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_aos3_root/identifier
diagram dd_data_dictionary.xml_p340.png
annotation
documentation
Grid identifier
appinfo
<doc_identifier>utilities/ggd_identifier.xml</doc_identifier>

element generic_grid_aos3_root/space
diagram dd_data_dictionary.xml_p341.png
annotation
documentation
Set of grid spaces
appinfo
<coordinate1>1...N</coordinate1>

element generic_grid_aos3_root/grid_subset
diagram dd_data_dictionary.xml_p342.png
annotation
documentation
Grid subsets
appinfo
<coordinate1>1...N</coordinate1>

element generic_grid_aos3_root/time
diagram dd_data_dictionary.xml_p343.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType generic_grid_dynamic
diagram dd_data_dictionary.xml_p344.png
annotation
documentation
Generic grid (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic/identifier
diagram dd_data_dictionary.xml_p345.png
annotation
documentation
Grid identifier
appinfo
<doc_identifier>utilities/ggd_identifier.xml</doc_identifier>

element generic_grid_dynamic/space
diagram dd_data_dictionary.xml_p346.png
annotation
documentation
Set of grid spaces
appinfo
<coordinate1>1...N</coordinate1>

element generic_grid_dynamic/grid_subset
diagram dd_data_dictionary.xml_p347.png
annotation
documentation
Grid subsets
appinfo
<coordinate1>1...N</coordinate1>

complexType generic_grid_dynamic_grid_subset
diagram dd_data_dictionary.xml_p348.png
annotation
documentation
Generic grid grid_subset (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_grid_subset/identifier
diagram dd_data_dictionary.xml_p349.png
annotation
documentation
Grid subset identifier
appinfo
<doc_identifier>utilities/ggd_subset_identifier.xml</doc_identifier>

element generic_grid_dynamic_grid_subset/dimension
diagram dd_data_dictionary.xml_p350.png
annotation
documentation
Space dimension of the grid subset elements. This must be equal to the sum of the dimensions of the individual objects forming the element.
appinfo
<type>dynamic</type>

element generic_grid_dynamic_grid_subset/element
diagram dd_data_dictionary.xml_p351.png
annotation
documentation
Set of elements defining the grid subset. An element is defined by a combination of objects from potentially all spaces
appinfo
<coordinate1>1...N</coordinate1>

element generic_grid_dynamic_grid_subset/base
diagram dd_data_dictionary.xml_p352.png
annotation
documentation
Set of bases for the grid subset. For each base, the structure describes the projection of the base vectors on the canonical frame of the grid.
appinfo
<coordinate1>1...N</coordinate1>

element generic_grid_dynamic_grid_subset/metric
diagram dd_data_dictionary.xml_p353.png
annotation
documentation
Metric of the canonical frame onto Cartesian coordinates

complexType generic_grid_dynamic_grid_subset_element
diagram dd_data_dictionary.xml_p354.png
annotation
documentation
Generic grid, element part of a grid_subset (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_grid_subset_element/object
diagram dd_data_dictionary.xml_p355.png
annotation
documentation
Set of objects defining the element
appinfo
<coordinate1>1...N</coordinate1>

complexType generic_grid_dynamic_grid_subset_element_object
diagram dd_data_dictionary.xml_p356.png
annotation
documentation
Generic grid, object part of an element part of a grid_subset (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_grid_subset_element_object/space
diagram dd_data_dictionary.xml_p357.png
annotation
documentation
Index of the space from which that object is taken
appinfo
<type>dynamic</type>

element generic_grid_dynamic_grid_subset_element_object/dimension
diagram dd_data_dictionary.xml_p358.png
annotation
documentation
Dimension of the object
appinfo
<type>dynamic</type>

element generic_grid_dynamic_grid_subset_element_object/index
diagram dd_data_dictionary.xml_p359.png
annotation
documentation
Object index
appinfo
<type>dynamic</type>

complexType generic_grid_dynamic_grid_subset_metric
diagram dd_data_dictionary.xml_p360.png
annotation
documentation
Generic grid, metric description for a given grid_subset and base (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_grid_subset_metric/jacobian
diagram dd_data_dictionary.xml_p361.png
annotation
documentation
Metric Jacobian
appinfo
<type>dynamic</type>
<coordinate1>../../element</coordinate1>
<units>mixed</units>

element generic_grid_dynamic_grid_subset_metric/tensor_covariant
diagram dd_data_dictionary.xml_p362.png
annotation
documentation
Covariant metric tensor, given on each element of the subgrid (first dimension)
appinfo
<type>dynamic</type>
<coordinate1>../../element</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<units>mixed</units>

element generic_grid_dynamic_grid_subset_metric/tensor_contravariant
diagram dd_data_dictionary.xml_p363.png
annotation
documentation
Contravariant metric tensor, given on each element of the subgrid (first dimension)
appinfo
<type>dynamic</type>
<coordinate1>../../element</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate2_same_as>../tensor_covariant</coordinate2_same_as>
<coordinate3>1...N</coordinate3>
<coordinate3_same_as>../tensor_covariant</coordinate3_same_as>
<units>mixed</units>

complexType generic_grid_dynamic_space
diagram dd_data_dictionary.xml_p364.png
annotation
documentation
Generic grid space (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_space/identifier
diagram dd_data_dictionary.xml_p365.png
annotation
documentation
Space identifier
appinfo
<doc_identifier>utilities/ggd_space_identifier.xml</doc_identifier>

element generic_grid_dynamic_space/geometry_type
diagram dd_data_dictionary.xml_p366.png
annotation
documentation
Type of space geometry (0: standard, 1:Fourier)

element generic_grid_dynamic_space/coordinates_type
diagram dd_data_dictionary.xml_p367.png
annotation
documentation
Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therfore defines the dimension of the space. The meaning of these predefined integer constants can be found in the documentation of the grid service library
appinfo
<coordinate1>1...N</coordinate1>
<type>dynamic</type>

element generic_grid_dynamic_space/objects_per_dimension
diagram dd_data_dictionary.xml_p368.png
annotation
documentation
Definition of the space objects for every dimension (from one to the dimension of the highest-dimensional objects). The index correspond to 1=nodes, 2=edges, 3=faces, 4=cells/volumes, .... For every index, a collection of objects of that dimension is described.
appinfo
<coordinate1>1...N</coordinate1>

complexType generic_grid_dynamic_space_dimension
diagram dd_data_dictionary.xml_p369.png
annotation
documentation
Generic grid, list of dimensions within a space (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_space_dimension/object
diagram dd_data_dictionary.xml_p370.png
annotation
documentation
Set of objects for a given dimension
appinfo
<coordinate1>1...N</coordinate1>

complexType generic_grid_dynamic_space_dimension_object
diagram dd_data_dictionary.xml_p371.png
annotation
documentation
Generic grid, list of objects of a given dimension within a space (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_space_dimension_object/boundary
diagram dd_data_dictionary.xml_p372.png
annotation
documentation
Set of  (n-1)-dimensional objects defining the boundary of this n-dimensional object
appinfo
<coordinate1>1...N</coordinate1>

element generic_grid_dynamic_space_dimension_object/geometry
diagram dd_data_dictionary.xml_p373.png
annotation
documentation
Geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered.
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element generic_grid_dynamic_space_dimension_object/nodes
diagram dd_data_dictionary.xml_p374.png
annotation
documentation
List of nodes forming this object (indices to objects_per_dimension(1)%object(:) in Fortran notation)
appinfo
<coordinate1>1...N</coordinate1>
<type>dynamic</type>

element generic_grid_dynamic_space_dimension_object/measure
diagram dd_data_dictionary.xml_p375.png
annotation
documentation
Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)
appinfo
<units>m^dimension</units>
<type>dynamic</type>

complexType generic_grid_dynamic_space_dimension_object_boundary
diagram dd_data_dictionary.xml_p376.png
annotation
documentation
Generic grid, description of an object boundary and its neighbours (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_dynamic_space_dimension_object_boundary/index
diagram dd_data_dictionary.xml_p377.png
annotation
documentation
Index of this (n-1)-dimensional boundary object
appinfo
<type>dynamic</type>

element generic_grid_dynamic_space_dimension_object_boundary/neighbours
diagram dd_data_dictionary.xml_p378.png
annotation
documentation
List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary
appinfo
<coordinate1>1...N</coordinate1>
<type>dynamic</type>

complexType generic_grid_matrix
diagram dd_data_dictionary.xml_p379.png
annotation
documentation
Matrix values on a generic grid (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_matrix/grid_index
diagram dd_data_dictionary.xml_p380.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element generic_grid_matrix/grid_subset_index
diagram dd_data_dictionary.xml_p381.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element generic_grid_matrix/values
diagram dd_data_dictionary.xml_p382.png
annotation
documentation
List of matrix components, one list per element in the grid subset. First dimenstion: element index. Second dimension: first matrix index. Third dimension: second matrix index.
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<units>as_parent</units>

element generic_grid_matrix/coefficients
diagram dd_data_dictionary.xml_p383.png
annotation
documentation
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension). Second dimension: first matrix index. Third dimension: second matrix index. Fourth dimension: coefficient index
appinfo
<type>dynamic</type>
<coordinate1>../values</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>1...N</coordinate4>
<units>as_parent</units>

complexType generic_grid_scalar
diagram dd_data_dictionary.xml_p384.png
annotation
documentation
Scalar values on a generic grid (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_scalar/grid_index
diagram dd_data_dictionary.xml_p385.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element generic_grid_scalar/grid_subset_index
diagram dd_data_dictionary.xml_p386.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element generic_grid_scalar/values
diagram dd_data_dictionary.xml_p387.png
annotation
documentation
One scalar value is provided per element in the grid subset.
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>as_parent</units>

element generic_grid_scalar/coefficients
diagram dd_data_dictionary.xml_p388.png
annotation
documentation
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
appinfo
<type>dynamic</type>
<coordinate1>../values</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

complexType generic_grid_scalar_single_position
diagram dd_data_dictionary.xml_p389.png
annotation
documentation
Scalar values at a single position on a generic grid (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_scalar_single_position/grid_index
diagram dd_data_dictionary.xml_p390.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element generic_grid_scalar_single_position/grid_subset_index
diagram dd_data_dictionary.xml_p391.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element generic_grid_scalar_single_position/value
diagram dd_data_dictionary.xml_p392.png
annotation
documentation
Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)
appinfo
<type>dynamic</type>
<units>as_parent</units>

complexType generic_grid_vector
diagram dd_data_dictionary.xml_p393.png
annotation
documentation
Vector values on a generic grid (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_vector/grid_index
diagram dd_data_dictionary.xml_p394.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element generic_grid_vector/grid_subset_index
diagram dd_data_dictionary.xml_p395.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element generic_grid_vector/values
diagram dd_data_dictionary.xml_p396.png
annotation
documentation
List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index.
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

element generic_grid_vector/coefficients
diagram dd_data_dictionary.xml_p397.png
annotation
documentation
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension). Second dimension: vector component index. Third dimension: coefficient index
appinfo
<type>dynamic</type>
<coordinate1>../values</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<units>as_parent</units>

complexType generic_grid_vector_components
diagram dd_data_dictionary.xml_p398.png
annotation
documentation
Vector components in predefined directions on a generic grid (dynamic within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element generic_grid_vector_components/grid_index
diagram dd_data_dictionary.xml_p399.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element generic_grid_vector_components/grid_subset_index
diagram dd_data_dictionary.xml_p400.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element generic_grid_vector_components/radial
diagram dd_data_dictionary.xml_p401.png
annotation
documentation
Radial component, one scalar value is provided per element in the grid subset.
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>as_parent</units>

element generic_grid_vector_components/radial_coefficients
diagram dd_data_dictionary.xml_p402.png
annotation
documentation
Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

element generic_grid_vector_components/diamagnetic
diagram dd_data_dictionary.xml_p403.png
annotation
documentation
Diamagnetic component, one scalar value is provided per element in the grid subset.
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<units>as_parent</units>

element generic_grid_vector_components/diamagnetic_coefficients
diagram dd_data_dictionary.xml_p404.png
annotation
documentation
Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

element generic_grid_vector_components/parallel
diagram dd_data_dictionary.xml_p405.png
annotation
documentation
Parallel component, one scalar value is provided per element in the grid subset.
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<units>as_parent</units>

element generic_grid_vector_components/parallel_coefficients
diagram dd_data_dictionary.xml_p406.png
annotation
documentation
Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

element generic_grid_vector_components/poloidal
diagram dd_data_dictionary.xml_p407.png
annotation
documentation
Poloidal component, one scalar value is provided per element in the grid subset.
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<units>as_parent</units>

element generic_grid_vector_components/poloidal_coefficients
diagram dd_data_dictionary.xml_p408.png
annotation
documentation
Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

element generic_grid_vector_components/toroidal
diagram dd_data_dictionary.xml_p409.png
annotation
documentation
Toroidal component, one scalar value is provided per element in the grid subset.
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<units>as_parent</units>

element generic_grid_vector_components/toroidal_coefficients
diagram dd_data_dictionary.xml_p410.png
annotation
documentation
Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
appinfo
<type>dynamic</type>
<coordinate1>../radial</coordinate1>
<coordinate2>1...N</coordinate2>
<units>as_parent</units>

complexType identifier
diagram dd_data_dictionary.xml_p411.png
annotation
documentation
Standard type for identifiers (constant). The three fields: name, index and description are all representations of the same information. Associated with each application of this identifier-type, there should be a translation table defining the three fields for all objects to be identified.

element identifier/name
diagram dd_data_dictionary.xml_p412.png
annotation
documentation
Short string identifier
appinfo
<type>constant</type>

element identifier/index
diagram dd_data_dictionary.xml_p413.png
annotation
documentation
Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.
appinfo
<type>constant</type>

element identifier/description
diagram dd_data_dictionary.xml_p414.png
annotation
documentation
Verbose description
appinfo
<type>constant</type>

complexType identifier_dynamic_aos3
diagram dd_data_dictionary.xml_p415.png
annotation
documentation
Standard type for identifiers (dynamic within type 3 array of structures (index on time)). The three fields: name, index and description are all representations of the same information. Associated with each application of this identifier-type, there should be a translation table defining the three fields for all objects to be identified.
appinfo
<aos3Parent>yes</aos3Parent>

element identifier_dynamic_aos3/name
diagram dd_data_dictionary.xml_p416.png
annotation
documentation
Short string identifier
appinfo
<type>dynamic</type>

element identifier_dynamic_aos3/index
diagram dd_data_dictionary.xml_p417.png
annotation
documentation
Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.
appinfo
<type>dynamic</type>

element identifier_dynamic_aos3/description
diagram dd_data_dictionary.xml_p418.png
annotation
documentation
Verbose description
appinfo
<type>dynamic</type>

complexType identifier_static
diagram dd_data_dictionary.xml_p419.png
annotation
documentation
Standard type for identifiers (static). The three fields: name, index and description are all representations of the same information. Associated with each application of this identifier-type, there should be a translation table defining the three fields for all objects to be identified.

element identifier_static/name
diagram dd_data_dictionary.xml_p420.png
annotation
documentation
Short string identifier
appinfo
<type>static</type>

element identifier_static/index
diagram dd_data_dictionary.xml_p421.png
annotation
documentation
Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.
appinfo
<type>static</type>

element identifier_static/description
diagram dd_data_dictionary.xml_p422.png
annotation
documentation
Verbose description
appinfo
<type>static</type>

complexType identifier_static_1d
diagram dd_data_dictionary.xml_p423.png
annotation
documentation
Standard type for identifiers (static, 1D). The three fields: name, index and description are all representations of the same information. Associated with each application of this identifier-type, there should be a translation table defining the three fields for all objects to be identified.

element identifier_static_1d/name
diagram dd_data_dictionary.xml_p424.png
annotation
documentation
Short string identifier
appinfo
<type>static</type>

element identifier_static_1d/index
diagram dd_data_dictionary.xml_p425.png
annotation
documentation
Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.
appinfo
<type>static</type>

element identifier_static_1d/description
diagram dd_data_dictionary.xml_p426.png
annotation
documentation
Verbose description
appinfo
<type>static</type>

complexType line_of_sight_2points
diagram dd_data_dictionary.xml_p427.png
annotation
documentation
Generic description of a line of sight, defined by two points

element line_of_sight_2points/first_point
diagram dd_data_dictionary.xml_p428.png
annotation
documentation
Position of the first point

element line_of_sight_2points/second_point
diagram dd_data_dictionary.xml_p429.png
annotation
documentation
Position of the second point

complexType line_of_sight_2points_dynamic_aos3
diagram dd_data_dictionary.xml_p430.png
annotation
documentation
Generic description of a line of sight, defined by two points, dynamic within a type 3 array of structures (index on time)
appinfo
<aos3Parent>yes</aos3Parent>

element line_of_sight_2points_dynamic_aos3/first_point
diagram dd_data_dictionary.xml_p431.png
annotation
documentation
Position of the first point

element line_of_sight_2points_dynamic_aos3/second_point
diagram dd_data_dictionary.xml_p432.png
annotation
documentation
Position of the second point

complexType line_of_sight_3points
diagram dd_data_dictionary.xml_p433.png
annotation
documentation
Generic description of a line of sight, defined by two points (one way) and an optional third point to indicate the direction of reflection if the second point is e.g. the position of a mirror reflecting the line-of-sight

element line_of_sight_3points/first_point
diagram dd_data_dictionary.xml_p434.png
annotation
documentation
Position of the first point

element line_of_sight_3points/second_point
diagram dd_data_dictionary.xml_p435.png
annotation
documentation
Position of the second point

element line_of_sight_3points/third_point
diagram dd_data_dictionary.xml_p436.png
annotation
documentation
Position of the third point

complexType oblique_static
diagram dd_data_dictionary.xml_p437.png
annotation
documentation
Oblique description of a 2D object

element oblique_static/r
diagram dd_data_dictionary.xml_p438.png
annotation
documentation
Geometric centre R
appinfo
<type>static</type>
<units>m</units>

element oblique_static/z
diagram dd_data_dictionary.xml_p439.png
annotation
documentation
Geometric centre Z
appinfo
<type>static</type>
<units>m</units>

element oblique_static/length
diagram dd_data_dictionary.xml_p440.png
annotation
documentation
Length
appinfo
<type>static</type>
<units>m</units>

element oblique_static/thickness
diagram dd_data_dictionary.xml_p441.png
annotation
documentation
Thickness
appinfo
<type>static</type>
<units>m</units>

element oblique_static/alpha
diagram dd_data_dictionary.xml_p442.png
annotation
documentation
Inclination of first angle TBD
appinfo
<type>static</type>
<units>m</units>

element oblique_static/beta
diagram dd_data_dictionary.xml_p443.png
annotation
documentation
Inclination of second angle TBD
appinfo
<type>static</type>
<units>m</units>

complexType outline_2d_geometry_static
diagram dd_data_dictionary.xml_p444.png
annotation
documentation
Description of 2D geometry

element outline_2d_geometry_static/geometry_type
diagram dd_data_dictionary.xml_p445.png
annotation
documentation
Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle')
appinfo
<Type>static</Type>

element outline_2d_geometry_static/outline
diagram dd_data_dictionary.xml_p446.png
annotation
documentation
Irregular outline of the element

element outline_2d_geometry_static/rectangle
diagram dd_data_dictionary.xml_p447.png
annotation
documentation
Rectangular description of the element

element outline_2d_geometry_static/oblique
diagram dd_data_dictionary.xml_p448.png
annotation
documentation
Trapezoidal description of the element

element outline_2d_geometry_static/arcs_of_circle
diagram dd_data_dictionary.xml_p449.png
annotation
documentation
Description of the element contour by a set of arcs of circle. For each of these, the position of the start point is given together with the curvature radius. The end point is given by the start point of the next arc of circle.

complexType pf_coils_elements
diagram dd_data_dictionary.xml_p450.png
annotation
documentation
Each PF coil is comprised of a number of cross-section elements described  individually

element pf_coils_elements/name
diagram dd_data_dictionary.xml_p451.png
annotation
documentation
Name of this element
appinfo
<type>static</type>

element pf_coils_elements/identifier
diagram dd_data_dictionary.xml_p452.png
annotation
documentation
Identifier of this element
appinfo
<type>static</type>

element pf_coils_elements/turns_with_sign
diagram dd_data_dictionary.xml_p453.png
annotation
documentation
Number of effective turns in the element for calculating magnetic fields of the coil/loop; includes the sign of the number of turns (positive means current is counter-clockwise when seen from above)
appinfo
<type>static</type>
<units>-</units>

element pf_coils_elements/area
diagram dd_data_dictionary.xml_p454.png
annotation
documentation
Cross-sectional areas of the element
appinfo
<type>static</type>
<units>m^2</units>

element pf_coils_elements/geometry
diagram dd_data_dictionary.xml_p455.png
annotation
documentation
Cross-sectional shape of the element

complexType plasma_composition_ion_state
diagram dd_data_dictionary.xml_p456.png
annotation
documentation
Definition of an ion state (when describing the plasma composition) (within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element plasma_composition_ion_state/z_min
diagram dd_data_dictionary.xml_p457.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element plasma_composition_ion_state/z_max
diagram dd_data_dictionary.xml_p458.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element plasma_composition_ion_state/label
diagram dd_data_dictionary.xml_p459.png
annotation
documentation
String identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element plasma_composition_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p460.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element plasma_composition_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p461.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element plasma_composition_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p462.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

complexType plasma_composition_ion_state_constant
diagram dd_data_dictionary.xml_p463.png
annotation
documentation
Definition of an ion state (when describing the plasma composition) (constant)

element plasma_composition_ion_state_constant/z_min
diagram dd_data_dictionary.xml_p464.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element plasma_composition_ion_state_constant/z_max
diagram dd_data_dictionary.xml_p465.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element plasma_composition_ion_state_constant/label
diagram dd_data_dictionary.xml_p466.png
annotation
documentation
String identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>constant</type>

element plasma_composition_ion_state_constant/electron_configuration
diagram dd_data_dictionary.xml_p467.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>constant</type>

element plasma_composition_ion_state_constant/vibrational_level
diagram dd_data_dictionary.xml_p468.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element plasma_composition_ion_state_constant/vibrational_mode
diagram dd_data_dictionary.xml_p469.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>constant</type>

complexType plasma_composition_ions
diagram dd_data_dictionary.xml_p470.png
annotation
documentation
Array of plasma ions (within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element plasma_composition_ions/element
diagram dd_data_dictionary.xml_p471.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element plasma_composition_ions/z_ion
diagram dd_data_dictionary.xml_p472.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element plasma_composition_ions/label
diagram dd_data_dictionary.xml_p473.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element plasma_composition_ions/multiple_states_flag
diagram dd_data_dictionary.xml_p474.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>constant</type>

element plasma_composition_ions/state
diagram dd_data_dictionary.xml_p475.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType plasma_composition_ions_constant
diagram dd_data_dictionary.xml_p476.png
annotation
documentation
Description of plasma ions (constant)

element plasma_composition_ions_constant/element
diagram dd_data_dictionary.xml_p477.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element plasma_composition_ions_constant/z_ion
diagram dd_data_dictionary.xml_p478.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>constant</type>
<units>Elementary Charge Unit</units>

element plasma_composition_ions_constant/label
diagram dd_data_dictionary.xml_p479.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>constant</type>

element plasma_composition_ions_constant/state
diagram dd_data_dictionary.xml_p480.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)

complexType plasma_composition_neutral
diagram dd_data_dictionary.xml_p481.png
annotation
documentation
Definition of a neutral atom or molecule

element plasma_composition_neutral/element
diagram dd_data_dictionary.xml_p482.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element plasma_composition_neutral/type
diagram dd_data_dictionary.xml_p483.png
annotation
documentation
List of neutral types, in terms of energy, considered for that neutral species. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<coordinate1>1...N</coordinate1>

element plasma_composition_neutral/label
diagram dd_data_dictionary.xml_p484.png
annotation
documentation
String identifying the atom or molecule (e.g. D2, DT, CD4, ...)
appinfo
<type>constant</type>

complexType plasma_composition_neutral_constant
diagram dd_data_dictionary.xml_p485.png
annotation
documentation
Definition of plasma neutral (constant)
appinfo
<coordinate1>1...N</coordinate1>

element plasma_composition_neutral_constant/element
diagram dd_data_dictionary.xml_p486.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element plasma_composition_neutral_constant/label
diagram dd_data_dictionary.xml_p487.png
annotation
documentation
String identifying neutral (e.g. H, D, T, He, C, ...)
appinfo
<type>constant</type>

element plasma_composition_neutral_constant/state
diagram dd_data_dictionary.xml_p488.png
annotation
documentation
State of the species (energy, excitation, ...)

complexType plasma_composition_neutral_element
diagram dd_data_dictionary.xml_p489.png
annotation
documentation
Element entering in the composition of the neutral atom or molecule (within a type 3 AoS)
appinfo
<aos3Parent>yes</aos3Parent>

element plasma_composition_neutral_element/a
diagram dd_data_dictionary.xml_p490.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>dynamic</type>

element plasma_composition_neutral_element/z_n
diagram dd_data_dictionary.xml_p491.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element plasma_composition_neutral_element/atoms_n
diagram dd_data_dictionary.xml_p492.png
annotation
documentation
Number of atoms of this element in the molecule
appinfo
<type>dynamic</type>

element plasma_composition_neutral_element/multiplicity
diagram dd_data_dictionary.xml_p493.png
annotation
documentation
Multiplicity of the atom
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.15.0</lifecycle_version>
<units>Elementary Charge Unit</units>
<type>dynamic</type>

complexType plasma_composition_neutral_element_constant
diagram dd_data_dictionary.xml_p494.png
annotation
documentation
Element entering in the composition of the neutral atom or molecule (constant)

element plasma_composition_neutral_element_constant/a
diagram dd_data_dictionary.xml_p495.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>constant</type>

element plasma_composition_neutral_element_constant/z_n
diagram dd_data_dictionary.xml_p496.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element plasma_composition_neutral_element_constant/atoms_n
diagram dd_data_dictionary.xml_p497.png
annotation
documentation
Number of atoms of this element in the molecule
appinfo
<type>constant</type>

element plasma_composition_neutral_element_constant/multiplicity
diagram dd_data_dictionary.xml_p498.png
annotation
documentation
Multiplicity of the atom
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.15.0</lifecycle_version>
<units>Elementary Charge Unit</units>
<type>constant</type>

complexType plasma_composition_neutral_state_constant
diagram dd_data_dictionary.xml_p499.png
annotation
documentation
Definition of a neutral state (when describing the plasma composition) (constant)

element plasma_composition_neutral_state_constant/label
diagram dd_data_dictionary.xml_p500.png
annotation
documentation
String identifying neutral state
appinfo
<type>constant</type>

element plasma_composition_neutral_state_constant/electron_configuration
diagram dd_data_dictionary.xml_p501.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>constant</type>

element plasma_composition_neutral_state_constant/vibrational_level
diagram dd_data_dictionary.xml_p502.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element plasma_composition_neutral_state_constant/vibrational_mode
diagram dd_data_dictionary.xml_p503.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>constant</type>

element plasma_composition_neutral_state_constant/neutral_type
diagram dd_data_dictionary.xml_p504.png
annotation
documentation
Neutral type, in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<doc_identifier>utilities/neutrals_identifier.xml</doc_identifier>

complexType plasma_composition_species
diagram dd_data_dictionary.xml_p505.png
annotation
documentation
Description of simple species (elements) without declaration of their ionisation state

element plasma_composition_species/a
diagram dd_data_dictionary.xml_p506.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>constant</type>

element plasma_composition_species/z_n
diagram dd_data_dictionary.xml_p507.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element plasma_composition_species/label
diagram dd_data_dictionary.xml_p508.png
annotation
documentation
String identifying the species (e.g. H, D, T, ...)
appinfo
<type>constant</type>

complexType rectangle_static
diagram dd_data_dictionary.xml_p509.png
annotation
documentation
Rectangular description of a 2D object

element rectangle_static/r
diagram dd_data_dictionary.xml_p510.png
annotation
documentation
Geometric centre R
appinfo
<type>static</type>
<units>m</units>

element rectangle_static/z
diagram dd_data_dictionary.xml_p511.png
annotation
documentation
Geometric centre Z
appinfo
<type>static</type>
<units>m</units>

element rectangle_static/width
diagram dd_data_dictionary.xml_p512.png
annotation
documentation
Horizontal full width
appinfo
<type>static</type>
<units>m</units>

element rectangle_static/height
diagram dd_data_dictionary.xml_p513.png
annotation
documentation
Vertical full height
appinfo
<type>static</type>
<units>m</units>

complexType rz0d_constant
diagram dd_data_dictionary.xml_p514.png
annotation
documentation
Structure for a single R, Z position (0D, constant)

element rz0d_constant/r
diagram dd_data_dictionary.xml_p515.png
annotation
documentation
Major radius
appinfo
<type>constant</type>
<units>m</units>

element rz0d_constant/z
diagram dd_data_dictionary.xml_p516.png
annotation
documentation
Height
appinfo
<type>constant</type>
<units>m</units>

complexType rz0d_dynamic_aos
diagram dd_data_dictionary.xml_p517.png
annotation
documentation
Structure for scalar R, Z positions, dynamic within a type 3 array of structures (index on time)
appinfo
<aos3Parent>yes</aos3Parent>

element rz0d_dynamic_aos/r
diagram dd_data_dictionary.xml_p518.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>

element rz0d_dynamic_aos/z
diagram dd_data_dictionary.xml_p519.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>

complexType rz0d_static
diagram dd_data_dictionary.xml_p520.png
annotation
documentation
Structure for a single R, Z position (0D, static)

element rz0d_static/r
diagram dd_data_dictionary.xml_p521.png
annotation
documentation
Major radius
appinfo
<type>static</type>
<units>m</units>

element rz0d_static/z
diagram dd_data_dictionary.xml_p522.png
annotation
documentation
Height
appinfo
<type>static</type>
<units>m</units>

complexType rz1d_constant
diagram dd_data_dictionary.xml_p523.png
annotation
documentation
Structure for list of R, Z positions (1D, constant)

element rz1d_constant/r
diagram dd_data_dictionary.xml_p524.png
annotation
documentation
Major radius
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>1...n_points</coordinate1>

element rz1d_constant/z
diagram dd_data_dictionary.xml_p525.png
annotation
documentation
Height
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>../r</coordinate1>

complexType rz1d_dynamic_1
diagram dd_data_dictionary.xml_p526.png
annotation
documentation
Structure for list of R, Z positions (1D, dynamic), time at the root of the IDS

element rz1d_dynamic_1/r
diagram dd_data_dictionary.xml_p527.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>/time</coordinate1>

element rz1d_dynamic_1/z
diagram dd_data_dictionary.xml_p528.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>/time</coordinate1>

complexType rz1d_dynamic_aos
diagram dd_data_dictionary.xml_p529.png
annotation
documentation
Structure for list of R, Z positions (1D list of Npoints, dynamic within a type 3 array of structures (index on time))
appinfo
<aos3Parent>yes</aos3Parent>

element rz1d_dynamic_aos/r
diagram dd_data_dictionary.xml_p530.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element rz1d_dynamic_aos/z
diagram dd_data_dictionary.xml_p531.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../r</coordinate1>

complexType rz1d_dynamic_aos_time
diagram dd_data_dictionary.xml_p532.png
annotation
documentation
Structure for list of R, Z positions (1D list of Npoints, dynamic within a type 3 array of structures (index on time), with time as sibling)
appinfo
<aos3Parent>yes</aos3Parent>

element rz1d_dynamic_aos_time/r
diagram dd_data_dictionary.xml_p533.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element rz1d_dynamic_aos_time/z
diagram dd_data_dictionary.xml_p534.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../r</coordinate1>

element rz1d_dynamic_aos_time/time
diagram dd_data_dictionary.xml_p535.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType rz1d_static
diagram dd_data_dictionary.xml_p536.png
annotation
documentation
Structure for list of R, Z positions (1D, constant)

element rz1d_static/r
diagram dd_data_dictionary.xml_p537.png
annotation
documentation
Major radius
appinfo
<type>static</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element rz1d_static/z
diagram dd_data_dictionary.xml_p538.png
annotation
documentation
Height
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../r</coordinate1>

complexType rzphi0d_dynamic_aos3
diagram dd_data_dictionary.xml_p539.png
annotation
documentation
Structure for R, Z, Phi positions (0D, dynamic within a type 3 array of structures (index on time))
appinfo
<aos3Parent>yes</aos3Parent>

element rzphi0d_dynamic_aos3/r
diagram dd_data_dictionary.xml_p540.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>

element rzphi0d_dynamic_aos3/z
diagram dd_data_dictionary.xml_p541.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>

element rzphi0d_dynamic_aos3/phi
diagram dd_data_dictionary.xml_p542.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<type>dynamic</type>
<units>rad</units>

complexType rzphi0d_static
diagram dd_data_dictionary.xml_p543.png
annotation
documentation
Structure for R, Z, Phi positions (0D, static)

element rzphi0d_static/r
diagram dd_data_dictionary.xml_p544.png
annotation
documentation
Major radius
appinfo
<type>static</type>
<units>m</units>

element rzphi0d_static/z
diagram dd_data_dictionary.xml_p545.png
annotation
documentation
Height
appinfo
<type>static</type>
<units>m</units>

element rzphi0d_static/phi
diagram dd_data_dictionary.xml_p546.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<type>static</type>
<units>rad</units>

complexType rzphi1d_dynamic_aos1
diagram dd_data_dictionary.xml_p547.png
annotation
documentation
Structure for list of R, Z, Phi positions (1D, dynamic within a type 1 array of structures (indexed on objects, data/time structure)

element rzphi1d_dynamic_aos1/r
diagram dd_data_dictionary.xml_p548.png
annotation
documentation
Major radius
appinfo
<units>m</units>

element rzphi1d_dynamic_aos1/z
diagram dd_data_dictionary.xml_p549.png
annotation
documentation
Height
appinfo
<units>m</units>

element rzphi1d_dynamic_aos1/phi
diagram dd_data_dictionary.xml_p550.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<units>rad</units>

complexType rzphi1d_dynamic_aos1_definition
diagram dd_data_dictionary.xml_p551.png
annotation
documentation
Structure for list of R, Z, Phi positions (1D, dynamic within a type 1 array of structures (indexed on objects, data/time structure), including a definition of the reference point

element rzphi1d_dynamic_aos1_definition/definition
diagram dd_data_dictionary.xml_p552.png
annotation
documentation
Definition of the reference point
appinfo
<type>static</type>

element rzphi1d_dynamic_aos1_definition/r
diagram dd_data_dictionary.xml_p553.png
annotation
documentation
Major radius
appinfo
<units>m</units>

element rzphi1d_dynamic_aos1_definition/z
diagram dd_data_dictionary.xml_p554.png
annotation
documentation
Height
appinfo
<units>m</units>

element rzphi1d_dynamic_aos1_definition/phi
diagram dd_data_dictionary.xml_p555.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<units>rad</units>

complexType rzphi1d_dynamic_aos3
diagram dd_data_dictionary.xml_p556.png
annotation
documentation
Structure for R, Z, Phi positions (1D, dynamic within a type 3 array of structure)
appinfo
<aos3Parent>yes</aos3Parent>

element rzphi1d_dynamic_aos3/r
diagram dd_data_dictionary.xml_p557.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element rzphi1d_dynamic_aos3/z
diagram dd_data_dictionary.xml_p558.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../r</coordinate1>

element rzphi1d_dynamic_aos3/phi
diagram dd_data_dictionary.xml_p559.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<type>dynamic</type>
<units>rad</units>
<coordinate1>../r</coordinate1>

complexType rzphi1d_static
diagram dd_data_dictionary.xml_p560.png
annotation
documentation
Structure for list of R, Z, Phi positions (1D, static)

element rzphi1d_static/r
diagram dd_data_dictionary.xml_p561.png
annotation
documentation
Major radius
appinfo
<type>static</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element rzphi1d_static/z
diagram dd_data_dictionary.xml_p562.png
annotation
documentation
Height
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../r</coordinate1>

element rzphi1d_static/phi
diagram dd_data_dictionary.xml_p563.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<type>static</type>
<units>rad</units>
<coordinate1>../r</coordinate1>

complexType rzphipsitheta1d_dynamic_aos3
diagram dd_data_dictionary.xml_p564.png
annotation
documentation
Structure for R, Z, Phi, Psi, Theta positions (1D, dynamic within a type 3 array of structures)
appinfo
<aos3Parent>yes</aos3Parent>

element rzphipsitheta1d_dynamic_aos3/r
diagram dd_data_dictionary.xml_p565.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element rzphipsitheta1d_dynamic_aos3/z
diagram dd_data_dictionary.xml_p566.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../r</coordinate1>

element rzphipsitheta1d_dynamic_aos3/phi
diagram dd_data_dictionary.xml_p567.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<type>dynamic</type>
<units>rad</units>
<coordinate1>../r</coordinate1>

element rzphipsitheta1d_dynamic_aos3/psi
diagram dd_data_dictionary.xml_p568.png
annotation
documentation
Poloidal flux
appinfo
<type>dynamic</type>
<units>Wb</units>
<coordinate1>../r</coordinate1>

element rzphipsitheta1d_dynamic_aos3/theta
diagram dd_data_dictionary.xml_p569.png
annotation
documentation
Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)
appinfo
<type>dynamic</type>
<units>rad</units>
<coordinate1>../r</coordinate1>

complexType rzphirhopsitheta1d_dynamic_aos1
diagram dd_data_dictionary.xml_p570.png
annotation
documentation
Structure for list of R, Z, Phi, rho_tor_norm, psi, theta positions (1D, dynamic within a type 1 array of structures (indexed on objects, data/time structure)

element rzphirhopsitheta1d_dynamic_aos1/r
diagram dd_data_dictionary.xml_p571.png
annotation
documentation
Major radius
appinfo
<units>m</units>

element rzphirhopsitheta1d_dynamic_aos1/z
diagram dd_data_dictionary.xml_p572.png
annotation
documentation
Height
appinfo
<units>m</units>

element rzphirhopsitheta1d_dynamic_aos1/phi
diagram dd_data_dictionary.xml_p573.png
annotation
documentation
Toroidal angle (oriented counter-clockwise when viewing from above)
appinfo
<units>rad</units>

element rzphirhopsitheta1d_dynamic_aos1/psi
diagram dd_data_dictionary.xml_p574.png
annotation
documentation
Poloidal flux
appinfo
<units>W</units>

element rzphirhopsitheta1d_dynamic_aos1/rho_tor_norm
diagram dd_data_dictionary.xml_p575.png
annotation
documentation
Normalised toroidal flux coordinate
appinfo
<units>-</units>

element rzphirhopsitheta1d_dynamic_aos1/theta
diagram dd_data_dictionary.xml_p576.png
annotation
documentation
Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)
appinfo
<units>rad</units>

complexType signal_flt_1d
diagram dd_data_dictionary.xml_p577.png
annotation
documentation
Signal (FLT_1D) with its time base

element signal_flt_1d/data
diagram dd_data_dictionary.xml_p578.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../time</coordinate1>

element signal_flt_1d/time
diagram dd_data_dictionary.xml_p579.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_flt_1d_validity
diagram dd_data_dictionary.xml_p580.png
annotation
documentation
Signal (FLT_1D) with its time base and validity flags

element signal_flt_1d_validity/data
diagram dd_data_dictionary.xml_p581.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../time</coordinate1>

element signal_flt_1d_validity/validity_timed
diagram dd_data_dictionary.xml_p582.png
annotation
documentation
Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)
appinfo
<type>dynamic</type>
<coordinate1>../time</coordinate1>

element signal_flt_1d_validity/validity
diagram dd_data_dictionary.xml_p583.png
annotation
documentation
Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)
appinfo
<type>constant</type>

element signal_flt_1d_validity/time
diagram dd_data_dictionary.xml_p584.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_flt_2d
diagram dd_data_dictionary.xml_p585.png
annotation
documentation
Signal (FLT_2D) with its time base

element signal_flt_2d/data
diagram dd_data_dictionary.xml_p586.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>1...N</coordinate1>
<coordinate2>../time</coordinate2>

element signal_flt_2d/time
diagram dd_data_dictionary.xml_p587.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_flt_3d
diagram dd_data_dictionary.xml_p588.png
annotation
documentation
Signal (FLT_3D) with its time base

element signal_flt_3d/data
diagram dd_data_dictionary.xml_p589.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>as_parent</coordinate1>
<coordinate2>as_parent</coordinate2>
<coordinate3>../time</coordinate3>

element signal_flt_3d/time
diagram dd_data_dictionary.xml_p590.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_flt_4d
diagram dd_data_dictionary.xml_p591.png
annotation
documentation
Signal (FLT_4D) with its time base

element signal_flt_4d/data
diagram dd_data_dictionary.xml_p592.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>as_parent</coordinate1>
<coordinate2>as_parent</coordinate2>
<coordinate3>as_parent</coordinate3>
<coordinate4>../time</coordinate4>

element signal_flt_4d/time
diagram dd_data_dictionary.xml_p593.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_flt_5d
diagram dd_data_dictionary.xml_p594.png
annotation
documentation
Signal (FLT_5D) with its time base

element signal_flt_5d/data
diagram dd_data_dictionary.xml_p595.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>as_parent</coordinate1>
<coordinate2>as_parent</coordinate2>
<coordinate3>as_parent</coordinate3>
<coordinate4>as_parent</coordinate4>
<coordinate5>../time</coordinate5>

element signal_flt_5d/time
diagram dd_data_dictionary.xml_p596.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_flt_6d
diagram dd_data_dictionary.xml_p597.png
annotation
documentation
Signal (FLT_6D) with its time base

element signal_flt_6d/data
diagram dd_data_dictionary.xml_p598.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>as_parent</coordinate1>
<coordinate2>as_parent</coordinate2>
<coordinate3>as_parent</coordinate3>
<coordinate4>as_parent</coordinate4>
<coordinate5>as_parent</coordinate5>
<coordinate6>../time</coordinate6>

element signal_flt_6d/time
diagram dd_data_dictionary.xml_p599.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_int_1d
diagram dd_data_dictionary.xml_p600.png
annotation
documentation
Signal (INT_1D) with its time base

element signal_int_1d/data
diagram dd_data_dictionary.xml_p601.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<coordinate1>../time</coordinate1>

element signal_int_1d/time
diagram dd_data_dictionary.xml_p602.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_int_2d
diagram dd_data_dictionary.xml_p603.png
annotation
documentation
Signal (INT_2D) with its time base

element signal_int_2d/data
diagram dd_data_dictionary.xml_p604.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<coordinate1>as_parent</coordinate1>
<coordinate2>../time</coordinate2>

element signal_int_2d/time
diagram dd_data_dictionary.xml_p605.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType signal_int_3d
diagram dd_data_dictionary.xml_p606.png
annotation
documentation
Signal (INT_3D) with its time base

element signal_int_3d/data
diagram dd_data_dictionary.xml_p607.png
annotation
documentation
Data
appinfo
<type>dynamic</type>
<coordinate1>as_parent</coordinate1>
<coordinate2>as_parent</coordinate2>
<coordinate3>../time</coordinate3>

element signal_int_3d/time
diagram dd_data_dictionary.xml_p608.png
annotation
documentation
Time
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

complexType waves_coherent_wave_identifier
diagram dd_data_dictionary.xml_p609.png
annotation
documentation
Wave identifier

element waves_coherent_wave_identifier/type
diagram dd_data_dictionary.xml_p610.png
annotation
documentation
Wave/antenna type. index=1 for name=EC; index=2 for name=IC; index=3 for name=LH
appinfo
<doc_identifier>utilities/wave_identifier.xml</doc_identifier>

element waves_coherent_wave_identifier/antenna_name
diagram dd_data_dictionary.xml_p611.png
annotation
documentation
Name of the antenna that launches this wave. Corresponds to the name specified in antennas/ec(i)/name, or antennas/ic(i)/name or antennas/lh(i)/name (depends of antenna/wave type) in the ANTENNAS IDS.
appinfo
<type>constant</type>

element waves_coherent_wave_identifier/index_in_antenna
diagram dd_data_dictionary.xml_p612.png
annotation
documentation
Index of the wave (starts at 1), separating different waves generated from a single antenna.
appinfo
<type>constant</type>

complexType x1x21d_static
diagram dd_data_dictionary.xml_p613.png
annotation
documentation
Structure for list of X1, X2 positions (1D, static)

element x1x21d_static/x1
diagram dd_data_dictionary.xml_p614.png
annotation
documentation
Positions along x1 axis
appinfo
<type>static</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element x1x21d_static/x2
diagram dd_data_dictionary.xml_p615.png
annotation
documentation
Positions along x2 axis
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../x1</coordinate1>

complexType xyz0d_static
diagram dd_data_dictionary.xml_p616.png
annotation
documentation
Structure for list of X, Y, Z components (0D, static)

element xyz0d_static/x
diagram dd_data_dictionary.xml_p617.png
annotation
documentation
Component along X axis
appinfo
<type>static</type>
<units>m</units>

element xyz0d_static/y
diagram dd_data_dictionary.xml_p618.png
annotation
documentation
Component along Y axis
appinfo
<type>static</type>
<units>m</units>

element xyz0d_static/z
diagram dd_data_dictionary.xml_p619.png
annotation
documentation
Component along Z axis
appinfo
<type>static</type>
<units>m</units>

simpleType cpx_1d_type

simpleType cpx_2d_type

simpleType cpx_type

simpleType flt_1d_type

simpleType flt_2d_type

simpleType flt_3d_type

simpleType flt_4d_type

simpleType flt_5d_type

simpleType flt_6d_type

simpleType flt_7d_type

simpleType flt_type
annotation
documentation
single floating number

simpleType int_1d_type

simpleType int_2d_type

simpleType int_3d_type

simpleType int_type
annotation
documentation
single integer number

simpleType str_1d_type

simpleType str_2d_type

simpleType str_type
annotation
documentation
single string

element neutron_diagnostic
diagram dd_data_dictionary.xml_p620.png
annotation
documentation
Neutron diagnostic such as DNFM, NFM or MFC
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.6.0</lifecycle_version>
<lifecycle_last_change>3.6.1</lifecycle_last_change>

element neutron_diagnostic/characteristics
diagram dd_data_dictionary.xml_p621.png
annotation
documentation
Description of Diagnostic's module detection characteristics for differen plasma modes based on Design Description

element neutron_diagnostic/detectors
diagram dd_data_dictionary.xml_p622.png
annotation
documentation
Description of Detectors properties and Data in Neutron Diagnostic Module
appinfo
<coordinate1>1...N</coordinate1>

element neutron_diagnostic/synthetic_signals
diagram dd_data_dictionary.xml_p623.png
annotation
documentation
Output Data from Neutron Diagnostic's Module

element neutron_diagnostic/unit_source
diagram dd_data_dictionary.xml_p624.png
annotation
documentation
Unit ring sources description
appinfo
<coordinate1>1...N</coordinate1>

complexType neutron_diagnostic_adc
diagram dd_data_dictionary.xml_p625.png
annotation
documentation
ADC

element neutron_diagnostic_adc/power_switch
diagram dd_data_dictionary.xml_p626.png
annotation
documentation
Power switch (1=on, 0=off)
appinfo
<type>static</type>

element neutron_diagnostic_adc/discriminator_level_lower
diagram dd_data_dictionary.xml_p627.png
annotation
documentation
Lower level discriminator of ADC
appinfo
<type>static</type>

element neutron_diagnostic_adc/discriminator_level_upper
diagram dd_data_dictionary.xml_p628.png
annotation
documentation
Upper level discriminator of ADC
appinfo
<type>static</type>

element neutron_diagnostic_adc/sampling_rate
diagram dd_data_dictionary.xml_p629.png
annotation
documentation
Number of samples recorded per second
appinfo
<type>static</type>

element neutron_diagnostic_adc/bias
diagram dd_data_dictionary.xml_p630.png
annotation
documentation
ADC signal bias
appinfo
<units>V</units>
<type>static</type>

element neutron_diagnostic_adc/input_range
diagram dd_data_dictionary.xml_p631.png
annotation
documentation
ADC input range
appinfo
<units>V</units>
<type>static</type>

element neutron_diagnostic_adc/impedance
diagram dd_data_dictionary.xml_p632.png
annotation
documentation
ADC impedance
appinfo
<units>ohm</units>
<type>static</type>

complexType neutron_diagnostic_b_field_sensor
diagram dd_data_dictionary.xml_p633.png
annotation
documentation
Magnetic field sensor

element neutron_diagnostic_b_field_sensor/power_switch
diagram dd_data_dictionary.xml_p634.png
annotation
documentation
Power switch (1=on, 0=off)
appinfo
<type>static</type>

element neutron_diagnostic_b_field_sensor/b_field
diagram dd_data_dictionary.xml_p635.png
annotation
documentation
Magnetic field measured by the sensor
appinfo
<units>T</units>

complexType neutron_diagnostic_characteristics
diagram dd_data_dictionary.xml_p636.png

element neutron_diagnostic_characteristics/dead_time
diagram dd_data_dictionary.xml_p637.png
annotation
documentation
Dead time of detectors
appinfo
<type>static</type>
<units>s</units>

element neutron_diagnostic_characteristics/pulse_length
diagram dd_data_dictionary.xml_p638.png
annotation
documentation
Lower counting limit of recent Measuring Mode and plasma reaction
appinfo
<type>static</type>
<units>s</units>

element neutron_diagnostic_characteristics/reaction
diagram dd_data_dictionary.xml_p639.png
annotation
documentation
Plasma reaction (1 -'DT'; 2 - 'DD')
appinfo
<coordinate1>index</coordinate1>

complexType neutron_diagnostic_characteristics_reaction
diagram dd_data_dictionary.xml_p640.png

element neutron_diagnostic_characteristics_reaction/index
diagram dd_data_dictionary.xml_p641.png
annotation
documentation
Index of plasma reaction type
appinfo
<type>static</type>

element neutron_diagnostic_characteristics_reaction/error
diagram dd_data_dictionary.xml_p642.png
annotation
documentation
Diagnostic's relative uncertainty for recent plasma reaction
appinfo
<type>static</type>
<units>-</units>

element neutron_diagnostic_characteristics_reaction/probability_overlap
diagram dd_data_dictionary.xml_p643.png
annotation
documentation
Pulse probability overlap for recent plasma reaction
appinfo
<type>static</type>
<units>-</units>

element neutron_diagnostic_characteristics_reaction/mode
diagram dd_data_dictionary.xml_p644.png
annotation
documentation
Characteristics of counting linear limits in recent Measuring modes for recent Plasma reaction type
appinfo
<coordinate1>index</coordinate1>

complexType neutron_diagnostic_characteristics_reaction_mode
diagram dd_data_dictionary.xml_p645.png

element neutron_diagnostic_characteristics_reaction_mode/index
diagram dd_data_dictionary.xml_p646.png
annotation
documentation
Index of Measuring Mode
appinfo
<type>static</type>

element neutron_diagnostic_characteristics_reaction_mode/name
diagram dd_data_dictionary.xml_p647.png
annotation
documentation
Name of Measuring Mode
appinfo
<type>static</type>

element neutron_diagnostic_characteristics_reaction_mode/count_limit_max
diagram dd_data_dictionary.xml_p648.png
annotation
documentation
Maximum count limit of recent Measuring Mode and plasma reaction
appinfo
<type>static</type>
<units>cps</units>

element neutron_diagnostic_characteristics_reaction_mode/count_limit_min
diagram dd_data_dictionary.xml_p649.png
annotation
documentation
Minimum count limit of recent Measuring Mode and plasma reaction
appinfo
<type>static</type>
<units>cps</units>

complexType neutron_diagnostic_detectors
diagram dd_data_dictionary.xml_p650.png

element neutron_diagnostic_detectors/name
diagram dd_data_dictionary.xml_p651.png
annotation
documentation
Name of Detector
appinfo
<type>static</type>

element neutron_diagnostic_detectors/radiation
diagram dd_data_dictionary.xml_p652.png
annotation
documentation
Radiation type on detector's converter (1 - 'neutrons'; 2 - 'gamma-rays')
appinfo
<coordinate1>index</coordinate1>

element neutron_diagnostic_detectors/position
diagram dd_data_dictionary.xml_p653.png
annotation
documentation
Detector Position Data SHOULD BE REMOVED, REDUNDANT WITH THE NEW DETECTOR DESCRIPTION

element neutron_diagnostic_detectors/detector
diagram dd_data_dictionary.xml_p654.png
annotation
documentation
Detector description

element neutron_diagnostic_detectors/aperture
diagram dd_data_dictionary.xml_p655.png
annotation
documentation
Description of a set of collimating apertures
appinfo
<coordinate1>1...N</coordinate1>

element neutron_diagnostic_detectors/mode
diagram dd_data_dictionary.xml_p656.png
annotation
documentation
Measuring Mode Properties and Data
appinfo
<type>static</type>
<coordinate1>index</coordinate1>

element neutron_diagnostic_detectors/energy_band
diagram dd_data_dictionary.xml_p657.png
annotation
documentation
Set of energy bands in which neutrons are counted by the detector
appinfo
<coordinate1>1...N</coordinate1>

element neutron_diagnostic_detectors/start_time
diagram dd_data_dictionary.xml_p658.png
annotation
documentation
Time stamp of the moment diagnostic starts recording data
appinfo
<type>constant</type>
<units>s</units>

element neutron_diagnostic_detectors/end_time
diagram dd_data_dictionary.xml_p659.png
annotation
documentation
Time stamp of the moment diagnostic ends recording data
appinfo
<type>constant</type>
<units>s</units>

element neutron_diagnostic_detectors/spectrum_sampling_time
diagram dd_data_dictionary.xml_p660.png
annotation
documentation
Sampling time used to obtain one spectrum time slice
appinfo
<type>constant</type>
<units>s</units>

element neutron_diagnostic_detectors/amplitude_raw
diagram dd_data_dictionary.xml_p661.png
annotation
documentation
Raw amplitude of the measured signal
appinfo
<units>V</units>

element neutron_diagnostic_detectors/amplitude_peak
diagram dd_data_dictionary.xml_p662.png
annotation
documentation
Processed peak amplitude of the measured signal
appinfo
<units>V</units>

element neutron_diagnostic_detectors/spectrum_total
diagram dd_data_dictionary.xml_p663.png
annotation
documentation
Detected count per energy channel, integrated over the whole acquisition duration
appinfo
<type>constant</type>
<coordinate1>../energy_band</coordinate1>

element neutron_diagnostic_detectors/spectrum
diagram dd_data_dictionary.xml_p664.png
annotation
documentation
Detected count per energy channel as a function of time
appinfo
<coordinate1>../energy_band</coordinate1>
<coordinate2>time</coordinate2>

element neutron_diagnostic_detectors/adc
diagram dd_data_dictionary.xml_p665.png
annotation
documentation
Description of analogic-digital converter

element neutron_diagnostic_detectors/supply_high_voltage
diagram dd_data_dictionary.xml_p666.png
annotation
documentation
Description of high voltage power supply

element neutron_diagnostic_detectors/supply_low_voltage
diagram dd_data_dictionary.xml_p667.png
annotation
documentation
Description of low voltage power supply

element neutron_diagnostic_detectors/test_generator
diagram dd_data_dictionary.xml_p668.png
annotation
documentation
Test generator characteristics

element neutron_diagnostic_detectors/b_field_sensor
diagram dd_data_dictionary.xml_p669.png
annotation
documentation
Magnetic field sensor

element neutron_diagnostic_detectors/temperature_sensor
diagram dd_data_dictionary.xml_p670.png
annotation
documentation
Temperature sensor

complexType neutron_diagnostic_detectors_mode
diagram dd_data_dictionary.xml_p671.png

element neutron_diagnostic_detectors_mode/name
diagram dd_data_dictionary.xml_p672.png
annotation
documentation
Name of Measuring Mode
appinfo
<type>static</type>

element neutron_diagnostic_detectors_mode/counting
diagram dd_data_dictionary.xml_p673.png
annotation
documentation
Counting in Measuring Mode in Dynamic
appinfo
<units>cps</units>

complexType neutron_diagnostic_detectors_radiation
diagram dd_data_dictionary.xml_p674.png

element neutron_diagnostic_detectors_radiation/index
diagram dd_data_dictionary.xml_p675.png
annotation
documentation
Index of radiation type
appinfo
<type>static</type>

element neutron_diagnostic_detectors_radiation/converter_name
diagram dd_data_dictionary.xml_p676.png
annotation
documentation
Name of detector's converter for resent particle
appinfo
<type>static</type>

element neutron_diagnostic_detectors_radiation/converter_volume
diagram dd_data_dictionary.xml_p677.png
annotation
documentation
Volume of detector's converter for resent particle
appinfo
<type>static</type>
<units>m^3</units>

element neutron_diagnostic_detectors_radiation/converter_nuclear_density
diagram dd_data_dictionary.xml_p678.png
annotation
documentation
Nuclear density of detector's converter for resent particle
appinfo
<type>static</type>
<units>m^-3</units>

element neutron_diagnostic_detectors_radiation/converter_temperature
diagram dd_data_dictionary.xml_p679.png
annotation
documentation
Temperature of detector's converter
appinfo
<type>dynamic</type>
<coordinate1>/time</coordinate1>
<units>K</units>

complexType neutron_diagnostic_supply
diagram dd_data_dictionary.xml_p680.png
annotation
documentation
Power supply

element neutron_diagnostic_supply/power_switch
diagram dd_data_dictionary.xml_p681.png
annotation
documentation
Power switch (1=on, 0=off)
appinfo
<type>static</type>

element neutron_diagnostic_supply/voltage_set
diagram dd_data_dictionary.xml_p682.png
annotation
documentation
Voltage set
appinfo
<units>V</units>

element neutron_diagnostic_supply/voltage_out
diagram dd_data_dictionary.xml_p683.png
annotation
documentation
Voltage at the supply output
appinfo
<units>V</units>

complexType neutron_diagnostic_synthetic_signals
diagram dd_data_dictionary.xml_p684.png

element neutron_diagnostic_synthetic_signals/total_neutron_flux
diagram dd_data_dictionary.xml_p685.png
annotation
documentation
Total Neutron Flux in Dynamic
appinfo
<type>dynamic</type>
<coordinate1>../../time</coordinate1>
<units>s^-1</units>

element neutron_diagnostic_synthetic_signals/fusion_power
diagram dd_data_dictionary.xml_p686.png
annotation
documentation
Fusion Power
appinfo
<type>dynamic</type>
<coordinate1>../../time</coordinate1>
<units>W</units>

complexType neutron_diagnostic_temperature_sensor
diagram dd_data_dictionary.xml_p687.png
annotation
documentation
Temperature sensor

element neutron_diagnostic_temperature_sensor/power_switch
diagram dd_data_dictionary.xml_p688.png
annotation
documentation
Power switch (1=on, 0=off)
appinfo
<type>static</type>

element neutron_diagnostic_temperature_sensor/temperature
diagram dd_data_dictionary.xml_p689.png
annotation
documentation
Temperature measured by the sensor
appinfo
<units>K</units>

complexType neutron_diagnostic_test_generator
diagram dd_data_dictionary.xml_p690.png
annotation
documentation
Test generator

element neutron_diagnostic_test_generator/power_switch
diagram dd_data_dictionary.xml_p691.png
annotation
documentation
Power switch (1=on, 0=off)
appinfo
<type>static</type>

element neutron_diagnostic_test_generator/shape
diagram dd_data_dictionary.xml_p692.png
annotation
documentation
Signal shape. Index : 1 – rectangular, 2 – gaussian

element neutron_diagnostic_test_generator/rise_time
diagram dd_data_dictionary.xml_p693.png
annotation
documentation
Peak rise time
appinfo
<type>constant</type>
<units>s</units>

element neutron_diagnostic_test_generator/fall_time
diagram dd_data_dictionary.xml_p694.png
annotation
documentation
Peak fall time
appinfo
<type>constant</type>
<units>s</units>

element neutron_diagnostic_test_generator/frequency
diagram dd_data_dictionary.xml_p695.png
annotation
documentation
Generated signal frequency
appinfo
<units>Hz</units>

element neutron_diagnostic_test_generator/amplitude
diagram dd_data_dictionary.xml_p696.png
annotation
documentation
Generated signal amplitude
appinfo
<units>V</units>

complexType neutron_diagnostic_unit_source
diagram dd_data_dictionary.xml_p697.png
annotation
documentation
Unit ring sources distribution

element neutron_diagnostic_unit_source/position
diagram dd_data_dictionary.xml_p698.png
annotation
documentation
Position of ring unit sources inside ITER vacuum vessel

element neutron_diagnostic_unit_source/radiation
diagram dd_data_dictionary.xml_p699.png
annotation
documentation
Radiation type on detector's converter (1 - 'neutrons'; 2 - 'gamma-rays')
appinfo
<coordinate1>1...2</coordinate1>

complexType neutron_diagnostic_unit_source_radiation
diagram dd_data_dictionary.xml_p700.png

element neutron_diagnostic_unit_source_radiation/index
diagram dd_data_dictionary.xml_p701.png
annotation
documentation
Index of radiation type. TO BE REMOVED, since it is given by the index of the radiation array above.
appinfo
<type>static</type>

element neutron_diagnostic_unit_source_radiation/reaction
diagram dd_data_dictionary.xml_p702.png
annotation
documentation
Plasma reaction (1 - 'DT'; 2 - 'DD')
appinfo
<coordinate1>1...2</coordinate1>

complexType neutron_diagnostic_unit_source_radiation_reaction
diagram dd_data_dictionary.xml_p703.png

element neutron_diagnostic_unit_source_radiation_reaction/index
diagram dd_data_dictionary.xml_p704.png
annotation
documentation
Index of plasma reaction type. To be removed, since it is given by the index of the reaction array above.
appinfo
<type>static</type>

element neutron_diagnostic_unit_source_radiation_reaction/energy
diagram dd_data_dictionary.xml_p705.png
annotation
documentation
Energy boundaries for Detector Radiator Flux
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>
<units>eV</units>

element neutron_diagnostic_unit_source_radiation_reaction/flux
diagram dd_data_dictionary.xml_p706.png
annotation
documentation
Radiation flux from Unit Ring Source in recent detector's converter
appinfo
<type>static</type>
<coordinate1>../../../../detectors</coordinate1>
<coordinate2>../energy</coordinate2>
<units>m^-2</units>

element neutron_diagnostic_unit_source_radiation_reaction/d2flux_drdz
diagram dd_data_dictionary.xml_p707.png
annotation
documentation
Second deriviation of Radiation flux from Unit Ring Source in recent detector's converter for "spline" reconstruction
appinfo
<type>static</type>
<coordinate1>../../../../detectors</coordinate1>
<coordinate2>../energy</coordinate2>
<units>m^-4</units>

element neutron_diagnostic_unit_source_radiation_reaction/reaction_rate
diagram dd_data_dictionary.xml_p708.png
annotation
documentation
Reaction Rate on converter's material from Unit Ring Source in recent detector's converter
appinfo
<type>static</type>
<coordinate1>../../../../detectors</coordinate1>
<coordinate2>../energy</coordinate2>
<units>m^-3</units>

element neutron_diagnostic_unit_source_radiation_reaction/sensitivity
diagram dd_data_dictionary.xml_p709.png
annotation
documentation
Sensitivity of converter's material in recent detector's converter
appinfo
<type>static</type>
<coordinate1>../../../../detectors</coordinate1>
<coordinate2>../energy</coordinate2>
<units>cps.m^2.s</units>

element amns_data
diagram dd_data_dictionary.xml_p710.png
annotation
documentation
Atomic, molecular, nuclear and surface physics data. Each occurrence contains the data for a given element (nuclear charge), describing various physical processes. For each process, data tables are organized by charge states. The coordinate system used by the data tables is described under the coordinate_system node.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element amns_data/z_n
diagram dd_data_dictionary.xml_p711.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>static</type>

element amns_data/a
diagram dd_data_dictionary.xml_p712.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>static</type>

element amns_data/process
diagram dd_data_dictionary.xml_p713.png
annotation
documentation
Description and data for a set of physical processes.
appinfo
<coordinate1>1...N</coordinate1>

element amns_data/coordinate_system
diagram dd_data_dictionary.xml_p714.png
annotation
documentation
Array of possible coordinate systems for process tables
appinfo
<coordinate1>1...N</coordinate1>

element amns_data/release
diagram dd_data_dictionary.xml_p715.png
annotation
documentation
List of available releases of the AMNS data; each element contains information about the AMNS data that is included in the release. This part of the IDS is filled and stored only into shot/run=0/1, playing the role of a catalogue.
appinfo
<coordinate1>1...N</coordinate1>

complexType amns_data_coordinate_system
diagram dd_data_dictionary.xml_p716.png
annotation
documentation
Description of a coordinate system for atomic data tables

element amns_data_coordinate_system/coordinate
diagram dd_data_dictionary.xml_p717.png
annotation
documentation
Set of coordinates for that coordinate system. A coordinate an be either a range of real values or a set of discrete values (if interpolation_type=0)
appinfo
<coordinate1>1...N</coordinate1>

complexType amns_data_coordinate_system_coordinate
diagram dd_data_dictionary.xml_p718.png
annotation
documentation
Description of a coordinate for atomic data tables. Can be either a range of real values or a set of discrete values (if interp_type=0)

element amns_data_coordinate_system_coordinate/label
diagram dd_data_dictionary.xml_p719.png
annotation
documentation
Description of coordinate (e.g. "Electron temperature")
appinfo
<type>static</type>

element amns_data_coordinate_system_coordinate/values
diagram dd_data_dictionary.xml_p720.png
annotation
documentation
Coordinate values
appinfo
<units>units given by coordinate_system(:)/coordinate(:)/units</units>
<coordinate1>1...N</coordinate1>
<type>static</type>

element amns_data_coordinate_system_coordinate/interpolation_type
diagram dd_data_dictionary.xml_p721.png
annotation
documentation
Interpolation strategy in this coordinate direction. Integer flag: 0=discrete (no interpolation); 1=linear; ...
appinfo
<type>static</type>

element amns_data_coordinate_system_coordinate/extrapolation_type
diagram dd_data_dictionary.xml_p722.png
annotation
documentation
Extrapolation strategy when leaving the domain. The first value of the vector describes the behaviour at lower bound, the second describes the at upper bound. Possible values: 0=none, report error; 1=boundary value; 2=linear extrapolation
appinfo
<coordinate1>1...2</coordinate1>
<type>static</type>

element amns_data_coordinate_system_coordinate/value_labels
diagram dd_data_dictionary.xml_p723.png
annotation
documentation
String description of discrete coordinate values (if interpolation_type=0). E.g., for spectroscopic lines, the spectroscopic description of the transition.
appinfo
<coordinate1>../values</coordinate1>
<type>static</type>

element amns_data_coordinate_system_coordinate/units
diagram dd_data_dictionary.xml_p724.png
annotation
documentation
Units of coordinate (e.g. eV)
appinfo
<type>static</type>

element amns_data_coordinate_system_coordinate/transformation
diagram dd_data_dictionary.xml_p725.png
annotation
documentation
Coordinate transformation applied to coordinate values stored in coord. Integer flag: 0=none; 1=log10; 2=ln
appinfo
<type>static</type>

element amns_data_coordinate_system_coordinate/spacing
diagram dd_data_dictionary.xml_p726.png
annotation
documentation
Flag for specific coordinate spacing (for optimization purposes). Integer flag: 0=undefined; 1=uniform; ...
appinfo
<type>static</type>

complexType amns_data_data_entry
diagram dd_data_dictionary.xml_p727.png
annotation
documentation
Definition of a given AMNS data entry

element amns_data_data_entry/description
diagram dd_data_dictionary.xml_p728.png
annotation
documentation
Description of this data entry
appinfo
<type>static</type>

element amns_data_data_entry/shot
diagram dd_data_dictionary.xml_p729.png
annotation
documentation
Shot number = Mass*1000+Nuclear_charge
appinfo
<type>static</type>

element amns_data_data_entry/run
diagram dd_data_dictionary.xml_p730.png
annotation
documentation
Which run number is the active run number for this version
appinfo
<type>static</type>

complexType amns_data_process
diagram dd_data_dictionary.xml_p731.png
annotation
documentation
Definition of a process and its data

element amns_data_process/source
diagram dd_data_dictionary.xml_p732.png
annotation
documentation
Filename or subroutine name used to provide this data
appinfo
<type>static</type>

element amns_data_process/provider
diagram dd_data_dictionary.xml_p733.png
annotation
documentation
Name of the person in charge of producing this data
appinfo
<type>static</type>

element amns_data_process/citation
diagram dd_data_dictionary.xml_p734.png
annotation
documentation
Reference to publication(s)
appinfo
<type>static</type>

element amns_data_process/label
diagram dd_data_dictionary.xml_p735.png
annotation
documentation
String identifying the process (e.g. EI, RC, ...)
appinfo
<type>static</type>

element amns_data_process/reactants
diagram dd_data_dictionary.xml_p736.png
annotation
documentation
Set of reactants involved in this process
appinfo
<coordinate1>1...N</coordinate1>

element amns_data_process/products
diagram dd_data_dictionary.xml_p737.png
annotation
documentation
Set of products resulting of this process
appinfo
<coordinate1>1...N</coordinate1>

element amns_data_process/table_dimension
diagram dd_data_dictionary.xml_p738.png
annotation
documentation
Table dimensionality of the process (1 to 6), valid for all charge states. Indicates which of the tables is filled (below the charge_state node)
appinfo
<type>static</type>

element amns_data_process/coordinate_index
diagram dd_data_dictionary.xml_p739.png
annotation
documentation
Index in tables_coord, specifying what coordinate systems to use for this process (valid for all tables)
appinfo
<type>static</type>

element amns_data_process/result_label
diagram dd_data_dictionary.xml_p740.png
annotation
documentation
Description of the process result (rate, cross section, sputtering yield, ...)
appinfo
<type>static</type>

element amns_data_process/result_units
diagram dd_data_dictionary.xml_p741.png
annotation
documentation
Units of the process result
appinfo
<type>static</type>

element amns_data_process/result_transformation
diagram dd_data_dictionary.xml_p742.png
annotation
documentation
Transformation of the process result. Integer flag: 0=no transformation; 1=10^; 2=exp()
appinfo
<type>static</type>

element amns_data_process/charge_state
diagram dd_data_dictionary.xml_p743.png
annotation
documentation
Process tables for a set of charge states. Only one table is used for that process, defined by process(:)/table_dimension
appinfo
<coordinate1>1...N</coordinate1>

complexType amns_data_process_charge_state
diagram dd_data_dictionary.xml_p744.png
annotation
documentation
Process tables for a given charge state. Only one table is used for that process, defined by process(:)/table_dimension

element amns_data_process_charge_state/label
diagram dd_data_dictionary.xml_p745.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>static</type>

element amns_data_process_charge_state/z_min
diagram dd_data_dictionary.xml_p746.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>static</type>

element amns_data_process_charge_state/z_max
diagram dd_data_dictionary.xml_p747.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>static</type>

element amns_data_process_charge_state/table_0d
diagram dd_data_dictionary.xml_p748.png
annotation
documentation
0D table describing the process data
appinfo
<type>static</type>
<units>units given by process(:)/results_units</units>

element amns_data_process_charge_state/table_1d
diagram dd_data_dictionary.xml_p749.png
annotation
documentation
1D table describing the process data
appinfo
<type>static</type>
<units>units given by process(i1)/results_units</units>
<coordinate1>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(1)</coordinate1>

element amns_data_process_charge_state/table_2d
diagram dd_data_dictionary.xml_p750.png
annotation
documentation
2D table describing the process data
appinfo
<type>static</type>
<units>units given by process(i1)/results_units</units>
<coordinate1>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(1)</coordinate1>
<coordinate2>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(2)</coordinate2>

element amns_data_process_charge_state/table_3d
diagram dd_data_dictionary.xml_p751.png
annotation
documentation
3D table describing the process data
appinfo
<type>static</type>
<units>units given by process(:)/results_units</units>
<coordinate1>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(1)</coordinate1>
<coordinate2>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(2)</coordinate2>
<coordinate3>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(3)</coordinate3>

element amns_data_process_charge_state/table_4d
diagram dd_data_dictionary.xml_p752.png
annotation
documentation
4D table describing the process data
appinfo
<type>static</type>
<units>units given by process(i1)/results_units</units>
<coordinate1>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(1)</coordinate1>
<coordinate2>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(2)</coordinate2>
<coordinate3>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(3)</coordinate3>
<coordinate4>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(4)</coordinate4>

element amns_data_process_charge_state/table_5d
diagram dd_data_dictionary.xml_p753.png
annotation
documentation
5D table describing the process data
appinfo
<type>static</type>
<units>units given by process(i1)/results_units</units>
<coordinate1>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(1)</coordinate1>
<coordinate2>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(2)</coordinate2>
<coordinate3>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(3)</coordinate3>
<coordinate4>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(4)</coordinate4>
<coordinate5>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(5)</coordinate5>

element amns_data_process_charge_state/table_6d
diagram dd_data_dictionary.xml_p754.png
annotation
documentation
6D table describing the process data
appinfo
<type>static</type>
<units>units given by process(i1)/results_units</units>
<coordinate1>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(1)</coordinate1>
<coordinate2>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(2)</coordinate2>
<coordinate3>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(3)</coordinate3>
<coordinate4>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(4)</coordinate4>
<coordinate5>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(5)</coordinate5>
<coordinate6>../../../coordinate_system(process(i1)/coordinate_index)/coordinate(6)</coordinate6>

complexType amns_data_process_reactant
diagram dd_data_dictionary.xml_p755.png
annotation
documentation
Process reactant or product definition

element amns_data_process_reactant/label
diagram dd_data_dictionary.xml_p756.png
annotation
documentation
String identifying reaction participant (e.g. "D", "e", "W", "CD4", "photon", "n")
appinfo
<type>static</type>

element amns_data_process_reactant/element
diagram dd_data_dictionary.xml_p757.png
annotation
documentation
List of elements forming the atom (in such case, this array should be of size 1) or molecule. Mass of atom and nuclear charge should be set to 0 for photons and electrons. The mass of atom shouldn't be set for an atomic process that is not isotope dependent.
appinfo
<coordinate1>1...N</coordinate1>

element amns_data_process_reactant/role
diagram dd_data_dictionary.xml_p758.png
annotation
documentation
Identifier for the role of this paricipant in the reaction. For surface reactions distinguish between projectile and wall.

element amns_data_process_reactant/mass
diagram dd_data_dictionary.xml_p759.png
annotation
documentation
Mass of the participant
appinfo
<units>Atomic Mass Unit</units>
<type>static</type>

element amns_data_process_reactant/charge
diagram dd_data_dictionary.xml_p760.png
annotation
documentation
Charge number of the participant
appinfo
<units>-</units>
<type>static</type>

element amns_data_process_reactant/relative_charge
diagram dd_data_dictionary.xml_p761.png
annotation
documentation
This is a flag indicating that charges are absolute (if set to 0), relative (if 1) or irrelevant (-1); relative would be used to categorize the ionization reactions from i to i+1 for all charge states; in the case of bundles, the +1 relative indicates the next bundle
appinfo
<type>static</type>

element amns_data_process_reactant/multiplicity
diagram dd_data_dictionary.xml_p762.png
annotation
documentation
Multiplicity in the reaction
appinfo
<units>-</units>
<type>static</type>

element amns_data_process_reactant/metastable
diagram dd_data_dictionary.xml_p763.png
annotation
documentation
An array identifying the metastable; if zero-length, then not a metastable; if of length 1, then the value indicates the electronic level for the metastable (mostly used for atoms/ions); if of length 2, then the 1st would indicate the electronic level and the second the vibrational level for the metastable (mostly used for molecules and molecular ions); if of length 3, then the 1st would indicate the electronic level, the second the vibrational level and the third the rotational level for the metastable (mostly used for molecules and molecular ions)
appinfo
<coordinate1>1...N</coordinate1>
<type>static</type>

element amns_data_process_reactant/metastable_label
diagram dd_data_dictionary.xml_p764.png
annotation
documentation
Label identifying in text form the metastable
appinfo
<type>static</type>

complexType amns_data_release
diagram dd_data_dictionary.xml_p765.png
annotation
documentation
Definition of a given release of an AMNS data release

element amns_data_release/description
diagram dd_data_dictionary.xml_p766.png
annotation
documentation
Description of this release
appinfo
<type>static</type>

element amns_data_release/date
diagram dd_data_dictionary.xml_p767.png
annotation
documentation
Date of this release
appinfo
<type>static</type>

element amns_data_release/data_entry
diagram dd_data_dictionary.xml_p768.png
annotation
documentation
For this release, list of each data item (i.e. shot/run pair containing the actual data) included in this release
appinfo
<coordinate1>1...N</coordinate1>

element barometry
diagram dd_data_dictionary.xml_p769.png
annotation
documentation
Pressure measurements in the vacuum vessel. NB will need to change the type of the pressure node to signal_1d when moving to the new LL.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.17.2</lifecycle_version>
<lifecycle_last_change>3.17.2</lifecycle_last_change>

element barometry/gauge
diagram dd_data_dictionary.xml_p770.png
annotation
documentation
Set of gauges
appinfo
<coordinate1>1...N</coordinate1>

complexType barometry_gauge
diagram dd_data_dictionary.xml_p771.png
annotation
documentation
Pressure gauge

element barometry_gauge/name
diagram dd_data_dictionary.xml_p772.png
annotation
documentation
Name of the gauge
appinfo
<type>static</type>

element barometry_gauge/type
diagram dd_data_dictionary.xml_p773.png
annotation
documentation
Type of the gauge (index = 1: Penning; index = 2: Baratron)

element barometry_gauge/position
diagram dd_data_dictionary.xml_p774.png
annotation
documentation
Position of the measurements

element barometry_gauge/pressure
diagram dd_data_dictionary.xml_p775.png
annotation
documentation
Pressure
appinfo
<units>Pa</units>

element barometry_gauge/calibration_coefficient
diagram dd_data_dictionary.xml_p776.png
annotation
documentation
Coefficient used for converting raw signal into absolute pressure
appinfo
<type>static</type>
<units>Pa</units>

element bolometer
diagram dd_data_dictionary.xml_p777.png
annotation
documentation
Bolometer diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.7.4</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element bolometer/channel
diagram dd_data_dictionary.xml_p778.png
annotation
documentation
Set of channels (detector or pixel of a camera)
appinfo
<coordinate1>1...N</coordinate1>

element bolometer/power_radiated_total
diagram dd_data_dictionary.xml_p779.png
annotation
documentation
Total radiated power reconstructed from bolometry data
appinfo
<coordinate1>../time</coordinate1>
<type>dynamic</type>
<units>W</units>

element bolometer/power_radiated_inside_lcfs
diagram dd_data_dictionary.xml_p780.png
annotation
documentation
Radiated power from the plasma inside the Last Closed Flux Surface, reconstructed from bolometry data
appinfo
<coordinate1>../time</coordinate1>
<type>dynamic</type>
<units>W</units>

element bolometer/power_radiated_validity
diagram dd_data_dictionary.xml_p781.png
annotation
documentation
Validity flag related to the radiated power reconstructions
appinfo
<coordinate1>../time</coordinate1>
<type>dynamic</type>

complexType bolometer_channel
diagram dd_data_dictionary.xml_p782.png
annotation
documentation
Bolometer channel

element bolometer_channel/name
diagram dd_data_dictionary.xml_p783.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element bolometer_channel/identifier
diagram dd_data_dictionary.xml_p784.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element bolometer_channel/detector
diagram dd_data_dictionary.xml_p785.png
annotation
documentation
Detector description

element bolometer_channel/aperture
diagram dd_data_dictionary.xml_p786.png
annotation
documentation
Description of a set of collimating apertures
appinfo
<coordinate1>1...N</coordinate1>

element bolometer_channel/etendue
diagram dd_data_dictionary.xml_p787.png
annotation
documentation
Etendue (geometric extent) of the channel's optical system
appinfo
<type>static</type>
<units>m^2.str</units>

element bolometer_channel/etendue_method
diagram dd_data_dictionary.xml_p788.png
annotation
documentation
Method used to calculate the etendue. Index = 0 : exact calculation with a 4D integral; 1 : approximation with first order formula (detector surface times solid angle subtended by the apertures); 2 : other methods

element bolometer_channel/line_of_sight
diagram dd_data_dictionary.xml_p789.png
annotation
documentation
Description of the reference line of sight of the channel, defined by two points when the beam is not reflected, a third point is added to define the reflected beam path

element bolometer_channel/power
diagram dd_data_dictionary.xml_p790.png
annotation
documentation
Power received on the detector
appinfo
<units>W</units>

element bolometer_channel/validity_timed
diagram dd_data_dictionary.xml_p791.png
annotation
documentation
Indicator of the validity of the channel as a function of time (0 means valid, negative values mean non-valid)

element bolometer_channel/validity
diagram dd_data_dictionary.xml_p792.png
annotation
documentation
Indicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)
appinfo
<type>static</type>

element charge_exchange
diagram dd_data_dictionary.xml_p793.png
annotation
documentation
Charge exchange spectroscopy diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element charge_exchange/aperture
diagram dd_data_dictionary.xml_p794.png
annotation
documentation
Description of the collimating aperture of the diagnostic, relevant to all lines-of-sight (channels)

element charge_exchange/etendue
diagram dd_data_dictionary.xml_p795.png
annotation
documentation
Etendue (geometric extent) of the optical system
appinfo
<type>static</type>
<units>m^2.str</units>

element charge_exchange/etendue_method
diagram dd_data_dictionary.xml_p796.png
annotation
documentation
Method used to calculate the etendue. Index = 0 : exact calculation with a 4D integral; 1 : approximation with first order formula (detector surface times solid angle subtended by the apertures); 2 : other methods

element charge_exchange/channel
diagram dd_data_dictionary.xml_p797.png
annotation
documentation
Set of channels (lines-of-sight). The line-of-sight is defined by the centre of the collimating aperture and the position of the measurements.
appinfo
<coordinate1>1...N</coordinate1>

complexType charge_exchange_channel
diagram dd_data_dictionary.xml_p798.png
annotation
documentation
Charge exchange channel

element charge_exchange_channel/name
diagram dd_data_dictionary.xml_p799.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element charge_exchange_channel/identifier
diagram dd_data_dictionary.xml_p800.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element charge_exchange_channel/position
diagram dd_data_dictionary.xml_p801.png
annotation
documentation
Position of the measurements

element charge_exchange_channel/t_i_average
diagram dd_data_dictionary.xml_p802.png
annotation
documentation
Ion temperature (averaged on charge states and ion species) at the channel measurement point
appinfo
<units>eV</units>

element charge_exchange_channel/t_i_average_method
diagram dd_data_dictionary.xml_p803.png
annotation
documentation
Description of the method used to reconstruct the average ion temperature

element charge_exchange_channel/zeff
diagram dd_data_dictionary.xml_p804.png
annotation
documentation
Local ionic effective charge at the channel measurement point
appinfo
<units>-</units>

element charge_exchange_channel/zeff_method
diagram dd_data_dictionary.xml_p805.png
annotation
documentation
Description of the method used to reconstruct the local effective charge

element charge_exchange_channel/zeff_line_average
diagram dd_data_dictionary.xml_p806.png
annotation
documentation
Ionic effective charge, line average along the channel line-of-sight
appinfo
<units>-</units>

element charge_exchange_channel/zeff_line_average_method
diagram dd_data_dictionary.xml_p807.png
annotation
documentation
Description of the method used to reconstruct the line average effective charge

element charge_exchange_channel/momentum_tor
diagram dd_data_dictionary.xml_p808.png
annotation
documentation
Total plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sum_over_species(n*R*m*Vphi), at the channel measurement point
appinfo
<units>kg.m^-1.s^-1</units>

element charge_exchange_channel/momentum_tor_method
diagram dd_data_dictionary.xml_p809.png
annotation
documentation
Description of the method used to reconstruct the total plasma toroidal momentum

element charge_exchange_channel/ion
diagram dd_data_dictionary.xml_p810.png
annotation
documentation
Physical quantities related to ion species and charge stage (H+, D+, T+, He+2, Li+3, Be+4, C+6, N+7, O+8, Ne+10, Si+14, Ar+16 or Ar+18) derived from the measured charge exchange emission of each species, at the position of the measurement
appinfo
<coordinate1>1...N</coordinate1>

element charge_exchange_channel/bes
diagram dd_data_dictionary.xml_p811.png
annotation
documentation
Derived Beam Emission Spectroscopy (BES) parameters

element charge_exchange_channel/ion_fast
diagram dd_data_dictionary.xml_p812.png
annotation
documentation
Derived Fast Ion Charge eXchange (FICX) parameters
appinfo
<coordinate1>1...N</coordinate1>

element charge_exchange_channel/spectrum
diagram dd_data_dictionary.xml_p813.png
annotation
documentation
Set of spectra obtained by various gratings
appinfo
<coordinate1>1...N</coordinate1>

complexType charge_exchange_channel_bes
diagram dd_data_dictionary.xml_p814.png
annotation
documentation
Charge exchange channel - BES parameters

element charge_exchange_channel_bes/a
diagram dd_data_dictionary.xml_p815.png
annotation
documentation
Mass of atom of the diagnostic neutral beam particle
appinfo
<units>Atomic Mass Unit</units>
<type>constant</type>

element charge_exchange_channel_bes/z_ion
diagram dd_data_dictionary.xml_p816.png
annotation
documentation
Ion charge of the diagnostic neutral beam particle
appinfo
<type>constant</type>
<units>Elementary Charge Unit</units>

element charge_exchange_channel_bes/z_n
diagram dd_data_dictionary.xml_p817.png
annotation
documentation
Nuclear charge of the diagnostic neutral beam particle
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element charge_exchange_channel_bes/label
diagram dd_data_dictionary.xml_p818.png
annotation
documentation
String identifying the diagnostic neutral beam particle
appinfo
<type>constant</type>

element charge_exchange_channel_bes/transition_wavelength
diagram dd_data_dictionary.xml_p819.png
annotation
documentation
Unshifted wavelength of the BES transition
appinfo
<type>constant</type>
<units>m</units>

element charge_exchange_channel_bes/doppler_shift
diagram dd_data_dictionary.xml_p820.png
annotation
documentation
Doppler shift due to the diagnostic neutral beam particle velocity
appinfo
<units>m</units>

element charge_exchange_channel_bes/lorentz_shift
diagram dd_data_dictionary.xml_p821.png
annotation
documentation
Lorentz shift due to the Lorentz electric field (vxB) in the frame of the diagnostic neutral beam particles moving with a velocity v across the magnetic field B
appinfo
<units>m</units>

element charge_exchange_channel_bes/radiances
diagram dd_data_dictionary.xml_p822.png
annotation
documentation
Calibrated intensities of the 9 splitted lines (Stark effect due to Lorentz electric field). Note: radiances are integrated over the sightline crossing the neutral beam
appinfo
<units>(photons) m^-2.s^-1.sr^-1</units>
<coordinate1>1...9</coordinate1>
<coordinate2>time</coordinate2>

complexType charge_exchange_channel_ion
diagram dd_data_dictionary.xml_p823.png
annotation
documentation
Charge exchange channel for a given ion species

element charge_exchange_channel_ion/a
diagram dd_data_dictionary.xml_p824.png
annotation
documentation
Mass of atom of the ion
appinfo
<units>Atomic Mass Unit</units>
<type>constant</type>

element charge_exchange_channel_ion/z_ion
diagram dd_data_dictionary.xml_p825.png
annotation
documentation
Ion charge
appinfo
<type>constant</type>
<units>Elementary Charge Unit</units>

element charge_exchange_channel_ion/z_n
diagram dd_data_dictionary.xml_p826.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element charge_exchange_channel_ion/label
diagram dd_data_dictionary.xml_p827.png
annotation
documentation
String identifying the ion (e.g. H+, D+, T+, He+2, C+6, ...)
appinfo
<type>constant</type>

element charge_exchange_channel_ion/t_i
diagram dd_data_dictionary.xml_p828.png
annotation
documentation
Ion temperature at the channel measurement point
appinfo
<units>eV</units>

element charge_exchange_channel_ion/t_i_method
diagram dd_data_dictionary.xml_p829.png
annotation
documentation
Description of the method used to derive the ion temperature

element charge_exchange_channel_ion/velocity_tor
diagram dd_data_dictionary.xml_p830.png
annotation
documentation
Toroidal velocity of the ion (oriented counter-clockwise when seen from above) at the channel measurement point
appinfo
<units>m.s^-1</units>

element charge_exchange_channel_ion/velocity_tor_method
diagram dd_data_dictionary.xml_p831.png
annotation
documentation
Description of the method used to reconstruct the ion toroidal velocity

element charge_exchange_channel_ion/velocity_pol
diagram dd_data_dictionary.xml_p832.png
annotation
documentation
Poloidal velocity of the ion (oriented clockwise when seen from front on the right side of the tokamak axi-symmetry axis) at the channel measurement point
appinfo
<units>m.s^-1</units>

element charge_exchange_channel_ion/velocity_pol_method
diagram dd_data_dictionary.xml_p833.png
annotation
documentation
Description of the method used to reconstruct the ion poloidal velocity

element charge_exchange_channel_ion/n_i_over_n_e
diagram dd_data_dictionary.xml_p834.png
annotation
documentation
Ion concentration (ratio of the ion density over the electron density) at the channel measurement point
appinfo
<units>-</units>

element charge_exchange_channel_ion/n_i_over_n_e_method
diagram dd_data_dictionary.xml_p835.png
annotation
documentation
Description of the method used to derive the ion concentration

complexType charge_exchange_channel_ion_fast
diagram dd_data_dictionary.xml_p836.png
annotation
documentation
Charge exchange channel: fast ion CX quantities

element charge_exchange_channel_ion_fast/a
diagram dd_data_dictionary.xml_p837.png
annotation
documentation
Mass of atom of the fast ion
appinfo
<units>Atomic Mass Unit</units>
<type>constant</type>

element charge_exchange_channel_ion_fast/z_ion
diagram dd_data_dictionary.xml_p838.png
annotation
documentation
Fast ion charge
appinfo
<type>constant</type>
<units>Elementary Charge Unit</units>

element charge_exchange_channel_ion_fast/z_n
diagram dd_data_dictionary.xml_p839.png
annotation
documentation
Nuclear charge of the fast ion
appinfo
<units>Elementary Charge Unit</units>
<type>constant</type>

element charge_exchange_channel_ion_fast/label
diagram dd_data_dictionary.xml_p840.png
annotation
documentation
String identifying the fast ion (e.g. H+, D+, T+, He+2, C+6, ...)
appinfo
<type>constant</type>

element charge_exchange_channel_ion_fast/transition_wavelength
diagram dd_data_dictionary.xml_p841.png
annotation
documentation
Unshifted wavelength of the fast ion charge exchange transition
appinfo
<type>constant</type>
<units>m</units>

element charge_exchange_channel_ion_fast/radiance
diagram dd_data_dictionary.xml_p842.png
annotation
documentation
Calibrated radiance of the fast ion charge exchange spectrum assuming the shape is pre-defined (e.g. by the Fokker-Planck slowing-down function). Note: radiance is integrated over the sightline crossing the neutral beam
appinfo
<units>(photons) m^-2.s^-1.sr^-1</units>

element charge_exchange_channel_ion_fast/radiance_spectral_method
diagram dd_data_dictionary.xml_p843.png
annotation
documentation
Description of the method used to reconstruct the fast ion charge exchange spectrum (e.g. what pre-defined slowing-down and source functions used)

complexType charge_exchange_channel_processed_line
diagram dd_data_dictionary.xml_p844.png
annotation
documentation
Description of a processed spectral line

element charge_exchange_channel_processed_line/label
diagram dd_data_dictionary.xml_p845.png
annotation
documentation
String identifying the processed spectral line: Spectroscopy notation emitting element (e.g. D I, Be IV,  W I, C VI), transition - if known - between round brackets (e.g. (3-2) ) and indication type of charge exchange - if applicable - between square brackets (e.g. [ACX] or [PCX]). Example for beryllium active charge exchange line at 468.5 nm: 'Be IV (8-6) [ACX]'. Example for impact excitation tungsten line coming from the plasma edge: 'W I'
appinfo
<type>constant</type>

element charge_exchange_channel_processed_line/wavelength_central
diagram dd_data_dictionary.xml_p846.png
annotation
documentation
Unshifted central wavelength of the processed spectral line
appinfo
<type>constant</type>
<units>m</units>

element charge_exchange_channel_processed_line/radiance
diagram dd_data_dictionary.xml_p847.png
annotation
documentation
Calibrated, background subtracted radiance (integrated over the spectrum for this line)
appinfo
<units>m^-2.s^-1.sr^-1</units>

element charge_exchange_channel_processed_line/intensity
diagram dd_data_dictionary.xml_p848.png
annotation
documentation
Non-calibrated intensity (integrated over the spectrum for this line), i.e. number of photoelectrons detected by unit time, taking into account electronic gain compensation and channels relative calibration
appinfo
<units>(photonelectrons).s^-1</units>

element charge_exchange_channel_processed_line/width
diagram dd_data_dictionary.xml_p849.png
annotation
documentation
Full width at Half Maximum (FWHM) of the emission line
appinfo
<units>m</units>

element charge_exchange_channel_processed_line/shift
diagram dd_data_dictionary.xml_p850.png
annotation
documentation
Shift of the emission line wavelength with respected to the unshifted cental wavelength (e.g. Doppler shift)
appinfo
<units>m</units>

complexType charge_exchange_channel_spectrum
diagram dd_data_dictionary.xml_p851.png
annotation
documentation
CX spectrum observed via a grating

element charge_exchange_channel_spectrum/grating
diagram dd_data_dictionary.xml_p852.png
annotation
documentation
Number of grating lines per unit length
appinfo
<type>static</type>
<units>m^-1</units>

element charge_exchange_channel_spectrum/slit_width
diagram dd_data_dictionary.xml_p853.png
annotation
documentation
Width of the slit (placed in the object focal plane)
appinfo
<type>static</type>
<units>m</units>

element charge_exchange_channel_spectrum/instrument_function
diagram dd_data_dictionary.xml_p854.png
annotation
documentation
Array of Gaussian widths and amplitudes which as a sum make up the instrument fuction. IF(lambda) = sum( instrument_function(1,i)/sqrt(2 * pi * instrument_function(2,i)^2  ) * exp( -lambda^2/(2 * instrument_function(2,i)^2) )  ),whereby sum( instrument_function(1,i) ) = 1
appinfo
<type>static</type>
<units>m</units>
<coordinate1>1...2</coordinate1>
<coordinate2>1...N</coordinate2>

element charge_exchange_channel_spectrum/exposure_time
diagram dd_data_dictionary.xml_p855.png
annotation
documentation
Exposure time
appinfo
<type>constant</type>
<units>s</units>

element charge_exchange_channel_spectrum/wavelengths
diagram dd_data_dictionary.xml_p856.png
annotation
documentation
Measured wavelengths
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element charge_exchange_channel_spectrum/intensity_spectrum
diagram dd_data_dictionary.xml_p857.png
annotation
documentation
Intensity spectrum (not calibrated), i.e. number of photoelectrons detected by unit time by a wavelength pixel of the channel, taking into account electronic gain compensation and channels relative calibration
appinfo
<units>(photoelectrons).s^-1</units>
<coordinate1>../wavelengths</coordinate1>
<coordinate2>time</coordinate2>

element charge_exchange_channel_spectrum/radiance_spectral
diagram dd_data_dictionary.xml_p858.png
annotation
documentation
Calibrated spectral radiance (radiance per unit wavelength)
appinfo
<units>(photons) m^-2.s^-1.sr^-1.m^-1</units>
<coordinate1>../wavelengths</coordinate1>
<coordinate2>time</coordinate2>

element charge_exchange_channel_spectrum/processed_line
diagram dd_data_dictionary.xml_p859.png
annotation
documentation
Set of processed spectral lines
appinfo
<coordinate1>1...N</coordinate1>

element charge_exchange_channel_spectrum/radiance_calibration
diagram dd_data_dictionary.xml_p860.png
annotation
documentation
Radiance calibration
appinfo
<type>static</type>
<units>m^-3.sr^-1</units>
<coordinate1>../wavelengths</coordinate1>

element charge_exchange_channel_spectrum/radiance_calibration_date
diagram dd_data_dictionary.xml_p861.png
annotation
documentation
Date of the radiance calibration (yyyy_mm_dd)
appinfo
<type>static</type>

element charge_exchange_channel_spectrum/wavelength_calibration_date
diagram dd_data_dictionary.xml_p862.png
annotation
documentation
Date of the wavelength calibration (yyyy_mm_dd)
appinfo
<type>static</type>

element charge_exchange_channel_spectrum/radiance_continuum
diagram dd_data_dictionary.xml_p863.png
annotation
documentation
Calibrated continuum intensity  in the middle of the spectrum per unit wavelength
appinfo
<coordinate1>../wavelengths</coordinate1>
<coordinate2>time</coordinate2>
<units>m^-2.s^-1.sr^-1.m^-1</units>

element coils_non_axisymmetric
diagram dd_data_dictionary.xml_p864.png
annotation
documentation
Non axisymmetric active coils system (e.g. ELM control coils, error field correction coils, ...)
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.19.1</lifecycle_version>
<lifecycle_last_change>3.20.1</lifecycle_last_change>

element coils_non_axisymmetric/is_periodic
diagram dd_data_dictionary.xml_p865.png
annotation
documentation
Flag indicating whether coils are described one by one in the coil() structure (flag=0) or whether the coil structure represents only coils having different characteristics (flag = 1, n_coils must be filled in that case). In the latter case, the coil() sequence is repeated periodically around the torus.
appinfo
<type>static</type>

element coils_non_axisymmetric/coils_n
diagram dd_data_dictionary.xml_p866.png
annotation
documentation
Number of coils around the torus, in case is_periodic = 1
appinfo
<type>static</type>

element coils_non_axisymmetric/coil
diagram dd_data_dictionary.xml_p867.png
annotation
documentation
Set of coils
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

complexType coil
diagram dd_data_dictionary.xml_p868.png
annotation
documentation
Description of a given coil

element coil/name
diagram dd_data_dictionary.xml_p869.png
annotation
documentation
Name of the coil
appinfo
<type>static</type>

element coil/identifier
diagram dd_data_dictionary.xml_p870.png
annotation
documentation
Alphanumeric identifier of coil
appinfo
<type>static</type>

element coil/conductor
diagram dd_data_dictionary.xml_p871.png
annotation
documentation
Set of conductors inside the coil. The structure can be used with size 1 for a simplified description as a single conductor. A conductor is composed of several elements, serially connected, i.e. transporting the same current.
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

element coil/turns
diagram dd_data_dictionary.xml_p872.png
annotation
documentation
Number of total turns in the coil. May be a fraction when describing the coil connections.
appinfo
<type>static</type>
<units>-</units>

element coil/resistance
diagram dd_data_dictionary.xml_p873.png
annotation
documentation
Coil resistance
appinfo
<type>static</type>
<units>Ohm</units>

element coil/current
diagram dd_data_dictionary.xml_p874.png
annotation
documentation
Current in the coil
appinfo
<units>A</units>

element coil/voltage
diagram dd_data_dictionary.xml_p875.png
annotation
documentation
Voltage on the coil terminals
appinfo
<units>V</units>

complexType coil_conductor
diagram dd_data_dictionary.xml_p876.png
annotation
documentation
Description of a conductor

element coil_conductor/elements
diagram dd_data_dictionary.xml_p877.png
annotation
documentation
Set of geometrical elements (line segments and/or arcs of a circle) describing the contour of the conductor centre

element coil_conductor/cross_section
diagram dd_data_dictionary.xml_p878.png
annotation
documentation
The cross-section perpendicular to the conductor contour is described by a series of contour points, given by their relative position with respect to the start point of the first element. This cross-section is assumed constant for all elements.

element coil_conductor/resistance
diagram dd_data_dictionary.xml_p879.png
annotation
documentation
conductor resistance
appinfo
<type>static</type>
<units>Ohm</units>

element coil_conductor/current
diagram dd_data_dictionary.xml_p880.png
annotation
documentation
Current in the conductor
appinfo
<units>A</units>

element coil_conductor/voltage
diagram dd_data_dictionary.xml_p881.png
annotation
documentation
Voltage on the conductor terminals
appinfo
<units>V</units>

complexType coil_conductor_elements
diagram dd_data_dictionary.xml_p882.png
annotation
documentation
Elements descibring the conductor contour

element coil_conductor_elements/names
diagram dd_data_dictionary.xml_p883.png
annotation
documentation
Name or description of every element
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

element coil_conductor_elements/types
diagram dd_data_dictionary.xml_p884.png
annotation
documentation
Type of every element: 1: line segment, its ends are given by the start and end points; index = 2: arc of a circle; index = 3: full circle
appinfo
<type>static</type>
<coordinate1>../names</coordinate1>

element coil_conductor_elements/start_points
diagram dd_data_dictionary.xml_p885.png
annotation
documentation
Position of the start point of every element

element coil_conductor_elements/intermediate_points
diagram dd_data_dictionary.xml_p886.png
annotation
documentation
Position of an intermediate point along the arc of circle, for every element, providing the orientation of the element (must define with the corresponding start point an aperture angle strictly inferior to PI). Meaningful only if type/index = 2, fill with default/empty value otherwise

element coil_conductor_elements/end_points
diagram dd_data_dictionary.xml_p887.png
annotation
documentation
Position of the end point of every element. Meaningful only if type/index = 1 or 2, fill with default/empty value otherwise

element coil_conductor_elements/centres
diagram dd_data_dictionary.xml_p888.png
annotation
documentation
Position of the centre of the arc of a circle of every element (meaningful only if type/index = 2 or 3, fill with default/empty value otherwise)

element controllers
diagram dd_data_dictionary.xml_p889.png
annotation
documentation
Feedback and feedforward controllers
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.15.1</lifecycle_last_change>

element controllers/linear_controller
diagram dd_data_dictionary.xml_p890.png
annotation
documentation
A linear controller, this is rather conventional
appinfo
<coordinate1>1...N</coordinate1>

element controllers/nonlinear_controller
diagram dd_data_dictionary.xml_p891.png
annotation
documentation
A non-linear controller, this is less conventional and will have to be developed
appinfo
<coordinate1>1...N</coordinate1>

complexType controllers_linear_controller
diagram dd_data_dictionary.xml_p892.png
annotation
documentation
type for a linear controller

element controllers_linear_controller/name
diagram dd_data_dictionary.xml_p893.png
annotation
documentation
Name of this controller
appinfo
<type>constant</type>

element controllers_linear_controller/description
diagram dd_data_dictionary.xml_p894.png
annotation
documentation
Description of this controller
appinfo
<type>constant</type>

element controllers_linear_controller/controller_class
diagram dd_data_dictionary.xml_p895.png
annotation
documentation
One of a known class of controllers
appinfo
<type>constant</type>

element controllers_linear_controller/input_names
diagram dd_data_dictionary.xml_p896.png
annotation
documentation
Names of the input signals, following the SDN convention
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element controllers_linear_controller/output_names
diagram dd_data_dictionary.xml_p897.png
annotation
documentation
Names of the output signals following the SDN convention
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element controllers_linear_controller/statespace
diagram dd_data_dictionary.xml_p898.png
annotation
documentation
Statespace controller in discrete or continuous time

element controllers_linear_controller/pid
diagram dd_data_dictionary.xml_p899.png
annotation
documentation
Filtered PID controller

element controllers_linear_controller/inputs
diagram dd_data_dictionary.xml_p900.png
annotation
documentation
Input signals; the timebase is common to inputs and outputs for any particular controller
appinfo
<units>mixed</units>
<coordinate1>../input_names</coordinate1>
<coordinate2>time</coordinate2>

element controllers_linear_controller/outputs
diagram dd_data_dictionary.xml_p901.png
annotation
documentation
Output signals; the timebase is common to inputs and outputs for any particular controller
appinfo
<units>mixed</units>
<coordinate1>../output_names</coordinate1>
<coordinate2>time</coordinate2>

complexType controllers_nonlinear_controller
diagram dd_data_dictionary.xml_p902.png
annotation
documentation
Type for a nonlinear controller

element controllers_nonlinear_controller/name
diagram dd_data_dictionary.xml_p903.png
annotation
documentation
Name of this controller
appinfo
<type>constant</type>

element controllers_nonlinear_controller/description
diagram dd_data_dictionary.xml_p904.png
annotation
documentation
Description of this controller
appinfo
<type>constant</type>

element controllers_nonlinear_controller/controller_class
diagram dd_data_dictionary.xml_p905.png
annotation
documentation
One of a known class of controllers
appinfo
<type>constant</type>

element controllers_nonlinear_controller/input_names
diagram dd_data_dictionary.xml_p906.png
annotation
documentation
Names of the input signals, following the SDN convention
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element controllers_nonlinear_controller/output_names
diagram dd_data_dictionary.xml_p907.png
annotation
documentation
Output signal names following the SDN convention
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element controllers_nonlinear_controller/function
diagram dd_data_dictionary.xml_p908.png
annotation
documentation
Method to be defined
appinfo
<type>constant</type>

element controllers_nonlinear_controller/inputs
diagram dd_data_dictionary.xml_p909.png
annotation
documentation
Input signals; the timebase is common  to inputs and outputs for any particular controller
appinfo
<units>mixed</units>
<coordinate1>../input_names</coordinate1>
<coordinate2>time</coordinate2>

element controllers_nonlinear_controller/outputs
diagram dd_data_dictionary.xml_p910.png
annotation
documentation
Output signals; the timebase is common  to inputs and outputs for any particular controller
appinfo
<units>mixed</units>
<coordinate1>../output_names</coordinate1>
<coordinate2>time</coordinate2>

complexType controllers_pid
diagram dd_data_dictionary.xml_p911.png
annotation
documentation
type for a MIMO PID controller

element controllers_pid/p
diagram dd_data_dictionary.xml_p912.png
annotation
documentation
Proportional term
appinfo
<units>mixed</units>
<coordinate1>../../output_names</coordinate1>
<coordinate2>../../input_names</coordinate2>
<coordinate3>time</coordinate3>

element controllers_pid/i
diagram dd_data_dictionary.xml_p913.png
annotation
documentation
Integral term
appinfo
<units>mixed</units>
<coordinate1>../../output_names</coordinate1>
<coordinate2>../../input_names</coordinate2>
<coordinate3>time</coordinate3>

element controllers_pid/d
diagram dd_data_dictionary.xml_p914.png
annotation
documentation
Derivative term
appinfo
<units>mixed</units>
<coordinate1>../../output_names</coordinate1>
<coordinate2>../../input_names</coordinate2>
<coordinate3>time</coordinate3>

element controllers_pid/tau
diagram dd_data_dictionary.xml_p915.png
annotation
documentation
Filter time-constant for the D-term
appinfo
<units>s</units>

complexType controllers_statespace
diagram dd_data_dictionary.xml_p916.png
annotation
documentation
type for a statespace controller

element controllers_statespace/state_names
diagram dd_data_dictionary.xml_p917.png
annotation
documentation
Names of the states
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element controllers_statespace/a
diagram dd_data_dictionary.xml_p918.png
annotation
documentation
A matrix
appinfo
<coordinate1>../state_names</coordinate1>
<coordinate2>../state_names</coordinate2>
<coordinate3>time</coordinate3>
<units>mixed</units>

element controllers_statespace/b
diagram dd_data_dictionary.xml_p919.png
annotation
documentation
B matrix
appinfo
<coordinate1>../state_names</coordinate1>
<coordinate2>../../input_names</coordinate2>
<coordinate3>time</coordinate3>
<units>mixed</units>

element controllers_statespace/c
diagram dd_data_dictionary.xml_p920.png
annotation
documentation
C matrix
appinfo
<units>mixed</units>
<coordinate1>../state_names</coordinate1>
<coordinate2>../../output_names</coordinate2>
<coordinate3>time</coordinate3>

element controllers_statespace/d
diagram dd_data_dictionary.xml_p921.png
annotation
documentation
D matrix, normally proper and D=0
appinfo
<units>mixed</units>
<coordinate1>../state_names</coordinate1>
<coordinate2>../../output_names</coordinate2>
<coordinate3>time</coordinate3>

element controllers_statespace/deltat
diagram dd_data_dictionary.xml_p922.png
annotation
documentation
Discrete time sampling interval ; if less than 1e-10, the controller is considered to be expressed in continuous time
appinfo
<units>s</units>

element core_instant_changes
diagram dd_data_dictionary.xml_p923.png
annotation
documentation
Instant changes of the radial core plasma profiles due to pellet, MHD, ...
appinfo
<lifecycle_status>active</lifecycle_status>
<lifecycle_version>3.10.0</lifecycle_version>
<lifecycle_last_change>3.15.0</lifecycle_last_change>

element core_instant_changes/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p924.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in Rho_Tor definition and in the normalization of current densities)

element core_instant_changes/change
diagram dd_data_dictionary.xml_p925.png
annotation
documentation
Set of instant change terms (each being due to a different phenomenon)
appinfo
<coordinate1>1...N</coordinate1>

complexType core_instant_changes_change
diagram dd_data_dictionary.xml_p926.png
annotation
documentation
instant_change terms for a given instant_change

element core_instant_changes_change/identifier
diagram dd_data_dictionary.xml_p927.png
annotation
documentation
Instant change term identifier
appinfo
<doc_identifier>core_instant_changes/core_instant_changes_identifier.xml</doc_identifier>

element core_instant_changes_change/profiles_1d
diagram dd_data_dictionary.xml_p928.png
annotation
documentation
Changes in 1D core profiles for various time slices. This structure mirrors core_profiles/profiles_1d and describes instant changes to each of these physical quantities (i.e. a signed difference quantity after change - quantity before change)
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType core_instant_changes_change_profiles
diagram dd_data_dictionary.xml_p929.png
annotation
documentation
instant_change terms for a given time slice

element core_instant_changes_change_profiles/grid
diagram dd_data_dictionary.xml_p930.png
annotation
documentation
Radial grid

element core_instant_changes_change_profiles/electrons
diagram dd_data_dictionary.xml_p931.png
annotation
documentation
Change of electrons-related quantities

element core_instant_changes_change_profiles/t_i_average
diagram dd_data_dictionary.xml_p932.png
annotation
documentation
change of average ion temperature
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element core_instant_changes_change_profiles/momentum_tor
diagram dd_data_dictionary.xml_p933.png
annotation
documentation
change of total toroidal momentum
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>kg.m^2.s^-1</units>
<type>dynamic</type>

element core_instant_changes_change_profiles/ion
diagram dd_data_dictionary.xml_p934.png
annotation
documentation
changes related to the different ions species
appinfo
<coordinate1>1...N</coordinate1>

element core_instant_changes_change_profiles/neutral
diagram dd_data_dictionary.xml_p935.png
annotation
documentation
changes related to the different neutral species
appinfo
<coordinate1>1...N</coordinate1>

element core_instant_changes_change_profiles/time
diagram dd_data_dictionary.xml_p936.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element core_profiles
diagram dd_data_dictionary.xml_p937.png
annotation
documentation
Core plasma radial profiles
appinfo
<lifecycle_status>active</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element core_profiles/profiles_1d
diagram dd_data_dictionary.xml_p938.png
annotation
documentation
Core plasma radial profiles for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element core_profiles/global_quantities
diagram dd_data_dictionary.xml_p939.png
annotation
documentation
Various global quantities derived from the profiles

element core_profiles/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p940.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition and in the normalization of current densities)

complexType core_profiles_global_quantities
diagram dd_data_dictionary.xml_p941.png
annotation
documentation
Various global quantities calculated from the fields solved in the transport equations and from the Derived Profiles

element core_profiles_global_quantities/ip
diagram dd_data_dictionary.xml_p942.png
annotation
documentation
Total plasma current
appinfo
<coordinate1>../../time</coordinate1>
<units>A</units>
<type>dynamic</type>

element core_profiles_global_quantities/current_non_inductive
diagram dd_data_dictionary.xml_p943.png
annotation
documentation
Total non-inductive parallel current
appinfo
<coordinate1>../../time</coordinate1>
<units>A</units>
<type>dynamic</type>

element core_profiles_global_quantities/current_bootstrap
diagram dd_data_dictionary.xml_p944.png
annotation
documentation
Bootstrap current
appinfo
<coordinate1>../../time</coordinate1>
<units>A</units>
<type>dynamic</type>

element core_profiles_global_quantities/v_loop
diagram dd_data_dictionary.xml_p945.png
annotation
documentation
LCFS loop voltage
appinfo
<coordinate1>../../time</coordinate1>
<units>V</units>
<type>dynamic</type>

element core_profiles_global_quantities/li
diagram dd_data_dictionary.xml_p946.png
annotation
documentation
Internal inductance. The li_3 definition is used, i.e. li_3 = 2/R0/mu0^2/Ip^2 * int(Bp^2 dV).
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.7.0</lifecycle_version>
<coordinate1>../../time</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_global_quantities/li_3
diagram dd_data_dictionary.xml_p947.png
annotation
documentation
Internal inductance. The li_3 definition is used, i.e. li_3 = 2/R0/mu0^2/Ip^2 * int(Bp^2 dV).
appinfo
<coordinate1>../../time</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_global_quantities/beta_tor
diagram dd_data_dictionary.xml_p948.png
annotation
documentation
Toroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2
appinfo
<coordinate1>../../time</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_global_quantities/beta_tor_norm
diagram dd_data_dictionary.xml_p949.png
annotation
documentation
Normalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA]
appinfo
<coordinate1>../../time</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_global_quantities/beta_pol
diagram dd_data_dictionary.xml_p950.png
annotation
documentation
Poloidal beta. Defined as betap = 4 int(p dV) / [R_0 * mu_0 * Ip^2]
appinfo
<coordinate1>../../time</coordinate1>
<type>dynamic</type>
<units>-</units>

element core_profiles_global_quantities/energy_diamagnetic
diagram dd_data_dictionary.xml_p951.png
annotation
documentation
Plasma energy content = 3/2 * integral over the plasma volume of the total perpendicular pressure
appinfo
<coordinate1>../../time</coordinate1>
<units>J</units>
<type>dynamic</type>

element core_sources
diagram dd_data_dictionary.xml_p952.png
annotation
documentation
Core plasma thermal source terms (for the transport equations of the thermal species). Energy terms correspond to the full kinetic energy equation (i.e. the energy flux takes into account the energy transported by the particle flux)
appinfo
<lifecycle_status>active</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.19.0</lifecycle_last_change>

element core_sources/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p953.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in Rho_Tor definition and in the normalization of current densities)

element core_sources/source
diagram dd_data_dictionary.xml_p954.png
annotation
documentation
Set of source terms
appinfo
<coordinate1>1...N</coordinate1>

complexType core_sources_source
diagram dd_data_dictionary.xml_p955.png
annotation
documentation
Source terms for a given actuator

element core_sources_source/identifier
diagram dd_data_dictionary.xml_p956.png
annotation
documentation
Source term identifier (process causing this source term)
appinfo
<doc_identifier>core_sources/core_source_identifier.xml</doc_identifier>

element core_sources_source/species
diagram dd_data_dictionary.xml_p957.png
annotation
documentation
Species causing this source term (if relevant, e.g. a particular ion or neutral state in case of line radiation)

element core_sources_source/global_quantities
diagram dd_data_dictionary.xml_p958.png
annotation
documentation
Total source quantities integrated over the plasma volume or surface
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element core_sources_source/profiles_1d
diagram dd_data_dictionary.xml_p959.png
annotation
documentation
Source profiles for various time slices. Source terms are positive (resp. negative) when there is a gain (resp. a loss) to the considered channel.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType core_sources_source_global
diagram dd_data_dictionary.xml_p960.png
annotation
documentation
Source global quantities for a given time slice

element core_sources_source_global/power
diagram dd_data_dictionary.xml_p961.png
annotation
documentation
Total power coupled to the plasma
appinfo
<units>W</units>
<type>dynamic</type>

element core_sources_source_global/total_ion_power
diagram dd_data_dictionary.xml_p962.png
annotation
documentation
Total power coupled to ion species (summed over ion  species)
appinfo
<units>W</units>
<type>dynamic</type>

element core_sources_source_global/electrons
diagram dd_data_dictionary.xml_p963.png
annotation
documentation
Sources for electrons

element core_sources_source_global/torque_tor
diagram dd_data_dictionary.xml_p964.png
annotation
documentation
Toroidal torque
appinfo
<units>kg.m^2.s^-2</units>
<type>dynamic</type>

element core_sources_source_global/current_parallel
diagram dd_data_dictionary.xml_p965.png
annotation
documentation
Parallel current driven
appinfo
<units>A.m</units>
<type>dynamic</type>

element core_sources_source_global/time
diagram dd_data_dictionary.xml_p966.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType core_sources_source_global_electrons
diagram dd_data_dictionary.xml_p967.png
annotation
documentation
Source terms related to electrons

element core_sources_source_global_electrons/particles
diagram dd_data_dictionary.xml_p968.png
annotation
documentation
Electron particle source
appinfo
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_global_electrons/power
diagram dd_data_dictionary.xml_p969.png
annotation
documentation
Power coupled to electrons
appinfo
<units>W</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d
diagram dd_data_dictionary.xml_p970.png
annotation
documentation
Source terms for a given time slice

element core_sources_source_profiles_1d/grid
diagram dd_data_dictionary.xml_p971.png
annotation
documentation
Radial grid

element core_sources_source_profiles_1d/electrons
diagram dd_data_dictionary.xml_p972.png
annotation
documentation
Sources for electrons

element core_sources_source_profiles_1d/total_ion_energy
diagram dd_data_dictionary.xml_p973.png
annotation
documentation
Source term for the total (summed over ion  species) energy equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/total_ion_energy_decomposed
diagram dd_data_dictionary.xml_p974.png
annotation
documentation
Decomposition of the source term for total ion energy equation into implicit and explicit parts

element core_sources_source_profiles_1d/total_ion_power_inside
diagram dd_data_dictionary.xml_p975.png
annotation
documentation
Total power coupled to ion species (summed over ion  species) inside the flux surface. Cumulative volume integral of the source term for the total ion energy equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/momentum_tor
diagram dd_data_dictionary.xml_p976.png
annotation
documentation
Source term for total toroidal momentum equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/torque_tor_inside
diagram dd_data_dictionary.xml_p977.png
annotation
documentation
Toroidal torque inside the flux surface. Cumulative volume integral of the source term for the total toroidal momentum equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>kg.m^2.s^-2</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/j_parallel
diagram dd_data_dictionary.xml_p978.png
annotation
documentation
Parallel current density source, average(J.B) / B0, where B0 = core_sources/vacuum_toroidal_field/b0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A.m^-2</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/current_parallel_inside
diagram dd_data_dictionary.xml_p979.png
annotation
documentation
Parallel current driven inside the flux surface. Cumulative surface integral of j_parallel
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/conductivity_parallel
diagram dd_data_dictionary.xml_p980.png
annotation
documentation
Parallel conductivity due to this source
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>ohm^-1.m^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d/ion
diagram dd_data_dictionary.xml_p981.png
annotation
documentation
Source terms related to the different ions species
appinfo
<coordinate1>1...N</coordinate1>

element core_sources_source_profiles_1d/neutral
diagram dd_data_dictionary.xml_p982.png
annotation
documentation
Source terms related to the different neutral species
appinfo
<coordinate1>1...N</coordinate1>

element core_sources_source_profiles_1d/time
diagram dd_data_dictionary.xml_p983.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_components_2
diagram dd_data_dictionary.xml_p984.png
annotation
documentation
Source terms for vector components in predefined directions, assuming core_radial_grid 2 levels above

element core_sources_source_profiles_1d_components_2/radial
diagram dd_data_dictionary.xml_p985.png
annotation
documentation
Radial component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>

element core_sources_source_profiles_1d_components_2/diamagnetic
diagram dd_data_dictionary.xml_p986.png
annotation
documentation
Diamagnetic component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>

element core_sources_source_profiles_1d_components_2/parallel
diagram dd_data_dictionary.xml_p987.png
annotation
documentation
Parallel component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>

element core_sources_source_profiles_1d_components_2/poloidal
diagram dd_data_dictionary.xml_p988.png
annotation
documentation
Poloidal component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>

element core_sources_source_profiles_1d_components_2/toroidal
diagram dd_data_dictionary.xml_p989.png
annotation
documentation
Toroidal component
appinfo
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>

element core_sources_source_profiles_1d_components_2/toroidal_decomposed
diagram dd_data_dictionary.xml_p990.png
annotation
documentation
Decomposition of the source term for ion toroidal momentum equation into implicit and explicit parts

complexType core_sources_source_profiles_1d_electrons
diagram dd_data_dictionary.xml_p991.png
annotation
documentation
Source terms related to electrons

element core_sources_source_profiles_1d_electrons/particles
diagram dd_data_dictionary.xml_p992.png
annotation
documentation
Source term for electron density equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3.s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_electrons/particles_decomposed
diagram dd_data_dictionary.xml_p993.png
annotation
documentation
Decomposition of the source term for electron density equation into implicit and explicit parts

element core_sources_source_profiles_1d_electrons/particles_inside
diagram dd_data_dictionary.xml_p994.png
annotation
documentation
Electron source inside the flux surface. Cumulative volume integral of the source term for the electron density equation.
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_electrons/energy
diagram dd_data_dictionary.xml_p995.png
annotation
documentation
Source term for the electron energy equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_electrons/energy_decomposed
diagram dd_data_dictionary.xml_p996.png
annotation
documentation
Decomposition of the source term for electron energy equation into implicit and explicit parts

element core_sources_source_profiles_1d_electrons/power_inside
diagram dd_data_dictionary.xml_p997.png
annotation
documentation
Power coupled to electrons inside the flux surface. Cumulative volume integral of the source term for the electron energy equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_energy_decomposed_2
diagram dd_data_dictionary.xml_p998.png
annotation
documentation
Source terms decomposed for the energy transport equation, assuming core_radial_grid 2 levels above

element core_sources_source_profiles_1d_energy_decomposed_2/implicit_part
diagram dd_data_dictionary.xml_p999.png
annotation
documentation
Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_energy_decomposed_2/explicit_part
diagram dd_data_dictionary.xml_p1000.png
annotation
documentation
Explicit part of the source term
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_energy_decomposed_3
diagram dd_data_dictionary.xml_p1001.png
annotation
documentation
Source terms decomposed for the energy transport equation, assuming core_radial_grid 3 levels above

element core_sources_source_profiles_1d_energy_decomposed_3/implicit_part
diagram dd_data_dictionary.xml_p1002.png
annotation
documentation
Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_energy_decomposed_3/explicit_part
diagram dd_data_dictionary.xml_p1003.png
annotation
documentation
Explicit part of the source term
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_energy_decomposed_4
diagram dd_data_dictionary.xml_p1004.png
annotation
documentation
Source terms decomposed for the energy transport equation, assuming core_radial_grid 4 levels above

element core_sources_source_profiles_1d_energy_decomposed_4/implicit_part
diagram dd_data_dictionary.xml_p1005.png
annotation
documentation
Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_energy_decomposed_4/explicit_part
diagram dd_data_dictionary.xml_p1006.png
annotation
documentation
Explicit part of the source term
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_ions
diagram dd_data_dictionary.xml_p1007.png
annotation
documentation
Source terms related to a given ion species

element core_sources_source_profiles_1d_ions/element
diagram dd_data_dictionary.xml_p1008.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element core_sources_source_profiles_1d_ions/z_ion
diagram dd_data_dictionary.xml_p1009.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element core_sources_source_profiles_1d_ions/label
diagram dd_data_dictionary.xml_p1010.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_ions/neutral_index
diagram dd_data_dictionary.xml_p1011.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_ions/particles
diagram dd_data_dictionary.xml_p1012.png
annotation
documentation
Source term for ion density equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>s^-1.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions/particles_decomposed
diagram dd_data_dictionary.xml_p1013.png
annotation
documentation
Decomposition of the source term for ion density equation into implicit and explicit parts

element core_sources_source_profiles_1d_ions/energy
diagram dd_data_dictionary.xml_p1014.png
annotation
documentation
Source term for the ion energy transport equation.
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions/energy_decomposed
diagram dd_data_dictionary.xml_p1015.png
annotation
documentation
Decomposition of the source term for ion energy equation into implicit and explicit parts

element core_sources_source_profiles_1d_ions/momentum
diagram dd_data_dictionary.xml_p1016.png
annotation
documentation
Source term for the ion momentum transport equations along various components (directions)

element core_sources_source_profiles_1d_ions/multiple_states_flag
diagram dd_data_dictionary.xml_p1017.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_ions/state
diagram dd_data_dictionary.xml_p1018.png
annotation
documentation
Source terms related to the different charge states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType core_sources_source_profiles_1d_ions_charge_states
diagram dd_data_dictionary.xml_p1019.png
annotation
documentation
Source terms related to the a given state of the ion species

element core_sources_source_profiles_1d_ions_charge_states/z_min
diagram dd_data_dictionary.xml_p1020.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/z_max
diagram dd_data_dictionary.xml_p1021.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/label
diagram dd_data_dictionary.xml_p1022.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/vibrational_level
diagram dd_data_dictionary.xml_p1023.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/vibrational_mode
diagram dd_data_dictionary.xml_p1024.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/is_neutral
diagram dd_data_dictionary.xml_p1025.png
annotation
documentation
Flag specifying if this state corresponds to a neutral (1) or not (0)
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/neutral_type
diagram dd_data_dictionary.xml_p1026.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>

element core_sources_source_profiles_1d_ions_charge_states/electron_configuration
diagram dd_data_dictionary.xml_p1027.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/particles
diagram dd_data_dictionary.xml_p1028.png
annotation
documentation
Source term for the charge state density transport equation
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>s^-1.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/particles_decomposed
diagram dd_data_dictionary.xml_p1029.png
annotation
documentation
Decomposition of the source term for state density equation into implicit and explicit parts

element core_sources_source_profiles_1d_ions_charge_states/energy
diagram dd_data_dictionary.xml_p1030.png
annotation
documentation
Source terms for the charge state energy transport equation
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_ions_charge_states/energy_decomposed
diagram dd_data_dictionary.xml_p1031.png
annotation
documentation
Decomposition of the source term for state energy equation into implicit and explicit parts

complexType core_sources_source_profiles_1d_momentum_decomposed_4
diagram dd_data_dictionary.xml_p1032.png
annotation
documentation
Source terms decomposed for the momentum transport equation, assuming core_radial_grid 4 levels above

element core_sources_source_profiles_1d_momentum_decomposed_4/implicit_part
diagram dd_data_dictionary.xml_p1033.png
annotation
documentation
Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_momentum_decomposed_4/explicit_part
diagram dd_data_dictionary.xml_p1034.png
annotation
documentation
Explicit part of the source term
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>kg.m^2.s^-2</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_neutral
diagram dd_data_dictionary.xml_p1035.png
annotation
documentation
Source terms related to a given neutral species

element core_sources_source_profiles_1d_neutral/element
diagram dd_data_dictionary.xml_p1036.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element core_sources_source_profiles_1d_neutral/label
diagram dd_data_dictionary.xml_p1037.png
annotation
documentation
String identifying the neutral species (e.g. H, D, T, He, C, ...)
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral/ion_index
diagram dd_data_dictionary.xml_p1038.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral/particles
diagram dd_data_dictionary.xml_p1039.png
annotation
documentation
Source term for neutral density equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>s^-1.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral/energy
diagram dd_data_dictionary.xml_p1040.png
annotation
documentation
Source term for the neutral energy transport equation.
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p1041.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral/state
diagram dd_data_dictionary.xml_p1042.png
annotation
documentation
Source terms related to the different charge states of the species (energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType core_sources_source_profiles_1d_neutral_state
diagram dd_data_dictionary.xml_p1043.png
annotation
documentation
Source terms related to the a given state of the neutral species

element core_sources_source_profiles_1d_neutral_state/label
diagram dd_data_dictionary.xml_p1044.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p1045.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p1046.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral_state/neutral_type
diagram dd_data_dictionary.xml_p1047.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<doc_identifier>utilities/neutrals_identifier.xml</doc_identifier>

element core_sources_source_profiles_1d_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p1048.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral_state/particles
diagram dd_data_dictionary.xml_p1049.png
annotation
documentation
Source term for the state density transport equation
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>s^-1.m^-3</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_neutral_state/energy
diagram dd_data_dictionary.xml_p1050.png
annotation
documentation
Source terms for the state energy transport equation
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_particles_decomposed_3
diagram dd_data_dictionary.xml_p1051.png
annotation
documentation
Source terms decomposed for the particle transport equation, assuming core_radial_grid 3 levels above

element core_sources_source_profiles_1d_particles_decomposed_3/implicit_part
diagram dd_data_dictionary.xml_p1052.png
annotation
documentation
Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_particles_decomposed_3/explicit_part
diagram dd_data_dictionary.xml_p1053.png
annotation
documentation
Explicit part of the source term
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3.s^-1</units>
<type>dynamic</type>

complexType core_sources_source_profiles_1d_particles_decomposed_4
diagram dd_data_dictionary.xml_p1054.png
annotation
documentation
Source terms decomposed for the particle transport equation, assuming core_radial_grid 4 levels above

element core_sources_source_profiles_1d_particles_decomposed_4/implicit_part
diagram dd_data_dictionary.xml_p1055.png
annotation
documentation
Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

element core_sources_source_profiles_1d_particles_decomposed_4/explicit_part
diagram dd_data_dictionary.xml_p1056.png
annotation
documentation
Explicit part of the source term
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>m^-3.s^-1</units>
<type>dynamic</type>

element core_transport
diagram dd_data_dictionary.xml_p1057.png
annotation
documentation
Core plasma transport. Energy terms correspond to the full kinetic energy equation (i.e. the energy flux takes into account the energy transported by the particle flux)
appinfo
<lifecycle_status>active</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element core_transport/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p1058.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in Rho_Tor definition and in the normalization of current densities)

element core_transport/model
diagram dd_data_dictionary.xml_p1059.png
annotation
documentation
Transport is described by a combination of various transport models
appinfo
<coordinate1>1...N_Models</coordinate1>

complexType core_transport_model
diagram dd_data_dictionary.xml_p1060.png
annotation
documentation
Transport coefficients for a given model

element core_transport_model/comment
diagram dd_data_dictionary.xml_p1061.png
annotation
documentation
Any comment describing the model
appinfo
<type>constant</type>

element core_transport_model/identifier
diagram dd_data_dictionary.xml_p1062.png
annotation
documentation
Transport model identifier
appinfo
<doc_identifier>core_transport/core_transport_identifier.xml</doc_identifier>

element core_transport_model/flux_multiplier
diagram dd_data_dictionary.xml_p1063.png
annotation
documentation
Multiplier applied to the particule flux when adding its contribution in the expression of the heat flux : can be 0, 3/2 or 5/2
appinfo
<type>constant</type>
<units>-</units>

element core_transport_model/profiles_1d
diagram dd_data_dictionary.xml_p1064.png
annotation
documentation
Transport coefficient profiles for various time slices. Fluxes and convection are positive (resp. negative) when outwards i.e. towards the LCFS (resp. inwards i.e.  towards the magnetic axes).
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element core_transport_model/code
diagram dd_data_dictionary.xml_p1065.png
annotation
documentation
Code-specific parameters used for this model

complexType core_transport_model_1_density
diagram dd_data_dictionary.xml_p1066.png
annotation
documentation
Transport coefficients for density equations. Coordinates one level above.

element core_transport_model_1_density/d
diagram dd_data_dictionary.xml_p1067.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_1_density/v
diagram dd_data_dictionary.xml_p1068.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_1_density/flux
diagram dd_data_dictionary.xml_p1069.png
annotation
documentation
Flux
appinfo
<coordinate1>../../grid_flux/rho_tor_norm</coordinate1>
<units>m^-2.s^-1</units>
<type>dynamic</type>

complexType core_transport_model_1_energy
diagram dd_data_dictionary.xml_p1070.png
annotation
documentation
Transport coefficients for energy equations. Coordinates one level above.

element core_transport_model_1_energy/d
diagram dd_data_dictionary.xml_p1071.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_1_energy/v
diagram dd_data_dictionary.xml_p1072.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_1_energy/flux
diagram dd_data_dictionary.xml_p1073.png
annotation
documentation
Flux
appinfo
<coordinate1>../../grid_flux/rho_tor_norm</coordinate1>
<units>W.m^-2</units>
<type>dynamic</type>

complexType core_transport_model_1_momentum
diagram dd_data_dictionary.xml_p1074.png
annotation
documentation
Transport coefficients for momentum equations. Coordinates one level above.

element core_transport_model_1_momentum/d
diagram dd_data_dictionary.xml_p1075.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_1_momentum/v
diagram dd_data_dictionary.xml_p1076.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_1_momentum/flux
diagram dd_data_dictionary.xml_p1077.png
annotation
documentation
Flux
appinfo
<coordinate1>../../grid_flux/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>
<type>dynamic</type>

complexType core_transport_model_2_density
diagram dd_data_dictionary.xml_p1078.png
annotation
documentation
Transport coefficients for density equations. Coordinates two levels above.

element core_transport_model_2_density/d
diagram dd_data_dictionary.xml_p1079.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_2_density/v
diagram dd_data_dictionary.xml_p1080.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_2_density/flux
diagram dd_data_dictionary.xml_p1081.png
annotation
documentation
Flux
appinfo
<coordinate1>../../../grid_flux/rho_tor_norm</coordinate1>
<units>m^-2.s^-1</units>
<type>dynamic</type>

complexType core_transport_model_2_energy
diagram dd_data_dictionary.xml_p1082.png
annotation
documentation
Transport coefficients for energy equations. Coordinates two levels above.

element core_transport_model_2_energy/d
diagram dd_data_dictionary.xml_p1083.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_2_energy/v
diagram dd_data_dictionary.xml_p1084.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_2_energy/flux
diagram dd_data_dictionary.xml_p1085.png
annotation
documentation
Flux
appinfo
<coordinate1>../../../grid_flux/rho_tor_norm</coordinate1>
<units>W.m^-2</units>
<type>dynamic</type>

complexType core_transport_model_3_density
diagram dd_data_dictionary.xml_p1086.png
annotation
documentation
Transport coefficients for density equations. Coordinates three levels above.

element core_transport_model_3_density/d
diagram dd_data_dictionary.xml_p1087.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_3_density/v
diagram dd_data_dictionary.xml_p1088.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_3_density/flux
diagram dd_data_dictionary.xml_p1089.png
annotation
documentation
Flux
appinfo
<coordinate1>../../../../grid_flux/rho_tor_norm</coordinate1>
<units>m^-2.s^-1</units>
<type>dynamic</type>

complexType core_transport_model_3_energy
diagram dd_data_dictionary.xml_p1090.png
annotation
documentation
Transport coefficients for energy equations. Coordinates three levels above.

element core_transport_model_3_energy/d
diagram dd_data_dictionary.xml_p1091.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_3_energy/v
diagram dd_data_dictionary.xml_p1092.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_3_energy/flux
diagram dd_data_dictionary.xml_p1093.png
annotation
documentation
Flux
appinfo
<coordinate1>../../../../grid_flux/rho_tor_norm</coordinate1>
<units>W.m^-2</units>
<type>dynamic</type>

complexType core_transport_model_3_momentum
diagram dd_data_dictionary.xml_p1094.png
annotation
documentation
Transport coefficients for momentum equation in a given direction. Coordinates three levels above.

element core_transport_model_3_momentum/d
diagram dd_data_dictionary.xml_p1095.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_3_momentum/v
diagram dd_data_dictionary.xml_p1096.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_3_momentum/flux
diagram dd_data_dictionary.xml_p1097.png
annotation
documentation
Flux
appinfo
<coordinate1>../../../../grid_flux/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>
<type>dynamic</type>

element core_transport_model_3_momentum/flow_damping_rate
diagram dd_data_dictionary.xml_p1098.png
annotation
documentation
Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)
appinfo
<coordinate1>../../../../grid_flux/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

complexType core_transport_model_4_momentum
diagram dd_data_dictionary.xml_p1099.png
annotation
documentation
Transport coefficients for momentum equation in a given direction. Coordinates four levels above.

element core_transport_model_4_momentum/d
diagram dd_data_dictionary.xml_p1100.png
annotation
documentation
Effective diffusivity
appinfo
<coordinate1>../../../../../grid_d/rho_tor_norm</coordinate1>
<units>m^2.s^-1</units>
<type>dynamic</type>

element core_transport_model_4_momentum/v
diagram dd_data_dictionary.xml_p1101.png
annotation
documentation
Effective convection
appinfo
<coordinate1>../../../../../grid_v/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element core_transport_model_4_momentum/flux
diagram dd_data_dictionary.xml_p1102.png
annotation
documentation
Flux
appinfo
<coordinate1>../../../../../grid_flux/rho_tor_norm</coordinate1>
<units>kg.m^-1.s^-2</units>
<type>dynamic</type>

element core_transport_model_4_momentum/flow_damping_rate
diagram dd_data_dictionary.xml_p1103.png
annotation
documentation
Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)
appinfo
<coordinate1>../../../../../grid_flux/rho_tor_norm</coordinate1>
<units>s^-1</units>
<type>dynamic</type>

complexType core_transport_model_components_3_momentum
diagram dd_data_dictionary.xml_p1104.png
annotation
documentation
Transport coefficients for momentum equations on various components. Coordinates three levels above the leaves

element core_transport_model_components_3_momentum/radial
diagram dd_data_dictionary.xml_p1105.png
annotation
documentation
Radial component

element core_transport_model_components_3_momentum/diamagnetic
diagram dd_data_dictionary.xml_p1106.png
annotation
documentation
Diamagnetic component

element core_transport_model_components_3_momentum/parallel
diagram dd_data_dictionary.xml_p1107.png
annotation
documentation
Parallel component

element core_transport_model_components_3_momentum/poloidal
diagram dd_data_dictionary.xml_p1108.png
annotation
documentation
Poloidal component

element core_transport_model_components_3_momentum/toroidal
diagram dd_data_dictionary.xml_p1109.png
annotation
documentation
Toroidal component

complexType core_transport_model_components_4_momentum
diagram dd_data_dictionary.xml_p1110.png
annotation
documentation
Transport coefficients for momentum equations on various components. Coordinates four levels above the leaves

element core_transport_model_components_4_momentum/radial
diagram dd_data_dictionary.xml_p1111.png
annotation
documentation
Radial component

element core_transport_model_components_4_momentum/diamagnetic
diagram dd_data_dictionary.xml_p1112.png
annotation
documentation
Diamagnetic component

element core_transport_model_components_4_momentum/parallel
diagram dd_data_dictionary.xml_p1113.png
annotation
documentation
Parallel component

element core_transport_model_components_4_momentum/poloidal
diagram dd_data_dictionary.xml_p1114.png
annotation
documentation
Poloidal component

element core_transport_model_components_4_momentum/toroidal
diagram dd_data_dictionary.xml_p1115.png
annotation
documentation
Toroidal component

complexType core_transport_model_electrons
diagram dd_data_dictionary.xml_p1116.png
annotation
documentation
Transport coefficients related to electrons

element core_transport_model_electrons/particles
diagram dd_data_dictionary.xml_p1117.png
annotation
documentation
Transport quantities for the electron density equation

element core_transport_model_electrons/energy
diagram dd_data_dictionary.xml_p1118.png
annotation
documentation
Transport quantities for the electron energy equation

complexType core_transport_model_ions
diagram dd_data_dictionary.xml_p1119.png
annotation
documentation
Transport coefficients related to a given ion species

element core_transport_model_ions/element
diagram dd_data_dictionary.xml_p1120.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element core_transport_model_ions/z_ion
diagram dd_data_dictionary.xml_p1121.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element core_transport_model_ions/label
diagram dd_data_dictionary.xml_p1122.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element core_transport_model_ions/neutral_index
diagram dd_data_dictionary.xml_p1123.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element core_transport_model_ions/particles
diagram dd_data_dictionary.xml_p1124.png
annotation
documentation
Transport related to the ion density equation

element core_transport_model_ions/energy
diagram dd_data_dictionary.xml_p1125.png
annotation
documentation
Transport coefficients related to the ion energy equation

element core_transport_model_ions/momentum
diagram dd_data_dictionary.xml_p1126.png
annotation
documentation
Transport coefficients related to the ion momentum equations for various components (directions)

element core_transport_model_ions/multiple_states_flag
diagram dd_data_dictionary.xml_p1127.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element core_transport_model_ions/state
diagram dd_data_dictionary.xml_p1128.png
annotation
documentation
Transport coefficients related to the different states of the species
appinfo
<coordinate1>1...N</coordinate1>

complexType core_transport_model_ions_charge_states
diagram dd_data_dictionary.xml_p1129.png
annotation
documentation
Transport coefficients related to the a given state of the ion species

element core_transport_model_ions_charge_states/z_min
diagram dd_data_dictionary.xml_p1130.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_transport_model_ions_charge_states/z_max
diagram dd_data_dictionary.xml_p1131.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_transport_model_ions_charge_states/label
diagram dd_data_dictionary.xml_p1132.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element core_transport_model_ions_charge_states/vibrational_level
diagram dd_data_dictionary.xml_p1133.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_transport_model_ions_charge_states/vibrational_mode
diagram dd_data_dictionary.xml_p1134.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element core_transport_model_ions_charge_states/is_neutral
diagram dd_data_dictionary.xml_p1135.png
annotation
documentation
Flag specifying if this state corresponds to a neutral (1) or not (0)
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>
<type>dynamic</type>

element core_transport_model_ions_charge_states/neutral_type
diagram dd_data_dictionary.xml_p1136.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.3.0</lifecycle_version>

element core_transport_model_ions_charge_states/electron_configuration
diagram dd_data_dictionary.xml_p1137.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element core_transport_model_ions_charge_states/particles
diagram dd_data_dictionary.xml_p1138.png
annotation
documentation
Transport quantities related to density equation of the charge state considered (thermal+non-thermal)

element core_transport_model_ions_charge_states/energy
diagram dd_data_dictionary.xml_p1139.png
annotation
documentation
Transport quantities related to the energy equation of the charge state considered

element core_transport_model_ions_charge_states/momentum
diagram dd_data_dictionary.xml_p1140.png
annotation
documentation
Transport coefficients related to the state momentum equations for various components (directions)

complexType core_transport_model_neutral
diagram dd_data_dictionary.xml_p1141.png
annotation
documentation
Transport coefficients related to a given neutral species

element core_transport_model_neutral/element
diagram dd_data_dictionary.xml_p1142.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element core_transport_model_neutral/label
diagram dd_data_dictionary.xml_p1143.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element core_transport_model_neutral/ion_index
diagram dd_data_dictionary.xml_p1144.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element core_transport_model_neutral/particles
diagram dd_data_dictionary.xml_p1145.png
annotation
documentation
Transport related to the neutral density equation

element core_transport_model_neutral/energy
diagram dd_data_dictionary.xml_p1146.png
annotation
documentation
Transport coefficients related to the neutral energy equation

element core_transport_model_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p1147.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element core_transport_model_neutral/state
diagram dd_data_dictionary.xml_p1148.png
annotation
documentation
Transport coefficients related to the different states of the species
appinfo
<coordinate1>1...N</coordinate1>

complexType core_transport_model_neutral_state
diagram dd_data_dictionary.xml_p1149.png
annotation
documentation
Transport coefficients related to the a given state of the neutral species

element core_transport_model_neutral_state/label
diagram dd_data_dictionary.xml_p1150.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element core_transport_model_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p1151.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element core_transport_model_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p1152.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element core_transport_model_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p1153.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element core_transport_model_neutral_state/particles
diagram dd_data_dictionary.xml_p1154.png
annotation
documentation
Transport quantities related to density equation of the charge state considered (thermal+non-thermal)

element core_transport_model_neutral_state/energy
diagram dd_data_dictionary.xml_p1155.png
annotation
documentation
Transport quantities related to the energy equation of the charge state considered

complexType core_transport_model_profiles_1d
diagram dd_data_dictionary.xml_p1156.png
annotation
documentation
Transport coefficient profiles at a given time slice

element core_transport_model_profiles_1d/grid_d
diagram dd_data_dictionary.xml_p1157.png
annotation
documentation
Grid for effective diffusivities and parallel conductivity

element core_transport_model_profiles_1d/grid_v
diagram dd_data_dictionary.xml_p1158.png
annotation
documentation
Grid for effective convections

element core_transport_model_profiles_1d/grid_flux
diagram dd_data_dictionary.xml_p1159.png
annotation
documentation
Grid for fluxes

element core_transport_model_profiles_1d/conductivity_parallel
diagram dd_data_dictionary.xml_p1160.png
annotation
documentation
Parallel conductivity
appinfo
<coordinate1>../grid_d/rho_tor_norm</coordinate1>
<units>ohm^-1.m^-1</units>
<type>dynamic</type>

element core_transport_model_profiles_1d/electrons
diagram dd_data_dictionary.xml_p1161.png
annotation
documentation
Transport quantities related to the electrons

element core_transport_model_profiles_1d/total_ion_energy
diagram dd_data_dictionary.xml_p1162.png
annotation
documentation
Transport coefficients for the total (summed over ion  species) energy equation

element core_transport_model_profiles_1d/momentum_tor
diagram dd_data_dictionary.xml_p1163.png
annotation
documentation
Transport coefficients for total toroidal momentum equation

element core_transport_model_profiles_1d/e_field_radial
diagram dd_data_dictionary.xml_p1164.png
annotation
documentation
Radial component of the electric field (calculated e.g. by a neoclassical model)
appinfo
<coordinate1>../grid_flux/rho_tor_norm</coordinate1>
<units>V.m^-1</units>
<type>dynamic</type>

element core_transport_model_profiles_1d/ion
diagram dd_data_dictionary.xml_p1165.png
annotation
documentation
Transport coefficients related to the various ion species
appinfo
<coordinate1>1...N</coordinate1>

element core_transport_model_profiles_1d/neutral
diagram dd_data_dictionary.xml_p1166.png
annotation
documentation
Transport coefficients related to the various neutral species
appinfo
<coordinate1>1...N</coordinate1>

element core_transport_model_profiles_1d/time
diagram dd_data_dictionary.xml_p1167.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element dataset_description
diagram dd_data_dictionary.xml_p1168.png
annotation
documentation
General description of the dataset (collection of all IDSs within the given database entry). Main description text to be put in ids_properties/comment
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.0.4</lifecycle_last_change>

element dataset_description/data_entry
diagram dd_data_dictionary.xml_p1169.png
annotation
documentation
Definition of this data entry

element dataset_description/parent_entry
diagram dd_data_dictionary.xml_p1170.png
annotation
documentation
Definition of the parent data entry, if the present data entry has been generated by applying a given workflow to a unique parent entry

element dataset_description/imas_version
diagram dd_data_dictionary.xml_p1171.png
annotation
documentation
Version of the IMAS infrastructure used to produce this data entry. Refers to the global IMAS repository which links to versions of every infrastructure tools
appinfo
<type>constant</type>

element dataset_description/dd_version
diagram dd_data_dictionary.xml_p1172.png
annotation
documentation
Version of the physics data dictionary of this dataset
appinfo
<type>constant</type>

element dataset_description/simulation
diagram dd_data_dictionary.xml_p1173.png
annotation
documentation
Description of the general simulation characteristics, if this data entry has been produced by a simulation. Several nodes describe typical time-dependent simulation with a time evolution as the main loop

complexType dataset_description_simulation
diagram dd_data_dictionary.xml_p1174.png
annotation
documentation
Description of the general simulation characteristics, if this data entry has been produced by a simulation. Several nodes describe typical time-dependent simulation with a time evolution as the main loop

element dataset_description_simulation/comment_before
diagram dd_data_dictionary.xml_p1175.png
annotation
documentation
Comment made when launching a simulation
appinfo
<type>constant</type>

element dataset_description_simulation/comment_after
diagram dd_data_dictionary.xml_p1176.png
annotation
documentation
Comment made at the end of a simulation
appinfo
<type>constant</type>

element dataset_description_simulation/time_begin
diagram dd_data_dictionary.xml_p1177.png
annotation
documentation
Start time
appinfo
<type>constant</type>
<units>s</units>

element dataset_description_simulation/time_step
diagram dd_data_dictionary.xml_p1178.png
annotation
documentation
Time interval between main steps, e.g. storage step (if relevant and constant)
appinfo
<type>constant</type>
<units>s</units>

element dataset_description_simulation/time_end
diagram dd_data_dictionary.xml_p1179.png
annotation
documentation
Stop time
appinfo
<type>constant</type>
<units>s</units>

element dataset_description_simulation/time_restart
diagram dd_data_dictionary.xml_p1180.png
annotation
documentation
Time of the last restart done during the simulation
appinfo
<type>constant</type>
<units>s</units>

element dataset_description_simulation/time_current
diagram dd_data_dictionary.xml_p1181.png
annotation
documentation
Current time of the simulation
appinfo
<type>constant</type>
<units>s</units>

element dataset_description_simulation/time_begun
diagram dd_data_dictionary.xml_p1182.png
annotation
documentation
Actual wall-clock time simulation started
appinfo
<type>constant</type>
<units>UTC</units>

element dataset_description_simulation/time_ended
diagram dd_data_dictionary.xml_p1183.png
annotation
documentation
Actual wall-clock time simulation finished
appinfo
<type>constant</type>
<units>UTC</units>

element dataset_description_simulation/workflow
diagram dd_data_dictionary.xml_p1184.png
annotation
documentation
Description of the workflow which has been used to produce this data entry (e.g. copy of the Kepler MOML if using Kepler)
appinfo
<type>constant</type>

element distribution_sources
diagram dd_data_dictionary.xml_p1185.png
annotation
documentation
Sources of particles for input to kinetic equations, e.g. Fokker-Planck calculation. The sources could originate from e.g. NBI or fusion reactions.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.1</lifecycle_version>
<lifecycle_last_change>3.15.0</lifecycle_last_change>

element distribution_sources/source
diagram dd_data_dictionary.xml_p1186.png
annotation
documentation
Set of source/sink terms. A source/sink term corresponds to the particle source due to an NBI injection unit, a nuclear reaction or any combination of them (described in "identifier")
appinfo
<coordinate1>1...N</coordinate1>

element distribution_sources/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p1187.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition)

element distribution_sources/magnetic_axis
diagram dd_data_dictionary.xml_p1188.png
annotation
documentation
Magnetic axis position (used to define a poloidal angle for the 2D profiles)

complexType distribution_sources_source
diagram dd_data_dictionary.xml_p1189.png
annotation
documentation
Source terms for a given actuator

element distribution_sources_source/process
diagram dd_data_dictionary.xml_p1190.png
annotation
documentation
Set of processes (NBI units, fusion reactions, ...) that provide the source.
appinfo
<coordinate1>1...N</coordinate1>

element distribution_sources_source/gyro_type
diagram dd_data_dictionary.xml_p1191.png
annotation
documentation
Defines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth point
appinfo
<type>constant</type>

element distribution_sources_source/species
diagram dd_data_dictionary.xml_p1192.png
annotation
documentation
Species injected or consumed by this source/sink

element distribution_sources_source/global_quantities
diagram dd_data_dictionary.xml_p1193.png
annotation
documentation
Global quantities for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distribution_sources_source/profiles_1d
diagram dd_data_dictionary.xml_p1194.png
annotation
documentation
Source radial profiles (flux surface averaged quantities) for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distribution_sources_source/ggd
diagram dd_data_dictionary.xml_p1195.png
annotation
documentation
Source terms in phase space (real space, velocity space, spin state), represented using the ggd, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distribution_sources_source/markers
diagram dd_data_dictionary.xml_p1196.png
annotation
documentation
Source given as a group of markers (test particles) born per second, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType distribution_sources_source_ggd
diagram dd_data_dictionary.xml_p1197.png
annotation
documentation
Source terms for a given time slice, using a GGD representation

element distribution_sources_source_ggd/grid
diagram dd_data_dictionary.xml_p1198.png
annotation
documentation
Grid description

element distribution_sources_source_ggd/particles
diagram dd_data_dictionary.xml_p1199.png
annotation
documentation
Source density of particles in phase space, for various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>(m.s^-1)^-3.m^-3.s^-1</units>

element distribution_sources_source_ggd/discrete
diagram dd_data_dictionary.xml_p1200.png
annotation
documentation
List of indices of grid spaces (refers to ../grid/space) for which the source is discretely distributed. For example consider a source of 3.5 MeV alpha particles provided on a grid with two coordinates (spaces); rho_tor and energy. To specify that the source is given at energies exactly equal to 3.5 MeV, let discret have length 1 and set discrete(1)=2 since energy is dimension number 2. The source is then proportional to delta( 1 - energy / 3.5MeV ), where delta is the direct delta distribution. Discrete dimensions can only be used when the grid is rectangular.
appinfo
<coordinate1>1...N</coordinate1>
<type>dynamic</type>

element distribution_sources_source_ggd/time
diagram dd_data_dictionary.xml_p1201.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distribution_sources_source_global_quantities
diagram dd_data_dictionary.xml_p1202.png
annotation
documentation
Global quantities of distribution_source for a given time slice

element distribution_sources_source_global_quantities/power
diagram dd_data_dictionary.xml_p1203.png
annotation
documentation
Total power of the source
appinfo
<units>W</units>
<type>dynamic</type>

element distribution_sources_source_global_quantities/torque_tor
diagram dd_data_dictionary.xml_p1204.png
annotation
documentation
Total toroidal torque of the source
appinfo
<units>N.m</units>
<type>dynamic</type>

element distribution_sources_source_global_quantities/particles
diagram dd_data_dictionary.xml_p1205.png
annotation
documentation
Particle source rate
appinfo
<units>s^-1</units>
<type>dynamic</type>

element distribution_sources_source_global_quantities/shinethrough
diagram dd_data_dictionary.xml_p1206.png
annotation
documentation
Shinethrough losses

element distribution_sources_source_global_quantities/time
diagram dd_data_dictionary.xml_p1207.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distribution_sources_source_global_shinethrough
diagram dd_data_dictionary.xml_p1208.png
annotation
documentation
Global quantities related to shinethrough, for a given time slice

element distribution_sources_source_global_shinethrough/power
diagram dd_data_dictionary.xml_p1209.png
annotation
documentation
Power losses due to shinethrough
appinfo
<units>W</units>
<type>dynamic</type>

element distribution_sources_source_global_shinethrough/particles
diagram dd_data_dictionary.xml_p1210.png
annotation
documentation
Particle losses due to shinethrough
appinfo
<units>s^-1</units>
<type>dynamic</type>

element distribution_sources_source_global_shinethrough/torque_tor
diagram dd_data_dictionary.xml_p1211.png
annotation
documentation
Toroidal torque losses due to shinethrough
appinfo
<units>N.m</units>
<type>dynamic</type>

complexType distribution_sources_source_profiles_1d
diagram dd_data_dictionary.xml_p1212.png
annotation
documentation
Radial profile of source terms for a given time slice

element distribution_sources_source_profiles_1d/grid
diagram dd_data_dictionary.xml_p1213.png
annotation
documentation
Radial grid

element distribution_sources_source_profiles_1d/energy
diagram dd_data_dictionary.xml_p1214.png
annotation
documentation
Source term for the energy transport equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element distribution_sources_source_profiles_1d/momentum_tor
diagram dd_data_dictionary.xml_p1215.png
annotation
documentation
Source term for the toroidal momentum equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>N.m^-2</units>
<type>dynamic</type>

element distribution_sources_source_profiles_1d/particles
diagram dd_data_dictionary.xml_p1216.png
annotation
documentation
Source term for the density transport equation
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>s^-1.m^-3</units>
<type>dynamic</type>

element distribution_sources_source_profiles_1d/time
diagram dd_data_dictionary.xml_p1217.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element distributions
diagram dd_data_dictionary.xml_p1218.png
annotation
documentation
Distribution function(s) of one or many particle species. This structure is specifically designed to handle non-Maxwellian distribution function generated during heating and current drive, typically solved using a Fokker-Planck calculation perturbed by a heating scheme (e.g. IC, EC, LH, NBI, or alpha heating) and then relaxed by Coloumb collisions.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.1</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element distributions/distribution
diagram dd_data_dictionary.xml_p1219.png
annotation
documentation
Set of distribution functions. Every distribution function has to be associated with only one particle species, specified in distri_vec/species/, but there could be multiple distribution function for each species. In this case, the fast particle populations should be superposed
appinfo
<coordinate1>1...N</coordinate1>

element distributions/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p1220.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition and in the normalization of current densities)

element distributions/magnetic_axis
diagram dd_data_dictionary.xml_p1221.png
annotation
documentation
Magnetic axis position (used to define a poloidal angle for the 2D profiles)

complexType distributions_d
diagram dd_data_dictionary.xml_p1222.png
annotation
documentation
Description of a given distribution function

element distributions_d/wave
diagram dd_data_dictionary.xml_p1223.png
annotation
documentation
List all waves affecting the distribution, identified as in waves/coherent_wave(i)/identifier in the waves IDS
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d/process
diagram dd_data_dictionary.xml_p1224.png
annotation
documentation
List all processes (NBI units, fusion reactions, ...) affecting the distribution, identified as in distribution_sources/source(i)/process in the DISTRIBUTION_SOURCES IDS
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d/gyro_type
diagram dd_data_dictionary.xml_p1225.png
annotation
documentation
Defines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth point
appinfo
<type>constant</type>

element distributions_d/species
diagram dd_data_dictionary.xml_p1226.png
annotation
documentation
Species described by this distribution

element distributions_d/global_quantities
diagram dd_data_dictionary.xml_p1227.png
annotation
documentation
Global quantities (integrated over plasma volume for moments of the distribution, collisional exchange and source terms), for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distributions_d/profiles_1d
diagram dd_data_dictionary.xml_p1228.png
annotation
documentation
Radial profiles (flux surface averaged quantities) for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distributions_d/profiles_2d
diagram dd_data_dictionary.xml_p1229.png
annotation
documentation
2D profiles in the poloidal plane for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distributions_d/is_delta_f
diagram dd_data_dictionary.xml_p1230.png
annotation
documentation
If is_delta_f=1, then the distribution represents the deviation from a Maxwellian; is_delta_f=0, then the distribution represents all particles, i.e. the full-f solution
appinfo
<type>constant</type>

element distributions_d/ggd
diagram dd_data_dictionary.xml_p1231.png
annotation
documentation
Distribution represented using the ggd, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element distributions_d/markers
diagram dd_data_dictionary.xml_p1232.png
annotation
documentation
Distribution represented by a set of markers (test particles)
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType distributions_d_fast_filter
diagram dd_data_dictionary.xml_p1233.png
annotation
documentation
Description of how the fast and the thermal particle populations are separated

element distributions_d_fast_filter/method
diagram dd_data_dictionary.xml_p1234.png
annotation
documentation
Method used to separate the fast and thermal particle population (indices TBD)

element distributions_d_fast_filter/energy
diagram dd_data_dictionary.xml_p1235.png
annotation
documentation
Energy at which the fast and thermal particle populations were separated, as a function of radius
appinfo
<type>dynamic</type>
<units>eV</units>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_ggd
diagram dd_data_dictionary.xml_p1236.png
annotation
documentation
Distribution function for a given time slice, using a GGD representation

element distributions_d_ggd/grid
diagram dd_data_dictionary.xml_p1237.png
annotation
documentation
Grid description

element distributions_d_ggd/temperature
diagram dd_data_dictionary.xml_p1238.png
annotation
documentation
Reference temperature profile used to define the local thermal energy and the thermal velocity (for normalisation of the grid coordinates)
appinfo
<coordinate1>../../profiles_1d(itime)/grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element distributions_d_ggd/expansion
diagram dd_data_dictionary.xml_p1239.png
annotation
documentation
Distribution function expanded into a vector of successive approximations. The first element in the vector (expansion(1)) is the zeroth order distribution function, while the K:th element in the vector (expansion(K)) is the K:th correction, such that the total distribution function is a sum over all elements in the expansion vector.
appinfo
<coordinate1>1...N</coordinate1>
<units>(m.s^-1)^-3.m^-3.s^-1</units>

element distributions_d_ggd/time
diagram dd_data_dictionary.xml_p1240.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distributions_d_ggd_expansion
diagram dd_data_dictionary.xml_p1241.png
annotation
documentation
Expansion of the distribution function for a given time slice, using a GGD representation

element distributions_d_ggd_expansion/grid_subset
diagram dd_data_dictionary.xml_p1242.png
annotation
documentation
Values of the distribution function expansion, for various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>

complexType distributions_d_global_quantities
diagram dd_data_dictionary.xml_p1243.png
annotation
documentation
Global quantities from the distribution, for a given time slice

element distributions_d_global_quantities/particles_n
diagram dd_data_dictionary.xml_p1244.png
annotation
documentation
Number of particles in the distribution, i.e. the volume integral of the density (note: this is the number of real particles and not markers)
appinfo
<type>dynamic</type>
<units>-</units>

element distributions_d_global_quantities/particles_fast_n
diagram dd_data_dictionary.xml_p1245.png
annotation
documentation
Number of fast particles in the distribution, i.e. the volume integral of the density (note: this is the number of real particles and not markers)
appinfo
<type>dynamic</type>
<units>-</units>

element distributions_d_global_quantities/energy
diagram dd_data_dictionary.xml_p1246.png
annotation
documentation
Total energy in the distribution
appinfo
<type>dynamic</type>
<units>J</units>

element distributions_d_global_quantities/energy_fast
diagram dd_data_dictionary.xml_p1247.png
annotation
documentation
Total energy of the fast particles in the distribution
appinfo
<type>dynamic</type>
<units>J</units>

element distributions_d_global_quantities/energy_fast_parallel
diagram dd_data_dictionary.xml_p1248.png
annotation
documentation
Parallel energy of the fast particles in the distribution
appinfo
<type>dynamic</type>
<units>J</units>

element distributions_d_global_quantities/torque_tor_j_radial
diagram dd_data_dictionary.xml_p1249.png
annotation
documentation
Toroidal torque due to radial currents
appinfo
<type>dynamic</type>
<units>N.m</units>

element distributions_d_global_quantities/current_tor
diagram dd_data_dictionary.xml_p1250.png
annotation
documentation
Toroidal current driven by the distribution
appinfo
<type>dynamic</type>
<units>N.m</units>

element distributions_d_global_quantities/collisions
diagram dd_data_dictionary.xml_p1251.png
annotation
documentation
Power and torque exchanged between the species described by the distribution and the different plasma species through collisions

element distributions_d_global_quantities/source
diagram dd_data_dictionary.xml_p1252.png
annotation
documentation
Set of volume integrated sources and sinks of particles, momentum and energy included in the Fokker-Planck modelling, related to the various waves or particle source processes affecting the distribution
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_global_quantities/time
diagram dd_data_dictionary.xml_p1253.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distributions_d_global_quantities_collisions
diagram dd_data_dictionary.xml_p1254.png
annotation
documentation
Global quantities for collisions

element distributions_d_global_quantities_collisions/electrons
diagram dd_data_dictionary.xml_p1255.png
annotation
documentation
Collisional exchange with electrons

element distributions_d_global_quantities_collisions/ion
diagram dd_data_dictionary.xml_p1256.png
annotation
documentation
Collisional exchange with the various ion species
appinfo
<coordinate1>1...N</coordinate1>

complexType distributions_d_global_quantities_collisions_electrons
diagram dd_data_dictionary.xml_p1257.png
annotation
documentation
Global quantities for collisions with electrons

element distributions_d_global_quantities_collisions_electrons/power_thermal
diagram dd_data_dictionary.xml_p1258.png
annotation
documentation
Collisional power to the thermal particle population
appinfo
<type>dynamic</type>
<units>W</units>

element distributions_d_global_quantities_collisions_electrons/power_fast
diagram dd_data_dictionary.xml_p1259.png
annotation
documentation
Collisional power to the fast particle population
appinfo
<type>dynamic</type>
<units>W</units>

element distributions_d_global_quantities_collisions_electrons/torque_thermal_tor
diagram dd_data_dictionary.xml_p1260.png
annotation
documentation
Collisional toroidal torque to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m</units>

element distributions_d_global_quantities_collisions_electrons/torque_fast_tor
diagram dd_data_dictionary.xml_p1261.png
annotation
documentation
Collisional toroidal torque to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m</units>

complexType distributions_d_global_quantities_collisions_ion
diagram dd_data_dictionary.xml_p1262.png
annotation
documentation
Global quantities for collisions with a given ion species

element distributions_d_global_quantities_collisions_ion/element
diagram dd_data_dictionary.xml_p1263.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_global_quantities_collisions_ion/z_ion
diagram dd_data_dictionary.xml_p1264.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element distributions_d_global_quantities_collisions_ion/label
diagram dd_data_dictionary.xml_p1265.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion/neutral_index
diagram dd_data_dictionary.xml_p1266.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion/power_thermal
diagram dd_data_dictionary.xml_p1267.png
annotation
documentation
Collisional power to the thermal particle population
appinfo
<type>dynamic</type>
<units>W</units>

element distributions_d_global_quantities_collisions_ion/power_fast
diagram dd_data_dictionary.xml_p1268.png
annotation
documentation
Collisional power to the fast particle population
appinfo
<type>dynamic</type>
<units>W</units>

element distributions_d_global_quantities_collisions_ion/torque_thermal_tor
diagram dd_data_dictionary.xml_p1269.png
annotation
documentation
Collisional toroidal torque to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m</units>

element distributions_d_global_quantities_collisions_ion/torque_fast_tor
diagram dd_data_dictionary.xml_p1270.png
annotation
documentation
Collisional toroidal torque to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m</units>

element distributions_d_global_quantities_collisions_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1271.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion/state
diagram dd_data_dictionary.xml_p1272.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType distributions_d_global_quantities_collisions_ion_state
diagram dd_data_dictionary.xml_p1273.png
annotation
documentation
Global quantities for collisions with a given ion species state

element distributions_d_global_quantities_collisions_ion_state/z_min
diagram dd_data_dictionary.xml_p1274.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion_state/z_max
diagram dd_data_dictionary.xml_p1275.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion_state/label
diagram dd_data_dictionary.xml_p1276.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1277.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1278.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1279.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element distributions_d_global_quantities_collisions_ion_state/power_thermal
diagram dd_data_dictionary.xml_p1280.png
annotation
documentation
Collisional power to the thermal particle population
appinfo
<type>dynamic</type>
<units>W</units>

element distributions_d_global_quantities_collisions_ion_state/power_fast
diagram dd_data_dictionary.xml_p1281.png
annotation
documentation
Collisional power to the fast particle population
appinfo
<type>dynamic</type>
<units>W</units>

element distributions_d_global_quantities_collisions_ion_state/torque_thermal_tor
diagram dd_data_dictionary.xml_p1282.png
annotation
documentation
Collisional toroidal torque to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m</units>

element distributions_d_global_quantities_collisions_ion_state/torque_fast_tor
diagram dd_data_dictionary.xml_p1283.png
annotation
documentation
Collisional toroidal torque to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m</units>

complexType distributions_d_global_quantities_source
diagram dd_data_dictionary.xml_p1284.png
annotation
documentation
Global quantities for a given source/sink term

element distributions_d_global_quantities_source/identifier
diagram dd_data_dictionary.xml_p1285.png
annotation
documentation
Identifier of the wave or particle source process, defined respectively in distribution/wave or distribution/process

element distributions_d_global_quantities_source/particles
diagram dd_data_dictionary.xml_p1286.png
annotation
documentation
Particle source rate
appinfo
<units>s^-1</units>
<type>dynamic</type>

element distributions_d_global_quantities_source/power
diagram dd_data_dictionary.xml_p1287.png
annotation
documentation
Total power of the source
appinfo
<units>W</units>
<type>dynamic</type>

element distributions_d_global_quantities_source/torque_tor
diagram dd_data_dictionary.xml_p1288.png
annotation
documentation
Total toroidal torque of the source
appinfo
<units>N.m</units>
<type>dynamic</type>

complexType distributions_d_profiles_1d
diagram dd_data_dictionary.xml_p1289.png
annotation
documentation
1D profiles from the distribution, for a given time slice

element distributions_d_profiles_1d/grid
diagram dd_data_dictionary.xml_p1290.png
annotation
documentation
Radial grid

element distributions_d_profiles_1d/fast_filter
diagram dd_data_dictionary.xml_p1291.png
annotation
documentation
Description of how the fast and the thermal particle populations are separated

element distributions_d_profiles_1d/density
diagram dd_data_dictionary.xml_p1292.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d/density_fast
diagram dd_data_dictionary.xml_p1293.png
annotation
documentation
Density of fast particles
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d/pressure
diagram dd_data_dictionary.xml_p1294.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d/pressure_fast
diagram dd_data_dictionary.xml_p1295.png
annotation
documentation
Pressure of fast particles
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1296.png
annotation
documentation
Pressure of fast particles in the parallel direction
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d/current_tor
diagram dd_data_dictionary.xml_p1297.png
annotation
documentation
Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_1d/current_fast_tor
diagram dd_data_dictionary.xml_p1298.png
annotation
documentation
Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_1d/torque_tor_j_radial
diagram dd_data_dictionary.xml_p1299.png
annotation
documentation
Toroidal torque due to radial currents
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d/collisions
diagram dd_data_dictionary.xml_p1300.png
annotation
documentation
Power and torque exchanged between the species described by the distribution and the different plasma species through collisions

element distributions_d_profiles_1d/thermalisation
diagram dd_data_dictionary.xml_p1301.png
annotation
documentation
Flux surface averaged source of thermal particles, momentum and energy due to thermalisation. Here thermalisation refers to non-thermal particles, sufficiently assimilated to the thermal background to be re-categorised as thermal particles. Note that this source may also be negative if thermal particles are being accelerated such that they form a distinct non-thermal contribution, e.g. due run-away of RF interactions.

element distributions_d_profiles_1d/source
diagram dd_data_dictionary.xml_p1302.png
annotation
documentation
Set of flux averaged sources and sinks of particles, momentum and energy included in the Fokker-Planck modelling, related to the various waves or particle source processes affecting the distribution
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_profiles_1d/trapped
diagram dd_data_dictionary.xml_p1303.png
annotation
documentation
Flux surface averaged profile evaluated using the trapped particle part of the distribution.

element distributions_d_profiles_1d/co_passing
diagram dd_data_dictionary.xml_p1304.png
annotation
documentation
Flux surface averaged profile evaluated using the co-passing particle part of the distribution.

element distributions_d_profiles_1d/counter_passing
diagram dd_data_dictionary.xml_p1305.png
annotation
documentation
Flux surface averaged profile evaluated using the counter-passing particle part of the distribution.

element distributions_d_profiles_1d/time
diagram dd_data_dictionary.xml_p1306.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distributions_d_profiles_1d_collisions
diagram dd_data_dictionary.xml_p1307.png
annotation
documentation
1D profiles for collisions

element distributions_d_profiles_1d_collisions/electrons
diagram dd_data_dictionary.xml_p1308.png
annotation
documentation
Collisional exchange with electrons

element distributions_d_profiles_1d_collisions/ion
diagram dd_data_dictionary.xml_p1309.png
annotation
documentation
Collisional exchange with the various ion species
appinfo
<coordinate1>1...N</coordinate1>

complexType distributions_d_profiles_1d_collisions_electrons
diagram dd_data_dictionary.xml_p1310.png
annotation
documentation
1D profiles for collisions with electrons

element distributions_d_profiles_1d_collisions_electrons/power_thermal
diagram dd_data_dictionary.xml_p1311.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_electrons/power_fast
diagram dd_data_dictionary.xml_p1312.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_electrons/torque_thermal_tor
diagram dd_data_dictionary.xml_p1313.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_electrons/torque_fast_tor
diagram dd_data_dictionary.xml_p1314.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_1d_collisions_ion
diagram dd_data_dictionary.xml_p1315.png
annotation
documentation
1D profiles for collisions with a given ion species

element distributions_d_profiles_1d_collisions_ion/element
diagram dd_data_dictionary.xml_p1316.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_profiles_1d_collisions_ion/z_ion
diagram dd_data_dictionary.xml_p1317.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element distributions_d_profiles_1d_collisions_ion/label
diagram dd_data_dictionary.xml_p1318.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion/neutral_index
diagram dd_data_dictionary.xml_p1319.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion/power_thermal
diagram dd_data_dictionary.xml_p1320.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion/power_fast
diagram dd_data_dictionary.xml_p1321.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion/torque_thermal_tor
diagram dd_data_dictionary.xml_p1322.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion/torque_fast_tor
diagram dd_data_dictionary.xml_p1323.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1324.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion/state
diagram dd_data_dictionary.xml_p1325.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType distributions_d_profiles_1d_collisions_ion_state
diagram dd_data_dictionary.xml_p1326.png
annotation
documentation
1D profiles for collisions with a given ion species state

element distributions_d_profiles_1d_collisions_ion_state/z_min
diagram dd_data_dictionary.xml_p1327.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion_state/z_max
diagram dd_data_dictionary.xml_p1328.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion_state/label
diagram dd_data_dictionary.xml_p1329.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1330.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1331.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1332.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_collisions_ion_state/power_thermal
diagram dd_data_dictionary.xml_p1333.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion_state/power_fast
diagram dd_data_dictionary.xml_p1334.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion_state/torque_thermal_tor
diagram dd_data_dictionary.xml_p1335.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_collisions_ion_state/torque_fast_tor
diagram dd_data_dictionary.xml_p1336.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_1d_partial
diagram dd_data_dictionary.xml_p1337.png
annotation
documentation
1D profiles from specific particles in the distribution (trapped, co or counter-passing)

element distributions_d_profiles_1d_partial/density
diagram dd_data_dictionary.xml_p1338.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/density_fast
diagram dd_data_dictionary.xml_p1339.png
annotation
documentation
Density of fast particles
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/pressure
diagram dd_data_dictionary.xml_p1340.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/pressure_fast
diagram dd_data_dictionary.xml_p1341.png
annotation
documentation
Pressure of fast particles
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1342.png
annotation
documentation
Pressure of fast particles in the parallel direction
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/current_tor
diagram dd_data_dictionary.xml_p1343.png
annotation
documentation
Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/current_fast_tor
diagram dd_data_dictionary.xml_p1344.png
annotation
documentation
Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial/torque_tor_j_radial
diagram dd_data_dictionary.xml_p1345.png
annotation
documentation
Toroidal torque due to radial currents
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial/collisions
diagram dd_data_dictionary.xml_p1346.png
annotation
documentation
Power and torque exchanged between the species described by the distribution and the different plasma species through collisions

element distributions_d_profiles_1d_partial/source
diagram dd_data_dictionary.xml_p1347.png
annotation
documentation
Set of flux averaged sources and sinks of particles, momentum and energy included in the Fokker-Planck modelling, related to the various waves or particle source processes affecting the distribution
appinfo
<coordinate1>1...N</coordinate1>

complexType distributions_d_profiles_1d_partial_collisions
diagram dd_data_dictionary.xml_p1348.png
annotation
documentation
1D profiles for collisions

element distributions_d_profiles_1d_partial_collisions/electrons
diagram dd_data_dictionary.xml_p1349.png
annotation
documentation
Collisional exchange with electrons

element distributions_d_profiles_1d_partial_collisions/ion
diagram dd_data_dictionary.xml_p1350.png
annotation
documentation
Collisional exchange with the various ion species
appinfo
<coordinate1>1...N</coordinate1>

complexType distributions_d_profiles_1d_partial_collisions_electrons
diagram dd_data_dictionary.xml_p1351.png
annotation
documentation
1D profiles for collisions with electrons

element distributions_d_profiles_1d_partial_collisions_electrons/power_thermal
diagram dd_data_dictionary.xml_p1352.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_electrons/power_fast
diagram dd_data_dictionary.xml_p1353.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_electrons/torque_thermal_tor
diagram dd_data_dictionary.xml_p1354.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_electrons/torque_fast_tor
diagram dd_data_dictionary.xml_p1355.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_1d_partial_collisions_ion
diagram dd_data_dictionary.xml_p1356.png
annotation
documentation
1D profiles for collisions with a given ion species

element distributions_d_profiles_1d_partial_collisions_ion/element
diagram dd_data_dictionary.xml_p1357.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion/z_ion
diagram dd_data_dictionary.xml_p1358.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element distributions_d_profiles_1d_partial_collisions_ion/label
diagram dd_data_dictionary.xml_p1359.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion/neutral_index
diagram dd_data_dictionary.xml_p1360.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion/power_thermal
diagram dd_data_dictionary.xml_p1361.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion/power_fast
diagram dd_data_dictionary.xml_p1362.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion/torque_thermal_tor
diagram dd_data_dictionary.xml_p1363.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion/torque_fast_tor
diagram dd_data_dictionary.xml_p1364.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1365.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion/state
diagram dd_data_dictionary.xml_p1366.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType distributions_d_profiles_1d_partial_collisions_ion_state
diagram dd_data_dictionary.xml_p1367.png
annotation
documentation
1D profiles for collisions with a given ion species state

element distributions_d_profiles_1d_partial_collisions_ion_state/z_min
diagram dd_data_dictionary.xml_p1368.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion_state/z_max
diagram dd_data_dictionary.xml_p1369.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion_state/label
diagram dd_data_dictionary.xml_p1370.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1371.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1372.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1373.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element distributions_d_profiles_1d_partial_collisions_ion_state/power_thermal
diagram dd_data_dictionary.xml_p1374.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion_state/power_fast
diagram dd_data_dictionary.xml_p1375.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion_state/torque_thermal_tor
diagram dd_data_dictionary.xml_p1376.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_collisions_ion_state/torque_fast_tor
diagram dd_data_dictionary.xml_p1377.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_1d_partial_source
diagram dd_data_dictionary.xml_p1378.png
annotation
documentation
1D profiles for a given source/sink term

element distributions_d_profiles_1d_partial_source/identifier
diagram dd_data_dictionary.xml_p1379.png
annotation
documentation
Identifier of the wave or particle source process, defined respectively in distribution/wave or distribution/process

element distributions_d_profiles_1d_partial_source/particles
diagram dd_data_dictionary.xml_p1380.png
annotation
documentation
Source rate of thermal particle density
appinfo
<units>s^-1.m^-3</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_source/energy
diagram dd_data_dictionary.xml_p1381.png
annotation
documentation
Source rate of energy density
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_partial_source/momentum_tor
diagram dd_data_dictionary.xml_p1382.png
annotation
documentation
Source rate of toroidal angular momentum density
appinfo
<units>N.m^-2</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_1d_source
diagram dd_data_dictionary.xml_p1383.png
annotation
documentation
1D profiles for a given source/sink term

element distributions_d_profiles_1d_source/identifier
diagram dd_data_dictionary.xml_p1384.png
annotation
documentation
Identifier of the wave or particle source process, defined respectively in distribution/wave or distribution/process

element distributions_d_profiles_1d_source/particles
diagram dd_data_dictionary.xml_p1385.png
annotation
documentation
Source rate of thermal particle density
appinfo
<units>s^-1.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_source/energy
diagram dd_data_dictionary.xml_p1386.png
annotation
documentation
Source rate of energy density
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_source/momentum_tor
diagram dd_data_dictionary.xml_p1387.png
annotation
documentation
Source rate of toroidal angular momentum density
appinfo
<units>N.m^-2</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_1d_thermalised
diagram dd_data_dictionary.xml_p1388.png
annotation
documentation
1D profiles of termalisation source/sinks

element distributions_d_profiles_1d_thermalised/particles
diagram dd_data_dictionary.xml_p1389.png
annotation
documentation
Source rate of thermal particle density due to the thermalisation of fast particles
appinfo
<units>s^-1.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_thermalised/energy
diagram dd_data_dictionary.xml_p1390.png
annotation
documentation
Source rate of energy density within the thermal particle population due to the thermalisation of fast particles
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element distributions_d_profiles_1d_thermalised/momentum_tor
diagram dd_data_dictionary.xml_p1391.png
annotation
documentation
Source rate of toroidal angular momentum density within the thermal particle population due to the thermalisation of fast particles
appinfo
<units>N.m^-2</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

complexType distributions_d_profiles_2d
diagram dd_data_dictionary.xml_p1392.png
annotation
documentation
2D profiles from the distribution, for a given time slice

element distributions_d_profiles_2d/grid
diagram dd_data_dictionary.xml_p1393.png
annotation
documentation
Grid. The grid has to be rectangular in a pair of coordinates, as specified in type

element distributions_d_profiles_2d/density
diagram dd_data_dictionary.xml_p1394.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d/density_fast
diagram dd_data_dictionary.xml_p1395.png
annotation
documentation
Density of fast particles
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d/pressure
diagram dd_data_dictionary.xml_p1396.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d/pressure_fast
diagram dd_data_dictionary.xml_p1397.png
annotation
documentation
Pressure of fast particles
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1398.png
annotation
documentation
Pressure of fast particles in the parallel direction
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d/current_tor
diagram dd_data_dictionary.xml_p1399.png
annotation
documentation
Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_2d/current_fast_tor
diagram dd_data_dictionary.xml_p1400.png
annotation
documentation
Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_2d/torque_tor_j_radial
diagram dd_data_dictionary.xml_p1401.png
annotation
documentation
Toroidal torque due to radial currents
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../grid/r OR ../grid/rho_tor_norm</coordinate1>
<coordinate2>../grid/z OR ../grid/theta_geometric OR ../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d/collisions
diagram dd_data_dictionary.xml_p1402.png
annotation
documentation
Power and torque exchanged between the species described by the distribution and the different plasma species through collisions

element distributions_d_profiles_2d/trapped
diagram dd_data_dictionary.xml_p1403.png
annotation
documentation
Flux surface averaged profile evaluated using the trapped particle part of the distribution.

element distributions_d_profiles_2d/co_passing
diagram dd_data_dictionary.xml_p1404.png
annotation
documentation
Flux surface averaged profile evaluated using the co-passing particle part of the distribution.

element distributions_d_profiles_2d/counter_passing
diagram dd_data_dictionary.xml_p1405.png
annotation
documentation
Flux surface averaged profile evaluated using the counter-passing particle part of the distribution.

element distributions_d_profiles_2d/time
diagram dd_data_dictionary.xml_p1406.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType distributions_d_profiles_2d_collisions
diagram dd_data_dictionary.xml_p1407.png
annotation
documentation
2D profiles for collisions

element distributions_d_profiles_2d_collisions/electrons
diagram dd_data_dictionary.xml_p1408.png
annotation
documentation
Collisional exchange with electrons

element distributions_d_profiles_2d_collisions/ion
diagram dd_data_dictionary.xml_p1409.png
annotation
documentation
Collisional exchange with the various ion species
appinfo
<coordinate1>1...N</coordinate1>

complexType distributions_d_profiles_2d_collisions_electrons
diagram dd_data_dictionary.xml_p1410.png
annotation
documentation
2D profiles for collisions with electrons

element distributions_d_profiles_2d_collisions_electrons/power_thermal
diagram dd_data_dictionary.xml_p1411.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_electrons/power_fast
diagram dd_data_dictionary.xml_p1412.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_electrons/torque_thermal_tor
diagram dd_data_dictionary.xml_p1413.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_electrons/torque_fast_tor
diagram dd_data_dictionary.xml_p1414.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

complexType distributions_d_profiles_2d_collisions_ion
diagram dd_data_dictionary.xml_p1415.png
annotation
documentation
2D profiles for collisions with a given ion species

element distributions_d_profiles_2d_collisions_ion/element
diagram dd_data_dictionary.xml_p1416.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_profiles_2d_collisions_ion/z_ion
diagram dd_data_dictionary.xml_p1417.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element distributions_d_profiles_2d_collisions_ion/label
diagram dd_data_dictionary.xml_p1418.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion/neutral_index
diagram dd_data_dictionary.xml_p1419.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion/power_thermal
diagram dd_data_dictionary.xml_p1420.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion/power_fast
diagram dd_data_dictionary.xml_p1421.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion/torque_thermal_tor
diagram dd_data_dictionary.xml_p1422.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion/torque_fast_tor
diagram dd_data_dictionary.xml_p1423.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../grid/r OR ../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../grid/z OR ../../../grid/theta_geometric OR ../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1424.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion/state
diagram dd_data_dictionary.xml_p1425.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType distributions_d_profiles_2d_collisions_ion_state
diagram dd_data_dictionary.xml_p1426.png
annotation
documentation
2D profiles for collisions with a given ion species state

element distributions_d_profiles_2d_collisions_ion_state/z_min
diagram dd_data_dictionary.xml_p1427.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion_state/z_max
diagram dd_data_dictionary.xml_p1428.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion_state/label
diagram dd_data_dictionary.xml_p1429.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1430.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1431.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1432.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_collisions_ion_state/power_thermal
diagram dd_data_dictionary.xml_p1433.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion_state/power_fast
diagram dd_data_dictionary.xml_p1434.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion_state/torque_thermal_tor
diagram dd_data_dictionary.xml_p1435.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_collisions_ion_state/torque_fast_tor
diagram dd_data_dictionary.xml_p1436.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

complexType distributions_d_profiles_2d_grid
diagram dd_data_dictionary.xml_p1437.png
annotation
documentation
2D grid for the distribution

element distributions_d_profiles_2d_grid/type
diagram dd_data_dictionary.xml_p1438.png
annotation
documentation
Grid type: index=0: Rectangular grid in the (R,Z) coordinates; index=1: Rectangular grid in the (radial, theta_geometric) coordinates; index=2: Rectangular grid in the (radial, theta_straight) coordinates.
appinfo
<coordinate1>../rho_tor_norm</coordinate1>
<units>m^3</units>

element distributions_d_profiles_2d_grid/r
diagram dd_data_dictionary.xml_p1439.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>m</units>

element distributions_d_profiles_2d_grid/z
diagram dd_data_dictionary.xml_p1440.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>m</units>

element distributions_d_profiles_2d_grid/theta_straight
diagram dd_data_dictionary.xml_p1441.png
annotation
documentation
Straight field line poloidal angle
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>rad</units>

element distributions_d_profiles_2d_grid/theta_geometric
diagram dd_data_dictionary.xml_p1442.png
annotation
documentation
Geometrical poloidal angle
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>rad</units>

element distributions_d_profiles_2d_grid/rho_tor_norm
diagram dd_data_dictionary.xml_p1443.png
annotation
documentation
Normalised toroidal flux coordinate. The normalizing value for rho_tor_norm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>-</units>

element distributions_d_profiles_2d_grid/rho_tor
diagram dd_data_dictionary.xml_p1444.png
annotation
documentation
Toroidal flux coordinate. The toroidal field used in its definition is indicated under vacuum_toroidal_field/b0
appinfo
<type>dynamic</type>
<coordinate1>../rho_tor_norm</coordinate1>
<units>m</units>

element distributions_d_profiles_2d_grid/psi
diagram dd_data_dictionary.xml_p1445.png
annotation
documentation
Poloidal magnetic flux
appinfo
<coordinate1>../rho_tor_norm</coordinate1>
<units>Wb</units>
<type>dynamic</type>

element distributions_d_profiles_2d_grid/volume
diagram dd_data_dictionary.xml_p1446.png
annotation
documentation
Volume enclosed inside the magnetic surface
appinfo
<type>dynamic</type>
<coordinate1>../rho_tor_norm</coordinate1>
<units>m^3</units>

element distributions_d_profiles_2d_grid/area
diagram dd_data_dictionary.xml_p1447.png
annotation
documentation
Cross-sectional area of the flux surface
appinfo
<type>dynamic</type>
<coordinate1>../rho_tor_norm</coordinate1>
<units>m^2</units>

complexType distributions_d_profiles_2d_partial
diagram dd_data_dictionary.xml_p1448.png
annotation
documentation
2D profiles from specific particles in the distribution (trapped, co or counter-passing)

element distributions_d_profiles_2d_partial/density
diagram dd_data_dictionary.xml_p1449.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/density_fast
diagram dd_data_dictionary.xml_p1450.png
annotation
documentation
Density of fast particles
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/pressure
diagram dd_data_dictionary.xml_p1451.png
annotation
documentation
Pressure (thermal+non-thermal)
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/pressure_fast
diagram dd_data_dictionary.xml_p1452.png
annotation
documentation
Pressure of fast particles
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1453.png
annotation
documentation
Pressure of fast particles in the parallel direction
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>J.m^-3</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/current_tor
diagram dd_data_dictionary.xml_p1454.png
annotation
documentation
Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/current_fast_tor
diagram dd_data_dictionary.xml_p1455.png
annotation
documentation
Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)
appinfo
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>
<units>A.m^-2</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial/torque_tor_j_radial
diagram dd_data_dictionary.xml_p1456.png
annotation
documentation
Toroidal torque due to radial currents
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../grid/r OR ../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../grid/z OR ../../grid/theta_geometric OR ../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial/collisions
diagram dd_data_dictionary.xml_p1457.png
annotation
documentation
Power and torque exchanged between the species described by the distribution and the different plasma species through collisions

complexType distributions_d_profiles_2d_partial_collisions
diagram dd_data_dictionary.xml_p1458.png
annotation
documentation
2D profiles for collisions

element distributions_d_profiles_2d_partial_collisions/electrons
diagram dd_data_dictionary.xml_p1459.png
annotation
documentation
Collisional exchange with electrons

element distributions_d_profiles_2d_partial_collisions/ion
diagram dd_data_dictionary.xml_p1460.png
annotation
documentation
Collisional exchange with the various ion species
appinfo
<coordinate1>1...N</coordinate1>

complexType distributions_d_profiles_2d_partial_collisions_electrons
diagram dd_data_dictionary.xml_p1461.png
annotation
documentation
2D profiles for collisions with electrons

element distributions_d_profiles_2d_partial_collisions_electrons/power_thermal
diagram dd_data_dictionary.xml_p1462.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_electrons/power_fast
diagram dd_data_dictionary.xml_p1463.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_electrons/torque_thermal_tor
diagram dd_data_dictionary.xml_p1464.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_electrons/torque_fast_tor
diagram dd_data_dictionary.xml_p1465.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

complexType distributions_d_profiles_2d_partial_collisions_ion
diagram dd_data_dictionary.xml_p1466.png
annotation
documentation
2D profiles for collisions with a given ion species

element distributions_d_profiles_2d_partial_collisions_ion/element
diagram dd_data_dictionary.xml_p1467.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element distributions_d_profiles_2d_partial_collisions_ion/z_ion
diagram dd_data_dictionary.xml_p1468.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element distributions_d_profiles_2d_partial_collisions_ion/label
diagram dd_data_dictionary.xml_p1469.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion/neutral_index
diagram dd_data_dictionary.xml_p1470.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion/power_thermal
diagram dd_data_dictionary.xml_p1471.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion/power_fast
diagram dd_data_dictionary.xml_p1472.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion/torque_thermal_tor
diagram dd_data_dictionary.xml_p1473.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion/torque_fast_tor
diagram dd_data_dictionary.xml_p1474.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../grid/r OR ../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../grid/z OR ../../../../grid/theta_geometric OR ../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1475.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion/state
diagram dd_data_dictionary.xml_p1476.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType distributions_d_profiles_2d_partial_collisions_ion_state
diagram dd_data_dictionary.xml_p1477.png
annotation
documentation
2D profiles for collisions with a given ion species state

element distributions_d_profiles_2d_partial_collisions_ion_state/z_min
diagram dd_data_dictionary.xml_p1478.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion_state/z_max
diagram dd_data_dictionary.xml_p1479.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion_state/label
diagram dd_data_dictionary.xml_p1480.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1481.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1482.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1483.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element distributions_d_profiles_2d_partial_collisions_ion_state/power_thermal
diagram dd_data_dictionary.xml_p1484.png
annotation
documentation
Collisional power density to the thermal particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../../grid/r OR ../../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../../grid/z OR ../../../../../grid/theta_geometric OR ../../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion_state/power_fast
diagram dd_data_dictionary.xml_p1485.png
annotation
documentation
Collisional power density to the fast particle population
appinfo
<type>dynamic</type>
<units>W.m^-3</units>
<coordinate1>../../../../../grid/r OR ../../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../../grid/z OR ../../../../../grid/theta_geometric OR ../../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion_state/torque_thermal_tor
diagram dd_data_dictionary.xml_p1486.png
annotation
documentation
Collisional toroidal torque density to the thermal particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../../grid/r OR ../../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../../grid/z OR ../../../../../grid/theta_geometric OR ../../../../../grid/theta_straight</coordinate2>

element distributions_d_profiles_2d_partial_collisions_ion_state/torque_fast_tor
diagram dd_data_dictionary.xml_p1487.png
annotation
documentation
Collisional toroidal torque density to the fast particle population
appinfo
<type>dynamic</type>
<units>N.m^-2</units>
<coordinate1>../../../../../grid/r OR ../../../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../../../grid/z OR ../../../../../grid/theta_geometric OR ../../../../../grid/theta_straight</coordinate2>

complexType distributions_d_source_identifier
diagram dd_data_dictionary.xml_p1488.png
annotation
documentation
Identifier of the source/sink term (wave or particle source process)

element distributions_d_source_identifier/type
diagram dd_data_dictionary.xml_p1489.png
annotation
documentation
Type of the source term. Index  = 1 for a wave, index = 2 for a particle source process

element distributions_d_source_identifier/wave_index
diagram dd_data_dictionary.xml_p1490.png
annotation
documentation
Index into distribution/wave
appinfo
<type>dynamic</type>

element distributions_d_source_identifier/process_index
diagram dd_data_dictionary.xml_p1491.png
annotation
documentation
Index into distribution/process
appinfo
<type>dynamic</type>

element ec_antennas
diagram dd_data_dictionary.xml_p1492.png
annotation
documentation
Antenna systems for heating and current drive in the electron cyclotron (EC) frequencies.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.7.0</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element ec_antennas/antenna
diagram dd_data_dictionary.xml_p1493.png
annotation
documentation
Set of Electron Cyclotron antennas
appinfo
<coordinate1>1...N</coordinate1>

complexType ec_antennas_antenna
diagram dd_data_dictionary.xml_p1494.png
annotation
documentation
Electron Cyclotron Antenna

element ec_antennas_antenna/name
diagram dd_data_dictionary.xml_p1495.png
annotation
documentation
Name of the antenna (unique within the set of all antennas of the experiment)
appinfo
<type>static</type>

element ec_antennas_antenna/identifier
diagram dd_data_dictionary.xml_p1496.png
annotation
documentation
Identifier of the antenna (unique within the set of all antennas of the experiment)
appinfo
<type>static</type>

element ec_antennas_antenna/frequency
diagram dd_data_dictionary.xml_p1497.png
annotation
documentation
Frequency
appinfo
<type>static</type>
<units>Hz</units>

element ec_antennas_antenna/power_launched
diagram dd_data_dictionary.xml_p1498.png
annotation
documentation
Power launched from this antenna into the vacuum vessel
appinfo
<units>W</units>

element ec_antennas_antenna/mode
diagram dd_data_dictionary.xml_p1499.png
annotation
documentation
Incoming wave mode (+ or -1 for O/X mode)

element ec_antennas_antenna/launching_position
diagram dd_data_dictionary.xml_p1500.png
annotation
documentation
Launching position of the beam

element ec_antennas_antenna/launching_angle_pol
diagram dd_data_dictionary.xml_p1501.png
annotation
documentation
Poloidal launching angle between the horizontal plane and the poloidal component of the nominal beam centerline. tan(angle_pol)=-k_z/k_R;
appinfo
<units>rad</units>

element ec_antennas_antenna/launching_angle_tor
diagram dd_data_dictionary.xml_p1502.png
annotation
documentation
Toroidal launching angle between the poloidal plane and the nominal beam centerline. sin(angle_tor)=k_phi
appinfo
<units>rad</units>

element ec_antennas_antenna/beam
diagram dd_data_dictionary.xml_p1503.png
annotation
documentation
Beam characteristics

complexType ec_antennas_beam
diagram dd_data_dictionary.xml_p1504.png
annotation
documentation
Beam characteristics

element ec_antennas_beam/spot
diagram dd_data_dictionary.xml_p1505.png
annotation
documentation
Spot ellipse characteristics

element ec_antennas_beam/phase
diagram dd_data_dictionary.xml_p1506.png
annotation
documentation
Phase ellipse characteristics

complexType ec_antennas_beam_phase
diagram dd_data_dictionary.xml_p1507.png
annotation
documentation
Phase ellipse characteristics

element ec_antennas_beam_phase/curvature
diagram dd_data_dictionary.xml_p1508.png
annotation
documentation
Inverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams
appinfo
<coordinate1>1...2</coordinate1>
<coordinate2>time</coordinate2>
<units>m^-1</units>

element ec_antennas_beam_phase/angle
diagram dd_data_dictionary.xml_p1509.png
annotation
documentation
Rotation angle for the phase ellipse
appinfo
<units>rad</units>

complexType ec_antennas_beam_spot
diagram dd_data_dictionary.xml_p1510.png
annotation
documentation
Spot ellipse characteristics

element ec_antennas_beam_spot/size
diagram dd_data_dictionary.xml_p1511.png
annotation
documentation
Size of the spot ellipse
appinfo
<coordinate1>1...2</coordinate1>
<coordinate2>time</coordinate2>
<units>m</units>

element ec_antennas_beam_spot/angle
diagram dd_data_dictionary.xml_p1512.png
annotation
documentation
Rotation angle for the spot ellipse
appinfo
<units>rad</units>

element ece
diagram dd_data_dictionary.xml_p1513.png
annotation
documentation
Electron cyclotron emission diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.1</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element ece/line_of_sight
diagram dd_data_dictionary.xml_p1514.png
annotation
documentation
Description of the line of sight of the diagnostic (valid for all channels), defined by two points

element ece/channel
diagram dd_data_dictionary.xml_p1515.png
annotation
documentation
Set of channels (frequency)
appinfo
<coordinate1>1...N</coordinate1>

complexType ece_channel
diagram dd_data_dictionary.xml_p1516.png
annotation
documentation
Charge exchange channel

element ece_channel/name
diagram dd_data_dictionary.xml_p1517.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element ece_channel/identifier
diagram dd_data_dictionary.xml_p1518.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element ece_channel/frequency
diagram dd_data_dictionary.xml_p1519.png
annotation
documentation
Frequency of the channel
appinfo
<units>Hz</units>

element ece_channel/harmonic
diagram dd_data_dictionary.xml_p1520.png
annotation
documentation
Harmonic detected by the channel. 1 corresponds to the "O1" mode, while 2 corresponds to the "X2" mode.

element ece_channel/position
diagram dd_data_dictionary.xml_p1521.png
annotation
documentation
Position of the measurements

element ece_channel/t_e
diagram dd_data_dictionary.xml_p1522.png
annotation
documentation
Electron temperature
appinfo
<units>eV</units>

element ece_channel/t_e_voltage
diagram dd_data_dictionary.xml_p1523.png
annotation
documentation
Raw voltage measured on each channel, from which the calibrated temperature data is then derived
appinfo
<units>V</units>

element ece_channel/optical_depth
diagram dd_data_dictionary.xml_p1524.png
annotation
documentation
Optical depth of the plasma at the position of the measurement. This parameter is a proxy for the local / non-local character of the ECE emission. It must be greater than 1 to guarantee that the measurement is dominated by local ECE emission (non-local otherwise)
appinfo
<units>-</units>

element edge_profiles
diagram dd_data_dictionary.xml_p1525.png
annotation
documentation
Edge plasma profiles (includes the scrape-off layer and possibly part of the confined plasma)
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.17.1</lifecycle_last_change>

element edge_profiles/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p1526.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition and in the normalization of current densities)

element edge_profiles/profiles_1d
diagram dd_data_dictionary.xml_p1527.png
annotation
documentation
SOL radial profiles for various time slices, taken on outboard equatorial mid-plane
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_profiles/grid_ggd
diagram dd_data_dictionary.xml_p1528.png
annotation
documentation
Grid (using the Generic Grid Description), for various time slices. The timebase of this array of structure must be a subset of the ggd timebase
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_profiles/ggd
diagram dd_data_dictionary.xml_p1529.png
annotation
documentation
Edge plasma quantities represented using the general grid description, for various time slices. The timebase of this array of structure must be a subset of the ggd_fast timebase (only if the ggd_fast array of structure is used)
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_profiles/ggd_fast
diagram dd_data_dictionary.xml_p1530.png
annotation
documentation
Quantities provided at a faster sampling rate than the full ggd quantities. These are either integrated quantities or local quantities provided on a reduced set of positions. Positions and integration domains are described by a set of grid_subsets (of size 1 for a position).
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType edge_profiles_ggd_fast
diagram dd_data_dictionary.xml_p1531.png
annotation
documentation
Quantities provided at a faster sampling rate than the full ggd quantities, on a reduced set of positions. Positions are described by a set of grid_subsets of size 1

element edge_profiles_ggd_fast/electrons
diagram dd_data_dictionary.xml_p1532.png
annotation
documentation
Quantities related to the electrons

element edge_profiles_ggd_fast/ion
diagram dd_data_dictionary.xml_p1533.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element edge_profiles_ggd_fast/energy_thermal
diagram dd_data_dictionary.xml_p1534.png
annotation
documentation
Plasma energy content = 3/2 * integral over the volume of the grid subset of the thermal pressure (summed over all species), for various grid subsets
appinfo
<units>J</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_ggd_fast/time
diagram dd_data_dictionary.xml_p1535.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType edge_profiles_ggd_fast_electrons
diagram dd_data_dictionary.xml_p1536.png
annotation
documentation
Fast sampled quantities related to electrons

element edge_profiles_ggd_fast_electrons/temperature
diagram dd_data_dictionary.xml_p1537.png
annotation
documentation
Temperature, given at various positions (grid subset of size 1)
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_ggd_fast_electrons/density
diagram dd_data_dictionary.xml_p1538.png
annotation
documentation
Density (thermal+non-thermal), given at various positions (grid subset of size 1)
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

complexType edge_profiles_ggd_fast_ion
diagram dd_data_dictionary.xml_p1539.png
annotation
documentation
Fast sampled quantities related to a given ion species

element edge_profiles_ggd_fast_ion/element
diagram dd_data_dictionary.xml_p1540.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_profiles_ggd_fast_ion/z_ion
diagram dd_data_dictionary.xml_p1541.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element edge_profiles_ggd_fast_ion/label
diagram dd_data_dictionary.xml_p1542.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element edge_profiles_ggd_fast_ion/neutral_index
diagram dd_data_dictionary.xml_p1543.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element edge_profiles_ggd_fast_ion/content
diagram dd_data_dictionary.xml_p1544.png
annotation
documentation
Particle content = total number of particles for this ion species in the volume of the grid subset, for various grid subsets
appinfo
<units>-</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_ggd_fast_ion/temperature
diagram dd_data_dictionary.xml_p1545.png
annotation
documentation
Temperature (average over states when multiple states are considered), given at various positions (grid subset of size 1)
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_ggd_fast_ion/density
diagram dd_data_dictionary.xml_p1546.png
annotation
documentation
Density (thermal+non-thermal) (sum over states when multiple states are considered), given at various positions (grid subset of size 1)
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

complexType edge_profiles_time_slice
diagram dd_data_dictionary.xml_p1547.png
annotation
documentation
edge plasma description for a given time slice

element edge_profiles_time_slice/electrons
diagram dd_data_dictionary.xml_p1548.png
annotation
documentation
Quantities related to the electrons

element edge_profiles_time_slice/ion
diagram dd_data_dictionary.xml_p1549.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/neutral
diagram dd_data_dictionary.xml_p1550.png
annotation
documentation
Quantities related to the different neutral species
appinfo
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/t_i_average
diagram dd_data_dictionary.xml_p1551.png
annotation
documentation
Ion temperature (averaged on ion species), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_time_slice/n_i_total_over_n_e
diagram dd_data_dictionary.xml_p1552.png
annotation
documentation
Ratio of total ion density (sum over ion species) over electron density. (thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

element edge_profiles_time_slice/zeff
diagram dd_data_dictionary.xml_p1553.png
annotation
documentation
Effective charge, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

element edge_profiles_time_slice/pressure_thermal
diagram dd_data_dictionary.xml_p1554.png
annotation
documentation
Thermal pressure (electrons+ions), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice/pressure_perpendicular
diagram dd_data_dictionary.xml_p1555.png
annotation
documentation
Total perpendicular pressure (electrons+ions, thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice/pressure_parallel
diagram dd_data_dictionary.xml_p1556.png
annotation
documentation
Total parallel pressure (electrons+ions, thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice/j_anomalous
diagram dd_data_dictionary.xml_p1557.png
annotation
documentation
Anomalous current density, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_inertial
diagram dd_data_dictionary.xml_p1558.png
annotation
documentation
Inertial current density, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_ion_neutral_friction
diagram dd_data_dictionary.xml_p1559.png
annotation
documentation
Current density due to ion neutral friction, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_parallel_viscosity
diagram dd_data_dictionary.xml_p1560.png
annotation
documentation
Current density due to the parallel viscosity, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_perpendicular_viscosity
diagram dd_data_dictionary.xml_p1561.png
annotation
documentation
Current density due to the perpendicular viscosity, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_heat_viscosity
diagram dd_data_dictionary.xml_p1562.png
annotation
documentation
Current density due to the heat viscosity, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_pfirsch_schlueter
diagram dd_data_dictionary.xml_p1563.png
annotation
documentation
Current density due to Pfirsch-Schlüter effects, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/j_diamagnetic
diagram dd_data_dictionary.xml_p1564.png
annotation
documentation
Current density due to the diamgnetic drift, given on various grid subsets
appinfo
<units>A.m^-2</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice/e_field
diagram dd_data_dictionary.xml_p1565.png
annotation
documentation
Electric field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>V.m^-1</units>

element edge_profiles_time_slice/phi_potential
diagram dd_data_dictionary.xml_p1566.png
annotation
documentation
Electric potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>V</units>

element edge_profiles_time_slice/time
diagram dd_data_dictionary.xml_p1567.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType edge_profiles_time_slice_electrons
diagram dd_data_dictionary.xml_p1568.png
annotation
documentation
Quantities related to electrons

element edge_profiles_time_slice_electrons/temperature
diagram dd_data_dictionary.xml_p1569.png
annotation
documentation
Temperature, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_time_slice_electrons/density
diagram dd_data_dictionary.xml_p1570.png
annotation
documentation
Density (thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_electrons/density_fast
diagram dd_data_dictionary.xml_p1571.png
annotation
documentation
Density of fast (non-thermal) particles, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_electrons/pressure
diagram dd_data_dictionary.xml_p1572.png
annotation
documentation
Pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_electrons/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p1573.png
annotation
documentation
Fast (non-thermal) perpendicular pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_electrons/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1574.png
annotation
documentation
Fast (non-thermal) parallel pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_electrons/velocity
diagram dd_data_dictionary.xml_p1575.png
annotation
documentation
Velocity, given on various grid subsets
appinfo
<units>m.s^-1</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_electrons/distribution_function
diagram dd_data_dictionary.xml_p1576.png
annotation
documentation
Distribution function, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>

complexType edge_profiles_time_slice_ion
diagram dd_data_dictionary.xml_p1577.png
annotation
documentation
Quantities related to a given ion species

element edge_profiles_time_slice_ion/element
diagram dd_data_dictionary.xml_p1578.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_ion/z_ion
diagram dd_data_dictionary.xml_p1579.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element edge_profiles_time_slice_ion/label
diagram dd_data_dictionary.xml_p1580.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_ion/neutral_index
diagram dd_data_dictionary.xml_p1581.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_ion/temperature
diagram dd_data_dictionary.xml_p1582.png
annotation
documentation
Temperature (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_time_slice_ion/density
diagram dd_data_dictionary.xml_p1583.png
annotation
documentation
Density (thermal+non-thermal) (sum over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_ion/density_fast
diagram dd_data_dictionary.xml_p1584.png
annotation
documentation
Density of fast (non-thermal) particles (sum over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_ion/pressure
diagram dd_data_dictionary.xml_p1585.png
annotation
documentation
Pressure (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_ion/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p1586.png
annotation
documentation
Fast (non-thermal) perpendicular pressure (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_ion/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1587.png
annotation
documentation
Fast (non-thermal) parallel pressure (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_ion/velocity
diagram dd_data_dictionary.xml_p1588.png
annotation
documentation
Velocity (average over states when multiple states are considered), given on various grid subsets
appinfo
<units>m.s^-1</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_ion/energy_density_kinetic
diagram dd_data_dictionary.xml_p1589.png
annotation
documentation
Kinetic energy density (sum over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>J.m^-3</units>

element edge_profiles_time_slice_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1590.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_ion/state
diagram dd_data_dictionary.xml_p1591.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType edge_profiles_time_slice_ion_charge_state
diagram dd_data_dictionary.xml_p1592.png
annotation
documentation
Quantities related to a given charge state of the ion species

element edge_profiles_time_slice_ion_charge_state/z_min
diagram dd_data_dictionary.xml_p1593.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_profiles_time_slice_ion_charge_state/z_max
diagram dd_data_dictionary.xml_p1594.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_profiles_time_slice_ion_charge_state/z_average
diagram dd_data_dictionary.xml_p1595.png
annotation
documentation
Average Z of the charge state bundle (equal to z_min if no bundle), = sum (Z*x_z) where x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle, given on various grid subsets
appinfo
<units>Elementary Charge Unit</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_ion_charge_state/z_square_average
diagram dd_data_dictionary.xml_p1596.png
annotation
documentation
Average Z square of the charge state bundle (equal to z_min if no bundle), = sum (Z^2*x_z) where x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle, given on various grid subsets
appinfo
<units>Elementary Charge Unit</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_ion_charge_state/ionisation_potential
diagram dd_data_dictionary.xml_p1597.png
annotation
documentation
Cumulative and average ionisation potential to reach a given bundle. Defined as sum (x_z* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz_+, and x_z is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle, given on various grid subsets
appinfo
<units>Elementary Charge Unit</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_ion_charge_state/label
diagram dd_data_dictionary.xml_p1598.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_ion_charge_state/electron_configuration
diagram dd_data_dictionary.xml_p1599.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_ion_charge_state/vibrational_level
diagram dd_data_dictionary.xml_p1600.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_profiles_time_slice_ion_charge_state/vibrational_mode
diagram dd_data_dictionary.xml_p1601.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_ion_charge_state/temperature
diagram dd_data_dictionary.xml_p1602.png
annotation
documentation
Temperature, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_time_slice_ion_charge_state/density
diagram dd_data_dictionary.xml_p1603.png
annotation
documentation
Density (thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_ion_charge_state/density_fast
diagram dd_data_dictionary.xml_p1604.png
annotation
documentation
Density of fast (non-thermal) particles, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_ion_charge_state/pressure
diagram dd_data_dictionary.xml_p1605.png
annotation
documentation
Pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_ion_charge_state/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p1606.png
annotation
documentation
Fast (non-thermal) perpendicular pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_ion_charge_state/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1607.png
annotation
documentation
Fast (non-thermal) parallel pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_ion_charge_state/velocity
diagram dd_data_dictionary.xml_p1608.png
annotation
documentation
Velocity, given on various grid subsets
appinfo
<units>m.s^-1</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_ion_charge_state/velocity_diamagnetic
diagram dd_data_dictionary.xml_p1609.png
annotation
documentation
Velocity due to the diamagnetic drift, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_profiles_time_slice_ion_charge_state/velocity_exb
diagram dd_data_dictionary.xml_p1610.png
annotation
documentation
Velocity due to the ExB drift, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_profiles_time_slice_ion_charge_state/energy_density_kinetic
diagram dd_data_dictionary.xml_p1611.png
annotation
documentation
Kinetic energy density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>J.m^-3</units>

element edge_profiles_time_slice_ion_charge_state/distribution_function
diagram dd_data_dictionary.xml_p1612.png
annotation
documentation
Distribution function, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>

complexType edge_profiles_time_slice_neutral
diagram dd_data_dictionary.xml_p1613.png
annotation
documentation
Quantities related to a given neutral species

element edge_profiles_time_slice_neutral/element
diagram dd_data_dictionary.xml_p1614.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_neutral/label
diagram dd_data_dictionary.xml_p1615.png
annotation
documentation
String identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_neutral/ion_index
diagram dd_data_dictionary.xml_p1616.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_neutral/temperature
diagram dd_data_dictionary.xml_p1617.png
annotation
documentation
Temperature (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_time_slice_neutral/density
diagram dd_data_dictionary.xml_p1618.png
annotation
documentation
Density (thermal+non-thermal) (sum over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_neutral/density_fast
diagram dd_data_dictionary.xml_p1619.png
annotation
documentation
Density of fast (non-thermal) particles (sum over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_neutral/pressure
diagram dd_data_dictionary.xml_p1620.png
annotation
documentation
Pressure (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_neutral/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p1621.png
annotation
documentation
Fast (non-thermal) perpendicular pressure (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_neutral/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1622.png
annotation
documentation
Fast (non-thermal) parallel pressure (average over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_neutral/velocity
diagram dd_data_dictionary.xml_p1623.png
annotation
documentation
Velocity (average over states when multiple states are considered), given on various grid subsets
appinfo
<units>m.s^-1</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_neutral/energy_density_kinetic
diagram dd_data_dictionary.xml_p1624.png
annotation
documentation
Kinetic energy density (sum over states when multiple states are considered), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>J.m^-3</units>

element edge_profiles_time_slice_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p1625.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_neutral/state
diagram dd_data_dictionary.xml_p1626.png
annotation
documentation
Quantities related to the different states of the species (energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType edge_profiles_time_slice_neutral_state
diagram dd_data_dictionary.xml_p1627.png
annotation
documentation
Quantities related to a given state of the neutral species

element edge_profiles_time_slice_neutral_state/label
diagram dd_data_dictionary.xml_p1628.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p1629.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p1630.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_profiles_time_slice_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p1631.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element edge_profiles_time_slice_neutral_state/neutral_type
diagram dd_data_dictionary.xml_p1632.png
annotation
documentation
Neutral type, in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element edge_profiles_time_slice_neutral_state/temperature
diagram dd_data_dictionary.xml_p1633.png
annotation
documentation
Temperature, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element edge_profiles_time_slice_neutral_state/density
diagram dd_data_dictionary.xml_p1634.png
annotation
documentation
Density (thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_neutral_state/density_fast
diagram dd_data_dictionary.xml_p1635.png
annotation
documentation
Density of fast (non-thermal) particles, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element edge_profiles_time_slice_neutral_state/pressure
diagram dd_data_dictionary.xml_p1636.png
annotation
documentation
Pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_neutral_state/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p1637.png
annotation
documentation
Fast (non-thermal) perpendicular pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_neutral_state/pressure_fast_parallel
diagram dd_data_dictionary.xml_p1638.png
annotation
documentation
Fast (non-thermal) parallel pressure, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element edge_profiles_time_slice_neutral_state/velocity
diagram dd_data_dictionary.xml_p1639.png
annotation
documentation
Velocity, given on various grid subsets
appinfo
<units>m.s^-1</units>
<coordinate1>1...N</coordinate1>

element edge_profiles_time_slice_neutral_state/velocity_diamagnetic
diagram dd_data_dictionary.xml_p1640.png
annotation
documentation
Velocity due to the diamagnetic drift, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_profiles_time_slice_neutral_state/velocity_exb
diagram dd_data_dictionary.xml_p1641.png
annotation
documentation
Velocity due to the ExB drift, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_profiles_time_slice_neutral_state/energy_density_kinetic
diagram dd_data_dictionary.xml_p1642.png
annotation
documentation
Kinetic energy density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>J.m^-3</units>

element edge_profiles_time_slice_neutral_state/distribution_function
diagram dd_data_dictionary.xml_p1643.png
annotation
documentation
Distribution function, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element edge_sources
diagram dd_data_dictionary.xml_p1644.png
annotation
documentation
Edge plasma sources. Energy terms correspond to the full kinetic energy equation (i.e. the energy flux takes into account the energy transported by the particle flux)
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.1</lifecycle_version>
<lifecycle_last_change>3.20.0</lifecycle_last_change>

element edge_sources/grid_ggd
diagram dd_data_dictionary.xml_p1645.png
annotation
documentation
Grid (using the Generic Grid Description), for various time slices. The timebase of this array of structure must be a subset of the ggd timebases
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_sources/source
diagram dd_data_dictionary.xml_p1646.png
annotation
documentation
Set of source terms
appinfo
<coordinate1>1...N</coordinate1>

complexType edge_sources_source
diagram dd_data_dictionary.xml_p1647.png
annotation
documentation
Source terms for a given actuator

element edge_sources_source/identifier
diagram dd_data_dictionary.xml_p1648.png
annotation
documentation
Source term identifier (process causing this source term)
appinfo
<doc_identifier>edge_sources/edge_source_identifier.xml</doc_identifier>

element edge_sources_source/species
diagram dd_data_dictionary.xml_p1649.png
annotation
documentation
Species causing this source term (if relevant, e.g. a particular ion or neutral state in case of line radiation)

element edge_sources_source/ggd
diagram dd_data_dictionary.xml_p1650.png
annotation
documentation
Source terms represented using the general grid description, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_sources_source/ggd_fast
diagram dd_data_dictionary.xml_p1651.png
annotation
documentation
Quantities provided at a faster sampling rate than the full ggd quantities. These are either integrated quantities or local quantities provided on a reduced set of positions. Positions and integration domains are described by a set of grid_subsets (of size 1 for a position).
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType edge_sources_source_ggd
diagram dd_data_dictionary.xml_p1652.png
annotation
documentation
Source terms for a given time slice

element edge_sources_source_ggd/electrons
diagram dd_data_dictionary.xml_p1653.png
annotation
documentation
Sources for electrons

element edge_sources_source_ggd/ion
diagram dd_data_dictionary.xml_p1654.png
annotation
documentation
Source terms related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element edge_sources_source_ggd/neutral
diagram dd_data_dictionary.xml_p1655.png
annotation
documentation
Source terms related to the different neutral species
appinfo
<coordinate1>1...N</coordinate1>

element edge_sources_source_ggd/total_ion_energy
diagram dd_data_dictionary.xml_p1656.png
annotation
documentation
Source term for the total (summed over ion  species) energy equation, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

element edge_sources_source_ggd/momentum
diagram dd_data_dictionary.xml_p1657.png
annotation
documentation
Source term for total momentum equations, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>kg.m^-1.s^-2</units>

element edge_sources_source_ggd/current
diagram dd_data_dictionary.xml_p1658.png
annotation
documentation
Current density source
appinfo
<coordinate1>1...N</coordinate1>
<units>A.m^-2</units>

element edge_sources_source_ggd/time
diagram dd_data_dictionary.xml_p1659.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType edge_sources_source_ggd_electrons
diagram dd_data_dictionary.xml_p1660.png
annotation
documentation
Source terms related to electrons

element edge_sources_source_ggd_electrons/particles
diagram dd_data_dictionary.xml_p1661.png
annotation
documentation
Source term for electron density equation, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3.s^-1</units>

element edge_sources_source_ggd_electrons/energy
diagram dd_data_dictionary.xml_p1662.png
annotation
documentation
Source term for the electron energy equation, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

complexType edge_sources_source_ggd_fast
diagram dd_data_dictionary.xml_p1663.png
annotation
documentation
Integrated source terms given on the ggd at a given time slice (fast sampled data)

element edge_sources_source_ggd_fast/ion
diagram dd_data_dictionary.xml_p1664.png
annotation
documentation
Source term integrals related to the various ion species
appinfo
<coordinate1>1...N</coordinate1>

element edge_sources_source_ggd_fast/time
diagram dd_data_dictionary.xml_p1665.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType edge_sources_source_ggd_fast_ion
diagram dd_data_dictionary.xml_p1666.png
annotation
documentation
Integrated source terms related to a given ion species (fast sampled data)

element edge_sources_source_ggd_fast_ion/element
diagram dd_data_dictionary.xml_p1667.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_sources_source_ggd_fast_ion/z_ion
diagram dd_data_dictionary.xml_p1668.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element edge_sources_source_ggd_fast_ion/label
diagram dd_data_dictionary.xml_p1669.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_fast_ion/neutral_index
diagram dd_data_dictionary.xml_p1670.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_fast_ion/power
diagram dd_data_dictionary.xml_p1671.png
annotation
documentation
Total power source or sink related to this ion species, integrated over the volume of the grid subset, for various grid subsets.
appinfo
<units>W</units>
<coordinate1>1...N</coordinate1>

complexType edge_sources_source_ggd_ion
diagram dd_data_dictionary.xml_p1672.png
annotation
documentation
Source terms related to a given ion species

element edge_sources_source_ggd_ion/element
diagram dd_data_dictionary.xml_p1673.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_sources_source_ggd_ion/z_ion
diagram dd_data_dictionary.xml_p1674.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element edge_sources_source_ggd_ion/label
diagram dd_data_dictionary.xml_p1675.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_ion/neutral_index
diagram dd_data_dictionary.xml_p1676.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_ion/particles
diagram dd_data_dictionary.xml_p1677.png
annotation
documentation
Source term for ion density equation, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1.m^-3</units>

element edge_sources_source_ggd_ion/energy
diagram dd_data_dictionary.xml_p1678.png
annotation
documentation
Source term for the ion energy transport equation, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

element edge_sources_source_ggd_ion/momentum
diagram dd_data_dictionary.xml_p1679.png
annotation
documentation
Source term for momentum equations (sum over states when multiple states are considered), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>kg.m^-1.s^-2</units>

element edge_sources_source_ggd_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1680.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_ion/state
diagram dd_data_dictionary.xml_p1681.png
annotation
documentation
Source terms related to the different charge states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType edge_sources_source_ggd_ion_state
diagram dd_data_dictionary.xml_p1682.png
annotation
documentation
Source terms related to the a given state of the ion species

element edge_sources_source_ggd_ion_state/z_min
diagram dd_data_dictionary.xml_p1683.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_sources_source_ggd_ion_state/z_max
diagram dd_data_dictionary.xml_p1684.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_sources_source_ggd_ion_state/label
diagram dd_data_dictionary.xml_p1685.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1686.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_sources_source_ggd_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1687.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1688.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_ion_state/particles
diagram dd_data_dictionary.xml_p1689.png
annotation
documentation
Source term for the charge state density transport equation
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1.m^-3</units>

element edge_sources_source_ggd_ion_state/energy
diagram dd_data_dictionary.xml_p1690.png
annotation
documentation
Source terms for the charge state energy transport equation
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

element edge_sources_source_ggd_ion_state/momentum
diagram dd_data_dictionary.xml_p1691.png
annotation
documentation
Source term for momentum equations, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>kg.m^-1.s^-2</units>

complexType edge_sources_source_ggd_neutral
diagram dd_data_dictionary.xml_p1692.png
annotation
documentation
Source terms related to a given neutral species

element edge_sources_source_ggd_neutral/element
diagram dd_data_dictionary.xml_p1693.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_sources_source_ggd_neutral/label
diagram dd_data_dictionary.xml_p1694.png
annotation
documentation
String identifying neutral (e.g. H, D, T, He, C, ...)
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_neutral/ion_index
diagram dd_data_dictionary.xml_p1695.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_neutral/particles
diagram dd_data_dictionary.xml_p1696.png
annotation
documentation
Source term for ion density equation, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1.m^-3</units>

element edge_sources_source_ggd_neutral/energy
diagram dd_data_dictionary.xml_p1697.png
annotation
documentation
Source term for the ion energy transport equation, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

element edge_sources_source_ggd_neutral/momentum
diagram dd_data_dictionary.xml_p1698.png
annotation
documentation
Source term for momentum equations (sum over states when multiple states are considered), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>kg.m^-1.s^-2</units>

element edge_sources_source_ggd_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p1699.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_neutral/state
diagram dd_data_dictionary.xml_p1700.png
annotation
documentation
Source terms related to the different charge states of the species (energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType edge_sources_source_ggd_neutral_state
diagram dd_data_dictionary.xml_p1701.png
annotation
documentation
Source terms related to the a given state of the neutral species

element edge_sources_source_ggd_neutral_state/label
diagram dd_data_dictionary.xml_p1702.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p1703.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_sources_source_ggd_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p1704.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p1705.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element edge_sources_source_ggd_neutral_state/neutral_type
diagram dd_data_dictionary.xml_p1706.png
annotation
documentation
Neutral type, in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element edge_sources_source_ggd_neutral_state/particles
diagram dd_data_dictionary.xml_p1707.png
annotation
documentation
Source term for the charge state density transport equation
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1.m^-3</units>

element edge_sources_source_ggd_neutral_state/energy
diagram dd_data_dictionary.xml_p1708.png
annotation
documentation
Source terms for the charge state energy transport equation
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

element edge_sources_source_ggd_neutral_state/momentum
diagram dd_data_dictionary.xml_p1709.png
annotation
documentation
Source term for momentum equations, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>kg.m^-1.s^-2</units>

element edge_transport
diagram dd_data_dictionary.xml_p1710.png
annotation
documentation
Edge plasma transport. Energy terms correspond to the full kinetic energy equation (i.e. the energy flux takes into account the energy transported by the particle flux)
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.1</lifecycle_version>
<lifecycle_last_change>3.20.0</lifecycle_last_change>

element edge_transport/grid_ggd
diagram dd_data_dictionary.xml_p1711.png
annotation
documentation
Grid (using the Generic Grid Description), for various time slices. The timebase of this array of structure must be a subset of the ggd timebases
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_transport/model
diagram dd_data_dictionary.xml_p1712.png
annotation
documentation
Transport is described by a combination of various transport models
appinfo
<coordinate1>1...N_Models</coordinate1>

complexType edge_transport_model
diagram dd_data_dictionary.xml_p1713.png
annotation
documentation
Transport coefficients for a given model

element edge_transport_model/identifier
diagram dd_data_dictionary.xml_p1714.png
annotation
documentation
Transport model identifier
appinfo
<doc_identifier>edge_transport/edge_transport_identifier.xml</doc_identifier>

element edge_transport_model/flux_multiplier
diagram dd_data_dictionary.xml_p1715.png
annotation
documentation
Multiplier applied to the particule flux when adding its contribution in the expression of the heat flux : can be 0, 3/2 or 5/2
appinfo
<type>constant</type>
<units>-</units>

element edge_transport_model/ggd
diagram dd_data_dictionary.xml_p1716.png
annotation
documentation
Transport coefficients represented using the general grid description, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element edge_transport_model/ggd_fast
diagram dd_data_dictionary.xml_p1717.png
annotation
documentation
Quantities provided at a faster sampling rate than the full ggd quantities. These are either integrated quantities or local quantities provided on a reduced set of positions. Positions and integration domains are described by a set of grid_subsets (of size 1 for a position). 
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType edge_transport_model_density
diagram dd_data_dictionary.xml_p1718.png
annotation
documentation
Transport coefficients for energy equations.

element edge_transport_model_density/d
diagram dd_data_dictionary.xml_p1719.png
annotation
documentation
Effective diffusivity, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^2.s^-1</units>

element edge_transport_model_density/v
diagram dd_data_dictionary.xml_p1720.png
annotation
documentation
Effective convection, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_transport_model_density/flux
diagram dd_data_dictionary.xml_p1721.png
annotation
documentation
Flux, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-2.s^-1</units>

element edge_transport_model_density/flux_limiter
diagram dd_data_dictionary.xml_p1722.png
annotation
documentation
Flux limiter coefficient, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

complexType edge_transport_model_electrons
diagram dd_data_dictionary.xml_p1723.png
annotation
documentation
Transport coefficients related to electrons

element edge_transport_model_electrons/particles
diagram dd_data_dictionary.xml_p1724.png
annotation
documentation
Transport quantities for the electron density equation

element edge_transport_model_electrons/energy
diagram dd_data_dictionary.xml_p1725.png
annotation
documentation
Transport quantities for the electron energy equation

complexType edge_transport_model_energy
diagram dd_data_dictionary.xml_p1726.png
annotation
documentation
Transport coefficients for energy equations.

element edge_transport_model_energy/d
diagram dd_data_dictionary.xml_p1727.png
annotation
documentation
Effective diffusivity, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^2.s^-1</units>

element edge_transport_model_energy/v
diagram dd_data_dictionary.xml_p1728.png
annotation
documentation
Effective convection, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_transport_model_energy/flux
diagram dd_data_dictionary.xml_p1729.png
annotation
documentation
Flux, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-2</units>

element edge_transport_model_energy/flux_limiter
diagram dd_data_dictionary.xml_p1730.png
annotation
documentation
Flux limiter coefficient, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

complexType edge_transport_model_ggd
diagram dd_data_dictionary.xml_p1731.png
annotation
documentation
Transport coefficient given on the ggd at a given time slice

element edge_transport_model_ggd/conductivity
diagram dd_data_dictionary.xml_p1732.png
annotation
documentation
Conductivity, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>ohm^-1.m^-1</units>

element edge_transport_model_ggd/electrons
diagram dd_data_dictionary.xml_p1733.png
annotation
documentation
Transport quantities related to the electrons

element edge_transport_model_ggd/total_ion_energy
diagram dd_data_dictionary.xml_p1734.png
annotation
documentation
Transport coefficients for the total (summed over ion  species) energy equation

element edge_transport_model_ggd/momentum
diagram dd_data_dictionary.xml_p1735.png
annotation
documentation
Transport coefficients for total momentum equation

element edge_transport_model_ggd/ion
diagram dd_data_dictionary.xml_p1736.png
annotation
documentation
Transport coefficients related to the various ion and neutral species
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ggd/neutral
diagram dd_data_dictionary.xml_p1737.png
annotation
documentation
Transport coefficients related to the various ion and neutral species
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ggd/time
diagram dd_data_dictionary.xml_p1738.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType edge_transport_model_ggd_fast
diagram dd_data_dictionary.xml_p1739.png
annotation
documentation
Transport coefficient given on the ggd at a given time slice (fast sampled data)

element edge_transport_model_ggd_fast/electrons
diagram dd_data_dictionary.xml_p1740.png
annotation
documentation
Transport quantities and flux integrals related to the electrons

element edge_transport_model_ggd_fast/ion
diagram dd_data_dictionary.xml_p1741.png
annotation
documentation
Transport coefficients and flux integrals related to the various ion species
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ggd_fast/neutral
diagram dd_data_dictionary.xml_p1742.png
annotation
documentation
Transport coefficients and flux integrals related to the various ion and neutral species
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ggd_fast/power_ion_total
diagram dd_data_dictionary.xml_p1743.png
annotation
documentation
Power carried by all ions (sum over ions species) crossing a surface, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>W</units>

element edge_transport_model_ggd_fast/energy_flux_max
diagram dd_data_dictionary.xml_p1744.png
annotation
documentation
Maximum power density over a surface, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-2</units>

element edge_transport_model_ggd_fast/power
diagram dd_data_dictionary.xml_p1745.png
annotation
documentation
Power (sum over all species) crossing a surface, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>W</units>

element edge_transport_model_ggd_fast/time
diagram dd_data_dictionary.xml_p1746.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType edge_transport_model_ggd_fast_electrons
diagram dd_data_dictionary.xml_p1747.png
annotation
documentation
Transport coefficients related to electrons (fast sampled data)

element edge_transport_model_ggd_fast_electrons/particle_flux_integrated
diagram dd_data_dictionary.xml_p1748.png
annotation
documentation
Total number of particles of this species crossing a surface per unit time, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1</units>

element edge_transport_model_ggd_fast_electrons/power
diagram dd_data_dictionary.xml_p1749.png
annotation
documentation
Power carried by this species crossing a surface, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>W</units>

complexType edge_transport_model_ggd_fast_ion
diagram dd_data_dictionary.xml_p1750.png
annotation
documentation
Transport coefficients related to a given ion species (fast sampled data)

element edge_transport_model_ggd_fast_ion/element
diagram dd_data_dictionary.xml_p1751.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ggd_fast_ion/z_ion
diagram dd_data_dictionary.xml_p1752.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element edge_transport_model_ggd_fast_ion/label
diagram dd_data_dictionary.xml_p1753.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element edge_transport_model_ggd_fast_ion/neutral_index
diagram dd_data_dictionary.xml_p1754.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element edge_transport_model_ggd_fast_ion/particle_flux_integrated
diagram dd_data_dictionary.xml_p1755.png
annotation
documentation
Total number of particles of this species crossing a surface per unit time, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1</units>

complexType edge_transport_model_ggd_fast_neutral
diagram dd_data_dictionary.xml_p1756.png
annotation
documentation
Transport coefficients related to a given neutral species (fast sampled data)

element edge_transport_model_ggd_fast_neutral/element
diagram dd_data_dictionary.xml_p1757.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ggd_fast_neutral/label
diagram dd_data_dictionary.xml_p1758.png
annotation
documentation
String identifying neutral (e.g. H, D, T, He, C, ...)
appinfo
<type>dynamic</type>

element edge_transport_model_ggd_fast_neutral/ion_index
diagram dd_data_dictionary.xml_p1759.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element edge_transport_model_ggd_fast_neutral/particle_flux_integrated
diagram dd_data_dictionary.xml_p1760.png
annotation
documentation
Total number of particles of this species crossing a surface per unit time, for various surfaces (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1</units>

complexType edge_transport_model_ion
diagram dd_data_dictionary.xml_p1761.png
annotation
documentation
Transport coefficients related to a given ion species

element edge_transport_model_ion/element
diagram dd_data_dictionary.xml_p1762.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_ion/z_ion
diagram dd_data_dictionary.xml_p1763.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element edge_transport_model_ion/label
diagram dd_data_dictionary.xml_p1764.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element edge_transport_model_ion/neutral_index
diagram dd_data_dictionary.xml_p1765.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element edge_transport_model_ion/particles
diagram dd_data_dictionary.xml_p1766.png
annotation
documentation
Transport related to the ion density equation

element edge_transport_model_ion/energy
diagram dd_data_dictionary.xml_p1767.png
annotation
documentation
Transport coefficients related to the ion energy equation

element edge_transport_model_ion/momentum
diagram dd_data_dictionary.xml_p1768.png
annotation
documentation
Transport coefficients for the ion momentum equations

element edge_transport_model_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p1769.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element edge_transport_model_ion/state
diagram dd_data_dictionary.xml_p1770.png
annotation
documentation
Transport coefficients related to the different states of the species
appinfo
<coordinate1>1...N</coordinate1>

complexType edge_transport_model_ion_state
diagram dd_data_dictionary.xml_p1771.png
annotation
documentation
Transport coefficients related to a given state of the ion species

element edge_transport_model_ion_state/z_min
diagram dd_data_dictionary.xml_p1772.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_transport_model_ion_state/z_max
diagram dd_data_dictionary.xml_p1773.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_transport_model_ion_state/label
diagram dd_data_dictionary.xml_p1774.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element edge_transport_model_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p1775.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_transport_model_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p1776.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element edge_transport_model_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p1777.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element edge_transport_model_ion_state/particles
diagram dd_data_dictionary.xml_p1778.png
annotation
documentation
Transport quantities related to density equation of the charge state considered (thermal+non-thermal)

element edge_transport_model_ion_state/energy
diagram dd_data_dictionary.xml_p1779.png
annotation
documentation
Transport quantities related to the energy equation of the charge state considered

element edge_transport_model_ion_state/momentum
diagram dd_data_dictionary.xml_p1780.png
annotation
documentation
Transport coefficients related to the momentum equations of the charge state considered

complexType edge_transport_model_momentum
diagram dd_data_dictionary.xml_p1781.png
annotation
documentation
Transport coefficients for momentum equations.

element edge_transport_model_momentum/d
diagram dd_data_dictionary.xml_p1782.png
annotation
documentation
Effective diffusivity, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^2.s^-1</units>

element edge_transport_model_momentum/v
diagram dd_data_dictionary.xml_p1783.png
annotation
documentation
Effective convection, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element edge_transport_model_momentum/flux
diagram dd_data_dictionary.xml_p1784.png
annotation
documentation
Flux, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>kg.m^-1.s^-2</units>

element edge_transport_model_momentum/flux_limiter
diagram dd_data_dictionary.xml_p1785.png
annotation
documentation
Flux limiter coefficient, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

complexType edge_transport_model_neutral
diagram dd_data_dictionary.xml_p1786.png
annotation
documentation
Transport coefficients related to a given neutral species

element edge_transport_model_neutral/element
diagram dd_data_dictionary.xml_p1787.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element edge_transport_model_neutral/label
diagram dd_data_dictionary.xml_p1788.png
annotation
documentation
String identifying neutral (e.g. H, D, T, He, C, ...)
appinfo
<type>dynamic</type>

element edge_transport_model_neutral/ion_index
diagram dd_data_dictionary.xml_p1789.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element edge_transport_model_neutral/particles
diagram dd_data_dictionary.xml_p1790.png
annotation
documentation
Transport related to the ion density equation

element edge_transport_model_neutral/energy
diagram dd_data_dictionary.xml_p1791.png
annotation
documentation
Transport coefficients related to the ion energy equation

element edge_transport_model_neutral/momentum
diagram dd_data_dictionary.xml_p1792.png
annotation
documentation
Transport coefficients for the ion momentum equations

element edge_transport_model_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p1793.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element edge_transport_model_neutral/state
diagram dd_data_dictionary.xml_p1794.png
annotation
documentation
Transport coefficients related to the different states of the species
appinfo
<coordinate1>1...N</coordinate1>

complexType edge_transport_model_neutral_state
diagram dd_data_dictionary.xml_p1795.png
annotation
documentation
Transport coefficients related to a given state of the neutral species

element edge_transport_model_neutral_state/label
diagram dd_data_dictionary.xml_p1796.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element edge_transport_model_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p1797.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element edge_transport_model_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p1798.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element edge_transport_model_neutral_state/neutral_type
diagram dd_data_dictionary.xml_p1799.png
annotation
documentation
Neutral type, in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element edge_transport_model_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p1800.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element edge_transport_model_neutral_state/particles
diagram dd_data_dictionary.xml_p1801.png
annotation
documentation
Transport quantities related to density equation of the charge state considered (thermal+non-thermal)

element edge_transport_model_neutral_state/energy
diagram dd_data_dictionary.xml_p1802.png
annotation
documentation
Transport quantities related to the energy equation of the charge state considered

element edge_transport_model_neutral_state/momentum
diagram dd_data_dictionary.xml_p1803.png
annotation
documentation
Transport coefficients related to the momentum equations of the charge state considered

element em_coupling
diagram dd_data_dictionary.xml_p1804.png
annotation
documentation
Description of the axisymmetric mutual electromagnetics; does not include non-axisymmetric coil systems; the convention is Quantity_Sensor_Source
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.0.0</lifecycle_last_change>

element em_coupling/mutual_active_active
diagram dd_data_dictionary.xml_p1805.png
annotation
documentation
Mutual inductance coupling from active coils to active coils
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../active_coils</coordinate1>
<coordinate2>../active_coils</coordinate2>

element em_coupling/mutual_passive_active
diagram dd_data_dictionary.xml_p1806.png
annotation
documentation
Mutual inductance coupling from active coils to passive loops
appinfo
<Type>static</Type>
<units>H</units>
<coordinate1>../passive_loops</coordinate1>
<coordinate2>../active_coils</coordinate2>

element em_coupling/mutual_loops_active
diagram dd_data_dictionary.xml_p1807.png
annotation
documentation
Mutual inductance coupling from active coils to poloidal flux loops
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../flux_loops</coordinate1>
<coordinate2>../active_coils</coordinate2>

element em_coupling/field_probes_active
diagram dd_data_dictionary.xml_p1808.png
annotation
documentation
Poloidal field coupling from active coils to poloidal field probes
appinfo
<type>static</type>
<units>T/A</units>
<coordinate1>../poloidal_probes</coordinate1>
<coordinate2>../active_coils</coordinate2>

element em_coupling/mutual_passive_passive
diagram dd_data_dictionary.xml_p1809.png
annotation
documentation
Mutual inductance coupling from passive loops to passive loops
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../passive_loops</coordinate1>
<coordinate2>../passive_loops</coordinate2>

element em_coupling/mutual_loops_passive
diagram dd_data_dictionary.xml_p1810.png
annotation
documentation
Mutual  inductance coupling from passive  loops to poloidal flux loops
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../flux_loops</coordinate1>
<coordinate2>../passive_loops</coordinate2>

element em_coupling/field_probes_passive
diagram dd_data_dictionary.xml_p1811.png
annotation
documentation
Poloidal field coupling from passive loops to poloidal field probes
appinfo
<type>static</type>
<units>T/A</units>
<coordinate1>../poloidal_probes</coordinate1>
<coordinate2>../passive_loops</coordinate2>

element em_coupling/mutual_grid_grid
diagram dd_data_dictionary.xml_p1812.png
annotation
documentation
Mutual inductance from equilibrium grid to itself
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../grid_points</coordinate1>
<coordinate2>../grid_points</coordinate2>

element em_coupling/mutual_grid_active
diagram dd_data_dictionary.xml_p1813.png
annotation
documentation
Mutual inductance coupling from active coils to equilibrium grid 
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../grid_points</coordinate1>
<coordinate2>../active_coils</coordinate2>

element em_coupling/mutual_grid_passive
diagram dd_data_dictionary.xml_p1814.png
annotation
documentation
Mutual inductance coupling from passive loops to equilibrium grid
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../grid_points</coordinate1>
<coordinate2>../passive_loops</coordinate2>

element em_coupling/field_probes_grid
diagram dd_data_dictionary.xml_p1815.png
annotation
documentation
Poloidal field coupling from equilibrium grid to poloidal field probes
appinfo
<type>static</type>
<units>T/A</units>
<coordinate1>../poloidal_probes</coordinate1>
<coordinate2>../grid_points</coordinate2>

element em_coupling/mutual_loops_grid
diagram dd_data_dictionary.xml_p1816.png
annotation
documentation
Mutual inductance from equilibrium grid to poloidal flux loops
appinfo
<type>static</type>
<units>H</units>
<coordinate1>../flux_loops</coordinate1>
<coordinate2>../grid_points</coordinate2>

element em_coupling/active_coils
diagram dd_data_dictionary.xml_p1817.png
annotation
documentation
List of the names of the active PF+CS coils
appinfo
<type>static</type>
<coordinate1>IDS:pf_active/coil</coordinate1>

element em_coupling/passive_loops
diagram dd_data_dictionary.xml_p1818.png
annotation
documentation
List of the names of the passive loops
appinfo
<type>static</type>
<coordinate1>IDS:pf_passive/loop</coordinate1>

element em_coupling/poloidal_probes
diagram dd_data_dictionary.xml_p1819.png
annotation
documentation
List of the names of poloidal field probes
appinfo
<type>static</type>
<coordinate1>IDS:magnetics/bpol_probe</coordinate1>

element em_coupling/flux_loops
diagram dd_data_dictionary.xml_p1820.png
annotation
documentation
List of the names of the axisymmetric flux loops
appinfo
<type>static</type>
<coordinate1>IDS:magnetics/flux_loop</coordinate1>

element em_coupling/grid_points
diagram dd_data_dictionary.xml_p1821.png
annotation
documentation
List of the names of the plasma region grid points
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element equilibrium
diagram dd_data_dictionary.xml_p1822.png
annotation
documentation
Description of a 2D, axi-symmetric, tokamak equilibrium; result of an equilibrium code.
appinfo
<lifecycle_status>active</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element equilibrium/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p1823.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition and in the normalization of current densities)

element equilibrium/grids_ggd
diagram dd_data_dictionary.xml_p1824.png
annotation
documentation
Grids (using the Generic Grid Description), for various time slices. The timebase of this array of structure must be a subset of the time_slice timebase
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium/time_slice
diagram dd_data_dictionary.xml_p1825.png
annotation
documentation
Set of equilibria at various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType equilibrium_boundary
diagram dd_data_dictionary.xml_p1826.png
annotation
documentation
Geometry of the plasma boundary typically taken at psi_norm = 99.x % of the separatrix

element equilibrium_boundary/type
diagram dd_data_dictionary.xml_p1827.png
annotation
documentation
0 (limiter) or 1 (diverted)
appinfo
<type>dynamic</type>

element equilibrium_boundary/outline
diagram dd_data_dictionary.xml_p1828.png
annotation
documentation
RZ outline of the plasma boundary

element equilibrium_boundary/lcfs
diagram dd_data_dictionary.xml_p1829.png
annotation
documentation
RZ description of the plasma boundary
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_boundary/psi_norm
diagram dd_data_dictionary.xml_p1830.png
annotation
documentation
Value of the normalised poloidal flux at which the boundary is taken (typically 99.x %), the flux being normalised to its value at the separatrix
appinfo
<type>dynamic</type>
<units>-</units>

element equilibrium_boundary/b_flux_pol_norm
diagram dd_data_dictionary.xml_p1831.png
annotation
documentation
Value of the normalised poloidal flux at which the boundary is taken
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary/psi
diagram dd_data_dictionary.xml_p1832.png
annotation
documentation
Value of the poloidal flux at which the boundary is taken
appinfo
<type>dynamic</type>
<units>Wb</units>

element equilibrium_boundary/geometric_axis
diagram dd_data_dictionary.xml_p1833.png
annotation
documentation
RZ position of the geometric axis (defined as (Rmin+Rmax) / 2 and (Zmin+Zmax) / 2 of the boundary)

element equilibrium_boundary/minor_radius
diagram dd_data_dictionary.xml_p1834.png
annotation
documentation
Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)
appinfo
<type>dynamic</type>
<units>m</units>

element equilibrium_boundary/elongation
diagram dd_data_dictionary.xml_p1835.png
annotation
documentation
Elongation of the plasma boundary
appinfo
<type>dynamic</type>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary/elongation_upper
diagram dd_data_dictionary.xml_p1836.png
annotation
documentation
Elongation (upper half w.r.t. geometric axis) of the plasma boundary
appinfo
<type>dynamic</type>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary/elongation_lower
diagram dd_data_dictionary.xml_p1837.png
annotation
documentation
Elongation (lower half w.r.t. geometric axis) of the plasma boundary
appinfo
<type>dynamic</type>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary/triangularity
diagram dd_data_dictionary.xml_p1838.png
annotation
documentation
Triangularity of the plasma boundary
appinfo
<units>-</units>
<type>dynamic</type>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary/triangularity_upper
diagram dd_data_dictionary.xml_p1839.png
annotation
documentation
Upper triangularity of the plasma boundary
appinfo
<units>-</units>
<type>dynamic</type>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary/triangularity_lower
diagram dd_data_dictionary.xml_p1840.png
annotation
documentation
Lower triangularity of the plasma boundary
appinfo
<units>-</units>
<type>dynamic</type>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary/squareness_upper_inner
diagram dd_data_dictionary.xml_p1841.png
annotation
documentation
Upper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary/squareness_upper_outer
diagram dd_data_dictionary.xml_p1842.png
annotation
documentation
Upper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary/squareness_lower_inner
diagram dd_data_dictionary.xml_p1843.png
annotation
documentation
Lower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary/squareness_lower_outer
diagram dd_data_dictionary.xml_p1844.png
annotation
documentation
Lower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary/x_point
diagram dd_data_dictionary.xml_p1845.png
annotation
documentation
Array of X-points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

element equilibrium_boundary/strike_point
diagram dd_data_dictionary.xml_p1846.png
annotation
documentation
Array of strike points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

element equilibrium_boundary/active_limiter_point
diagram dd_data_dictionary.xml_p1847.png
annotation
documentation
RZ position of the active limiter point (point of the plasma boundary in contact with the limiter)

complexType equilibrium_boundary_separatrix
diagram dd_data_dictionary.xml_p1848.png
annotation
documentation
Geometry of the plasma boundary at the separatrix

element equilibrium_boundary_separatrix/type
diagram dd_data_dictionary.xml_p1849.png
annotation
documentation
0 (limiter) or 1 (diverted)
appinfo
<type>dynamic</type>

element equilibrium_boundary_separatrix/outline
diagram dd_data_dictionary.xml_p1850.png
annotation
documentation
RZ outline of the plasma boundary

element equilibrium_boundary_separatrix/psi
diagram dd_data_dictionary.xml_p1851.png
annotation
documentation
Value of the poloidal flux at the separatrix
appinfo
<type>dynamic</type>
<units>Wb</units>

element equilibrium_boundary_separatrix/geometric_axis
diagram dd_data_dictionary.xml_p1852.png
annotation
documentation
RZ position of the geometric axis (defined as (Rmin+Rmax) / 2 and (Zmin+Zmax) / 2 of the boundary)

element equilibrium_boundary_separatrix/minor_radius
diagram dd_data_dictionary.xml_p1853.png
annotation
documentation
Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)
appinfo
<type>dynamic</type>
<units>m</units>

element equilibrium_boundary_separatrix/elongation
diagram dd_data_dictionary.xml_p1854.png
annotation
documentation
Elongation of the plasma boundary
appinfo
<type>dynamic</type>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary_separatrix/elongation_upper
diagram dd_data_dictionary.xml_p1855.png
annotation
documentation
Elongation (upper half w.r.t. geometric axis) of the plasma boundary
appinfo
<type>dynamic</type>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary_separatrix/elongation_lower
diagram dd_data_dictionary.xml_p1856.png
annotation
documentation
Elongation (lower half w.r.t. geometric axis) of the plasma boundary
appinfo
<type>dynamic</type>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary_separatrix/triangularity
diagram dd_data_dictionary.xml_p1857.png
annotation
documentation
Triangularity of the plasma boundary
appinfo
<units>-</units>
<type>dynamic</type>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary_separatrix/triangularity_upper
diagram dd_data_dictionary.xml_p1858.png
annotation
documentation
Upper triangularity of the plasma boundary
appinfo
<units>-</units>
<type>dynamic</type>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary_separatrix/triangularity_lower
diagram dd_data_dictionary.xml_p1859.png
annotation
documentation
Lower triangularity of the plasma boundary
appinfo
<units>-</units>
<type>dynamic</type>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_boundary_separatrix/squareness_upper_inner
diagram dd_data_dictionary.xml_p1860.png
annotation
documentation
Upper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary_separatrix/squareness_upper_outer
diagram dd_data_dictionary.xml_p1861.png
annotation
documentation
Upper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary_separatrix/squareness_lower_inner
diagram dd_data_dictionary.xml_p1862.png
annotation
documentation
Lower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary_separatrix/squareness_lower_outer
diagram dd_data_dictionary.xml_p1863.png
annotation
documentation
Lower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_boundary_separatrix/x_point
diagram dd_data_dictionary.xml_p1864.png
annotation
documentation
Array of X-points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

element equilibrium_boundary_separatrix/strike_point
diagram dd_data_dictionary.xml_p1865.png
annotation
documentation
Array of strike points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

element equilibrium_boundary_separatrix/active_limiter_point
diagram dd_data_dictionary.xml_p1866.png
annotation
documentation
RZ position of the active limiter point (point of the plasma boundary in contact with the limiter)

complexType equilibrium_constraints
diagram dd_data_dictionary.xml_p1867.png
annotation
documentation
Measurements to constrain the equilibrium, output values and accuracy of the fit

element equilibrium_constraints/b_field_tor_vacuum_r
diagram dd_data_dictionary.xml_p1868.png
annotation
documentation
Vacuum field times major radius in the toroidal field magnet. Positive sign means anti-clockwise when viewed from above
appinfo
<units>T.m</units>

element equilibrium_constraints/bpol_probe
diagram dd_data_dictionary.xml_p1869.png
annotation
documentation
Set of poloidal field probes
appinfo
<coordinate1>IDS:magnetics/bpol_probe</coordinate1>
<units>T</units>

element equilibrium_constraints/diamagnetic_flux
diagram dd_data_dictionary.xml_p1870.png
annotation
documentation
Diamagnetic flux
appinfo
<units>Wb</units>

element equilibrium_constraints/faraday_angle
diagram dd_data_dictionary.xml_p1871.png
annotation
documentation
Set of faraday angles
appinfo
<coordinate1>IDS:polarimeter/channel</coordinate1>
<units>rad</units>

element equilibrium_constraints/mse_polarisation_angle
diagram dd_data_dictionary.xml_p1872.png
annotation
documentation
Set of MSE polarisation angles
appinfo
<coordinate1>IDS:mse/channel</coordinate1>
<units>rad</units>

element equilibrium_constraints/flux_loop
diagram dd_data_dictionary.xml_p1873.png
annotation
documentation
Set of flux loops
appinfo
<coordinate1>IDS:magnetics/flux_loop</coordinate1>
<units>Wb</units>

element equilibrium_constraints/ip
diagram dd_data_dictionary.xml_p1874.png
annotation
documentation
Plasma current. Positive sign means anti-clockwise when viewed from above
appinfo
<units>A</units>

element equilibrium_constraints/iron_core_segment
diagram dd_data_dictionary.xml_p1875.png
annotation
documentation
Magnetisation M of a set of iron core segments
appinfo
<coordinate1>IDS:iron_core/segment</coordinate1>
<units>T</units>

element equilibrium_constraints/n_e
diagram dd_data_dictionary.xml_p1876.png
annotation
documentation
Set of local density measurements
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element equilibrium_constraints/n_e_line
diagram dd_data_dictionary.xml_p1877.png
annotation
documentation
Set of line integrated density measurements
appinfo
<coordinate1>IDS:interferometer/channel</coordinate1>
<units>m^-2</units>

element equilibrium_constraints/pf_current
diagram dd_data_dictionary.xml_p1878.png
annotation
documentation
Current in a set of poloidal field coils
appinfo
<coordinate1>IDS:pf_active/coil</coordinate1>
<units>A</units>

element equilibrium_constraints/pressure
diagram dd_data_dictionary.xml_p1879.png
annotation
documentation
Set of total pressure estimates
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element equilibrium_constraints/q
diagram dd_data_dictionary.xml_p1880.png
annotation
documentation
Set of safety factor estimates at various positions
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

element equilibrium_constraints/x_point
diagram dd_data_dictionary.xml_p1881.png
annotation
documentation
Array of X-points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

complexType equilibrium_constraints_0D
diagram dd_data_dictionary.xml_p1882.png
annotation
documentation
Scalar constraint

element equilibrium_constraints_0D/measured
diagram dd_data_dictionary.xml_p1883.png
annotation
documentation
Measured value
appinfo
<type>dynamic</type>
<units>as_parent</units>

element equilibrium_constraints_0D/source
diagram dd_data_dictionary.xml_p1884.png
annotation
documentation
Path to the source data for this measurement in the IMAS data dictionary
appinfo
<type>dynamic</type>

element equilibrium_constraints_0D/time_measurement
diagram dd_data_dictionary.xml_p1885.png
annotation
documentation
Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used
appinfo
<type>dynamic</type>
<units>s</units>

element equilibrium_constraints_0D/exact
diagram dd_data_dictionary.xml_p1886.png
annotation
documentation
Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit
appinfo
<type>dynamic</type>

element equilibrium_constraints_0D/weight
diagram dd_data_dictionary.xml_p1887.png
annotation
documentation
Weight given to the measurement
appinfo
<type>dynamic</type>
<units>-</units>

element equilibrium_constraints_0D/reconstructed
diagram dd_data_dictionary.xml_p1888.png
annotation
documentation
Value calculated from the reconstructed equilibrium
appinfo
<type>dynamic</type>
<units>as_parent</units>

element equilibrium_constraints_0D/chi_squared
diagram dd_data_dictionary.xml_p1889.png
annotation
documentation
Squared error normalized by the standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error
appinfo
<type>dynamic</type>
<units>as_parent</units>

complexType equilibrium_constraints_0D_position
diagram dd_data_dictionary.xml_p1890.png
annotation
documentation
Scalar constraint with R,Z,phi position

element equilibrium_constraints_0D_position/measured
diagram dd_data_dictionary.xml_p1891.png
annotation
documentation
Measured value
appinfo
<type>dynamic</type>
<units>as_parent</units>

element equilibrium_constraints_0D_position/position
diagram dd_data_dictionary.xml_p1892.png
annotation
documentation
Position at which this measurement is given

element equilibrium_constraints_0D_position/source
diagram dd_data_dictionary.xml_p1893.png
annotation
documentation
Path to the source data for this measurement in the IMAS data dictionary
appinfo
<type>dynamic</type>

element equilibrium_constraints_0D_position/time_measurement
diagram dd_data_dictionary.xml_p1894.png
annotation
documentation
Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used
appinfo
<type>dynamic</type>
<units>s</units>

element equilibrium_constraints_0D_position/exact
diagram dd_data_dictionary.xml_p1895.png
annotation
documentation
Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit
appinfo
<type>dynamic</type>

element equilibrium_constraints_0D_position/weight
diagram dd_data_dictionary.xml_p1896.png
annotation
documentation
Weight given to the measurement
appinfo
<type>dynamic</type>
<units>-</units>

element equilibrium_constraints_0D_position/reconstructed
diagram dd_data_dictionary.xml_p1897.png
annotation
documentation
Value calculated from the reconstructed equilibrium
appinfo
<type>dynamic</type>
<units>as_parent</units>

element equilibrium_constraints_0D_position/chi_squared
diagram dd_data_dictionary.xml_p1898.png
annotation
documentation
Squared error normalized by the standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error
appinfo
<type>dynamic</type>
<units>as_parent</units>

complexType equilibrium_constraints_magnetisation
diagram dd_data_dictionary.xml_p1899.png
annotation
documentation
Magnetisation constraints along R and Z axis

element equilibrium_constraints_magnetisation/magnetisation_r
diagram dd_data_dictionary.xml_p1900.png
annotation
documentation
Magnetisation M of the iron core segment along the major radius axis, assumed to be constant inside a given iron segment. Reminder : H = 1/mu0 * B - mur * M;
appinfo
<units>T</units>

element equilibrium_constraints_magnetisation/magnetisation_z
diagram dd_data_dictionary.xml_p1901.png
annotation
documentation
Magnetisation M of the iron core segment along the vertical axis, assumed to be constant inside a given iron segment. Reminder : H = 1/mu0 * B - mur * M;
appinfo
<units>T</units>

complexType equilibrium_constraints_pure_position
diagram dd_data_dictionary.xml_p1902.png
annotation
documentation
R,Z position constraint

element equilibrium_constraints_pure_position/position_measured
diagram dd_data_dictionary.xml_p1903.png
annotation
documentation
Measured or estimated position

element equilibrium_constraints_pure_position/source
diagram dd_data_dictionary.xml_p1904.png
annotation
documentation
Path to the source data for this measurement in the IMAS data dictionary
appinfo
<type>dynamic</type>

element equilibrium_constraints_pure_position/time_measurement
diagram dd_data_dictionary.xml_p1905.png
annotation
documentation
Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used
appinfo
<type>dynamic</type>
<units>s</units>

element equilibrium_constraints_pure_position/exact
diagram dd_data_dictionary.xml_p1906.png
annotation
documentation
Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit
appinfo
<type>dynamic</type>

element equilibrium_constraints_pure_position/weight
diagram dd_data_dictionary.xml_p1907.png
annotation
documentation
Weight given to the measurement
appinfo
<type>dynamic</type>
<units>-</units>

element equilibrium_constraints_pure_position/position_reconstructed
diagram dd_data_dictionary.xml_p1908.png
annotation
documentation
Position estimated from the reconstructed equilibrium

element equilibrium_constraints_pure_position/chi_squared_r
diagram dd_data_dictionary.xml_p1909.png
annotation
documentation
Squared error on the major radius normalized by the standard deviation considered in the minimization process : chi_squared = weight^2 *(position_reconstructed/r - position_measured/r)^2 / sigma^2, where sigma is the standard deviation of the measurement error
appinfo
<type>dynamic</type>
<units>m</units>

element equilibrium_constraints_pure_position/chi_squared_z
diagram dd_data_dictionary.xml_p1910.png
annotation
documentation
Squared error on the altitude normalized by the standard deviation considered in the minimization process : chi_squared = weight^2 *(position_reconstructed/z - position_measured/z)^2 / sigma^2, where sigma is the standard deviation of the measurement error
appinfo
<type>dynamic</type>
<units>m</units>

complexType equilibrium_convergence
diagram dd_data_dictionary.xml_p1911.png
annotation
documentation
Convergence details for the equilibrium calculation

element equilibrium_convergence/iterations_n
diagram dd_data_dictionary.xml_p1912.png
annotation
documentation
Number of iterations carried out in the convergence loop
appinfo
<type>dynamic</type>

complexType equilibrium_ggd
diagram dd_data_dictionary.xml_p1913.png
annotation
documentation
Equilibrium ggd representation

element equilibrium_ggd/grid
diagram dd_data_dictionary.xml_p1914.png
annotation
documentation
Grid description
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.17.0</lifecycle_version>

element equilibrium_ggd/r
diagram dd_data_dictionary.xml_p1915.png
annotation
documentation
Values of the major radius on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m</units>

element equilibrium_ggd/z
diagram dd_data_dictionary.xml_p1916.png
annotation
documentation
Values of the Height on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m</units>

element equilibrium_ggd/psi
diagram dd_data_dictionary.xml_p1917.png
annotation
documentation
Values of the poloidal flux, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Wb</units>

element equilibrium_ggd/phi
diagram dd_data_dictionary.xml_p1918.png
annotation
documentation
Values of the toroidal flux, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Wb</units>

element equilibrium_ggd/theta
diagram dd_data_dictionary.xml_p1919.png
annotation
documentation
Values of the poloidal angle, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>rad</units>

element equilibrium_ggd/j_tor
diagram dd_data_dictionary.xml_p1920.png
annotation
documentation
Toroidal plasma current density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>A.m^-2</units>

element equilibrium_ggd/j_parallel
diagram dd_data_dictionary.xml_p1921.png
annotation
documentation
Parallel (to magnetic field) plasma current density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>A.m^-2</units>

element equilibrium_ggd/b_field_r
diagram dd_data_dictionary.xml_p1922.png
annotation
documentation
R component of the poloidal magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element equilibrium_ggd/b_field_z
diagram dd_data_dictionary.xml_p1923.png
annotation
documentation
Z component of the poloidal magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element equilibrium_ggd/b_field_tor
diagram dd_data_dictionary.xml_p1924.png
annotation
documentation
Toroidal component of the magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

complexType equilibrium_ggd_array
diagram dd_data_dictionary.xml_p1925.png
annotation
documentation
Multiple GGDs provided at a given time slice

element equilibrium_ggd_array/grid
diagram dd_data_dictionary.xml_p1926.png
annotation
documentation
Set of GGD grids for describing the equilibrium, at a given time slice
appinfo
<coordinate1>1...N</coordinate1>

element equilibrium_ggd_array/time
diagram dd_data_dictionary.xml_p1927.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType equilibrium_global_quantities_magnetic_axis
diagram dd_data_dictionary.xml_p1928.png
annotation
documentation
R, Z, and Btor at magnetic axis, dynamic within a type 3 array of structure (index on time)

element equilibrium_global_quantities_magnetic_axis/r
diagram dd_data_dictionary.xml_p1929.png
annotation
documentation
Major radius of the magnetic axis
appinfo
<type>dynamic</type>
<units>m</units>

element equilibrium_global_quantities_magnetic_axis/z
diagram dd_data_dictionary.xml_p1930.png
annotation
documentation
Height of the magnetic axis
appinfo
<type>dynamic</type>
<units>m</units>

element equilibrium_global_quantities_magnetic_axis/b_tor
diagram dd_data_dictionary.xml_p1931.png
annotation
documentation
Total toroidal magnetic field at the magnetic axis
appinfo
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>
<type>dynamic</type>
<units>T</units>

element equilibrium_global_quantities_magnetic_axis/b_field_tor
diagram dd_data_dictionary.xml_p1932.png
annotation
documentation
Total toroidal magnetic field at the magnetic axis
appinfo
<type>dynamic</type>
<units>T</units>

complexType equilibrium_global_quantities_qmin
diagram dd_data_dictionary.xml_p1933.png
annotation
documentation
Position and value of q_min

element equilibrium_global_quantities_qmin/value
diagram dd_data_dictionary.xml_p1934.png
annotation
documentation
Minimum q value
appinfo
<type>dynamic</type>
<units>-</units>

element equilibrium_global_quantities_qmin/rho_tor_norm
diagram dd_data_dictionary.xml_p1935.png
annotation
documentation
Minimum q position in normalised toroidal flux coordinate
appinfo
<type>dynamic</type>
<units>-</units>

complexType equilibrium_profiles_1d
diagram dd_data_dictionary.xml_p1936.png
annotation
documentation
Equilibrium profiles (1D radial grid) as a function of the poloidal flux

element equilibrium_profiles_1d/psi
diagram dd_data_dictionary.xml_p1937.png
annotation
documentation
Poloidal flux
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>Wb</units>

element equilibrium_profiles_1d/phi
diagram dd_data_dictionary.xml_p1938.png
annotation
documentation
Toroidal flux
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>Wb</units>

element equilibrium_profiles_1d/pressure
diagram dd_data_dictionary.xml_p1939.png
annotation
documentation
Pressure
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>Pa</units>

element equilibrium_profiles_1d/f
diagram dd_data_dictionary.xml_p1940.png
annotation
documentation
Diamagnetic function (F=R B_Phi)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T.m</units>

element equilibrium_profiles_1d/dpressure_dpsi
diagram dd_data_dictionary.xml_p1941.png
annotation
documentation
Derivative of pressure w.r.t. psi
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>Pa.Wb^-1</units>

element equilibrium_profiles_1d/f_df_dpsi
diagram dd_data_dictionary.xml_p1942.png
annotation
documentation
Derivative of F w.r.t. Psi, multiplied with F
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T^2.m^2/Wb</units>

element equilibrium_profiles_1d/j_tor
diagram dd_data_dictionary.xml_p1943.png
annotation
documentation
Flux surface averaged toroidal current density = average(j_tor/R) / average(1/R)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>A/m^2</units>

element equilibrium_profiles_1d/j_parallel
diagram dd_data_dictionary.xml_p1944.png
annotation
documentation
Flux surface averaged parallel current density = average(j.B) / B0, where B0 = Equilibrium/Global/Toroidal_Field/B0
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>A/m^2</units>

element equilibrium_profiles_1d/q
diagram dd_data_dictionary.xml_p1945.png
annotation
documentation
Safety factor
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/magnetic_shear
diagram dd_data_dictionary.xml_p1946.png
annotation
documentation
Magnetic shear, defined as rho_tor/q . dq/drho_tor
appinfo
<coordinate1>../psi</coordinate1>
<units>-</units>
<type>dynamic</type>

element equilibrium_profiles_1d/r_inboard
diagram dd_data_dictionary.xml_p1947.png
annotation
documentation
Radial coordinate (major radius) on the inboard side of the magnetic axis
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m</units>

element equilibrium_profiles_1d/r_outboard
diagram dd_data_dictionary.xml_p1948.png
annotation
documentation
Radial coordinate (major radius) on the outboard side of the magnetic axis
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m</units>

element equilibrium_profiles_1d/rho_tor
diagram dd_data_dictionary.xml_p1949.png
annotation
documentation
Toroidal flux coordinate. The toroidal field used in its definition is indicated under vacuum_toroidal_field/b0
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m</units>

element equilibrium_profiles_1d/rho_tor_norm
diagram dd_data_dictionary.xml_p1950.png
annotation
documentation
Normalised toroidal flux coordinate. The normalizing value for rho_tor_norm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/dpsi_drho_tor
diagram dd_data_dictionary.xml_p1951.png
annotation
documentation
Derivative of Psi with respect to Rho_Tor
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>Wb/m</units>

element equilibrium_profiles_1d/geometric_axis
diagram dd_data_dictionary.xml_p1952.png
annotation
documentation
RZ position of the geometric axis of the magnetic surfaces (defined as (Rmin+Rmax) / 2 and (Zmin+Zmax) / 2 of the surface)

element equilibrium_profiles_1d/elongation
diagram dd_data_dictionary.xml_p1953.png
annotation
documentation
Elongation
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_profiles_1d/triangularity_upper
diagram dd_data_dictionary.xml_p1954.png
annotation
documentation
Upper triangularity w.r.t. magnetic axis
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_profiles_1d/triangularity_lower
diagram dd_data_dictionary.xml_p1955.png
annotation
documentation
Lower triangularity w.r.t. magnetic axis
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<url>equilibrium/DefinitionEqBoundary.svg</url>

element equilibrium_profiles_1d/squareness_upper_inner
diagram dd_data_dictionary.xml_p1956.png
annotation
documentation
Upper inner squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_profiles_1d/squareness_upper_outer
diagram dd_data_dictionary.xml_p1957.png
annotation
documentation
Upper outer squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_profiles_1d/squareness_lower_inner
diagram dd_data_dictionary.xml_p1958.png
annotation
documentation
Lower inner squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_profiles_1d/squareness_lower_outer
diagram dd_data_dictionary.xml_p1959.png
annotation
documentation
Lower outer squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.18.0</lifecycle_version>

element equilibrium_profiles_1d/volume
diagram dd_data_dictionary.xml_p1960.png
annotation
documentation
Volume enclosed in the flux surface
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^3</units>

element equilibrium_profiles_1d/rho_volume_norm
diagram dd_data_dictionary.xml_p1961.png
annotation
documentation
Normalised square root of enclosed volume (radial coordinate). The normalizing value is the enclosed volume at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/dvolume_dpsi
diagram dd_data_dictionary.xml_p1962.png
annotation
documentation
Radial derivative of the volume enclosed in the flux surface with respect to Psi
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^3.Wb^-1</units>

element equilibrium_profiles_1d/dvolume_drho_tor
diagram dd_data_dictionary.xml_p1963.png
annotation
documentation
Radial derivative of the volume enclosed in the flux surface with respect to Rho_Tor
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^2</units>

element equilibrium_profiles_1d/area
diagram dd_data_dictionary.xml_p1964.png
annotation
documentation
Cross-sectional area of the flux surface
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^2</units>

element equilibrium_profiles_1d/darea_dpsi
diagram dd_data_dictionary.xml_p1965.png
annotation
documentation
Radial derivative of the cross-sectional area of the flux surface with respect to psi
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^2.Wb^-1</units>

element equilibrium_profiles_1d/darea_drho_tor
diagram dd_data_dictionary.xml_p1966.png
annotation
documentation
Radial derivative of the cross-sectional area of the flux surface with respect to rho_tor
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m</units>

element equilibrium_profiles_1d/surface
diagram dd_data_dictionary.xml_p1967.png
annotation
documentation
Surface area of the toroidal flux surface
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^2</units>

element equilibrium_profiles_1d/trapped_fraction
diagram dd_data_dictionary.xml_p1968.png
annotation
documentation
Trapped particle fraction
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/gm1
diagram dd_data_dictionary.xml_p1969.png
annotation
documentation
Flux surface averaged 1/R^2
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^-2</units>

element equilibrium_profiles_1d/gm2
diagram dd_data_dictionary.xml_p1970.png
annotation
documentation
Flux surface averaged grad_rho^2/R^2
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^-2</units>

element equilibrium_profiles_1d/gm3
diagram dd_data_dictionary.xml_p1971.png
annotation
documentation
Flux surface averaged grad_rho^2
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/gm4
diagram dd_data_dictionary.xml_p1972.png
annotation
documentation
Flux surface averaged 1/B^2
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T^-2</units>

element equilibrium_profiles_1d/gm5
diagram dd_data_dictionary.xml_p1973.png
annotation
documentation
Flux surface averaged B^2
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T^2</units>

element equilibrium_profiles_1d/gm6
diagram dd_data_dictionary.xml_p1974.png
annotation
documentation
Flux surface averaged grad_rho^2/B^2
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T^-2</units>

element equilibrium_profiles_1d/gm7
diagram dd_data_dictionary.xml_p1975.png
annotation
documentation
Flux surface averaged grad_rho
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/gm8
diagram dd_data_dictionary.xml_p1976.png
annotation
documentation
Flux surface averaged R
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m</units>

element equilibrium_profiles_1d/gm9
diagram dd_data_dictionary.xml_p1977.png
annotation
documentation
Flux surface averaged 1/R
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>m^-1</units>

element equilibrium_profiles_1d/b_average
diagram dd_data_dictionary.xml_p1978.png
annotation
documentation
Flux surface averaged B
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_profiles_1d/b_field_average
diagram dd_data_dictionary.xml_p1979.png
annotation
documentation
Flux surface averaged modulus of B (always positive, irrespective of the sign convention for the B-field direction).
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T</units>

element equilibrium_profiles_1d/b_min
diagram dd_data_dictionary.xml_p1980.png
annotation
documentation
Minimum(B) on the flux surface
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_profiles_1d/b_field_min
diagram dd_data_dictionary.xml_p1981.png
annotation
documentation
Minimum(modulus(B)) on the flux surface (always positive, irrespective of the sign convention for the B-field direction)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T</units>

element equilibrium_profiles_1d/b_max
diagram dd_data_dictionary.xml_p1982.png
annotation
documentation
Maximum(B) on the flux surface
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_profiles_1d/b_field_max
diagram dd_data_dictionary.xml_p1983.png
annotation
documentation
Maximum(modulus(B)) on the flux surface (always positive, irrespective of the sign convention for the B-field direction)
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>T</units>

element equilibrium_profiles_1d/beta_pol
diagram dd_data_dictionary.xml_p1984.png
annotation
documentation
Poloidal beta profile. Defined as betap = 4 int(p dV) / [R_0 * mu_0 * Ip^2]
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>-</units>

element equilibrium_profiles_1d/mass_density
diagram dd_data_dictionary.xml_p1985.png
annotation
documentation
Mass density
appinfo
<type>dynamic</type>
<coordinate1>../psi</coordinate1>
<units>kg.m^-3</units>

complexType equilibrium_profiles_1d_rz1d_dynamic_aos
diagram dd_data_dictionary.xml_p1986.png
annotation
documentation
Structure for list of R, Z positions (1D list of Npoints, dynamic within a type 3 array of structures (index on time)), with coordinates referring to profiles_1d/psi

element equilibrium_profiles_1d_rz1d_dynamic_aos/r
diagram dd_data_dictionary.xml_p1987.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../../psi</coordinate1>

element equilibrium_profiles_1d_rz1d_dynamic_aos/z
diagram dd_data_dictionary.xml_p1988.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../../psi</coordinate1>

complexType equilibrium_profiles_2d
diagram dd_data_dictionary.xml_p1989.png
annotation
documentation
Equilibrium 2D profiles in the poloidal plane

element equilibrium_profiles_2d/grid_type
diagram dd_data_dictionary.xml_p1990.png
annotation
documentation
Selection of one of a set of grid types
appinfo
<doc_identifier>utilities/poloidal_plane_coordinates_identifier.xml</doc_identifier>

element equilibrium_profiles_2d/grid
diagram dd_data_dictionary.xml_p1991.png
annotation
documentation
Definition of the 2D grid

element equilibrium_profiles_2d/r
diagram dd_data_dictionary.xml_p1992.png
annotation
documentation
Values of the major radius on the grid
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>m</units>

element equilibrium_profiles_2d/z
diagram dd_data_dictionary.xml_p1993.png
annotation
documentation
Values of the Height on the grid
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>m</units>

element equilibrium_profiles_2d/psi
diagram dd_data_dictionary.xml_p1994.png
annotation
documentation
Values of the poloidal flux at the grid in the poloidal plane
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>Wb</units>

element equilibrium_profiles_2d/theta
diagram dd_data_dictionary.xml_p1995.png
annotation
documentation
Values of the poloidal angle on the grid
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>rad</units>

element equilibrium_profiles_2d/phi
diagram dd_data_dictionary.xml_p1996.png
annotation
documentation
Toroidal flux
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>Wb</units>

element equilibrium_profiles_2d/j_tor
diagram dd_data_dictionary.xml_p1997.png
annotation
documentation
Toroidal plasma current density
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>A.m^-2</units>

element equilibrium_profiles_2d/j_parallel
diagram dd_data_dictionary.xml_p1998.png
annotation
documentation
Parallel (to magnetic field) plasma current density
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>A.m^-2</units>

element equilibrium_profiles_2d/b_r
diagram dd_data_dictionary.xml_p1999.png
annotation
documentation
R component of the poloidal magnetic field
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>T</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_profiles_2d/b_field_r
diagram dd_data_dictionary.xml_p2000.png
annotation
documentation
R component of the poloidal magnetic field
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>T</units>

element equilibrium_profiles_2d/b_z
diagram dd_data_dictionary.xml_p2001.png
annotation
documentation
Z component of the poloidal magnetic field
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>T</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_profiles_2d/b_field_z
diagram dd_data_dictionary.xml_p2002.png
annotation
documentation
Z component of the poloidal magnetic field
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>T</units>

element equilibrium_profiles_2d/b_tor
diagram dd_data_dictionary.xml_p2003.png
annotation
documentation
Toroidal component of the magnetic field
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>T</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>

element equilibrium_profiles_2d/b_field_tor
diagram dd_data_dictionary.xml_p2004.png
annotation
documentation
Toroidal component of the magnetic field
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<coordinate2>../grid/dim2</coordinate2>
<units>T</units>

complexType equilibrium_time_slice
diagram dd_data_dictionary.xml_p2005.png
annotation
documentation
Equilibrium at a given time slice
appinfo
<type>dynamic</type>

element equilibrium_time_slice/boundary
diagram dd_data_dictionary.xml_p2006.png
annotation
documentation
Description of the plasma boundary used by fixed-boundary codes and typically chosen at psi_norm = 99.x% of the separatrix

element equilibrium_time_slice/boundary_separatrix
diagram dd_data_dictionary.xml_p2007.png
annotation
documentation
Description of the plasma boundary at the separatrix

element equilibrium_time_slice/constraints
diagram dd_data_dictionary.xml_p2008.png
annotation
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.17.0</lifecycle_version>
documentation
In case of equilibrium reconstruction under constraints, measurements used to constrain the equilibrium, reconstructed values and accuracy of the fit. The names of the child nodes correspond to the following definition: the solver aims at minimizing a cost function defined as : J=1/2*sum_i [ weight_i^2 (reconstructed_i - measured_i)^2 / sigma_i^2 ]. in which sigma_i is the standard deviation of the measurement error (to be found in the IDS of the measurement)

element equilibrium_time_slice/global_quantities
diagram dd_data_dictionary.xml_p2009.png
annotation
documentation
0D parameters of the equilibrium

element equilibrium_time_slice/profiles_1d
diagram dd_data_dictionary.xml_p2010.png
annotation
documentation
Equilibrium profiles (1D radial grid) as a function of the poloidal flux

element equilibrium_time_slice/profiles_2d
diagram dd_data_dictionary.xml_p2011.png
annotation
documentation
Equilibrium 2D profiles in the poloidal plane. Multiple 2D representations of the equilibrium can be stored here.
appinfo
<coordinate1>1...N</coordinate1>

element equilibrium_time_slice/ggd
diagram dd_data_dictionary.xml_p2012.png
annotation
documentation
Set of equilibrium representations using the generic grid description
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.1</lifecycle_version>
<coordinate1>../../grids_ggd/grid</coordinate1>

element equilibrium_time_slice/coordinate_system
diagram dd_data_dictionary.xml_p2013.png
annotation
documentation
Flux surface coordinate system on a square grid of flux and poloidal angle

element equilibrium_time_slice/convergence
diagram dd_data_dictionary.xml_p2014.png
annotation
documentation
Convergence details

element equilibrium_time_slice/time
diagram dd_data_dictionary.xml_p2015.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType equlibrium_global_quantities
diagram dd_data_dictionary.xml_p2016.png
annotation
documentation
0D parameters of the equilibrium

element equlibrium_global_quantities/beta_pol
diagram dd_data_dictionary.xml_p2017.png
annotation
documentation
Poloidal beta. Defined as betap = 4 int(p dV) / [R_0 * mu_0 * Ip^2]
appinfo
<type>dynamic</type>
<units>-</units>

element equlibrium_global_quantities/beta_tor
diagram dd_data_dictionary.xml_p2018.png
annotation
documentation
Toroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2
appinfo
<type>dynamic</type>
<units>-</units>

element equlibrium_global_quantities/beta_normal
diagram dd_data_dictionary.xml_p2019.png
annotation
documentation
Normalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA]
appinfo
<type>dynamic</type>
<units>-</units>

element equlibrium_global_quantities/ip
diagram dd_data_dictionary.xml_p2020.png
annotation
documentation
Plasma current. Positive sign means anti-clockwise when viewed from above.
appinfo
<type>dynamic</type>
<units>A</units>

element equlibrium_global_quantities/li_3
diagram dd_data_dictionary.xml_p2021.png
annotation
documentation
Internal inductance
appinfo
<type>dynamic</type>
<units>-</units>

element equlibrium_global_quantities/volume
diagram dd_data_dictionary.xml_p2022.png
annotation
documentation
Total plasma volume
appinfo
<type>dynamic</type>
<units>m^3</units>

element equlibrium_global_quantities/area
diagram dd_data_dictionary.xml_p2023.png
annotation
documentation
Area of the LCFS poloidal cross section
appinfo
<type>dynamic</type>
<units>m^2</units>

element equlibrium_global_quantities/surface
diagram dd_data_dictionary.xml_p2024.png
annotation
documentation
Surface area of the toroidal flux surface
appinfo
<type>dynamic</type>
<units>m^2</units>

element equlibrium_global_quantities/length_pol
diagram dd_data_dictionary.xml_p2025.png
annotation
documentation
Poloidal length of the magnetic surface
appinfo
<type>dynamic</type>
<units>m</units>

element equlibrium_global_quantities/psi_axis
diagram dd_data_dictionary.xml_p2026.png
annotation
documentation
Poloidal flux at the magnetic axis
appinfo
<type>dynamic</type>
<units>Wb</units>

element equlibrium_global_quantities/psi_boundary
diagram dd_data_dictionary.xml_p2027.png
annotation
documentation
Poloidal flux at the selected plasma boundary
appinfo
<type>dynamic</type>
<units>Wb</units>

element equlibrium_global_quantities/magnetic_axis
diagram dd_data_dictionary.xml_p2028.png
annotation
documentation
Magnetic axis position and toroidal field

element equlibrium_global_quantities/q_axis
diagram dd_data_dictionary.xml_p2029.png
annotation
documentation
q at the magnetic axis
appinfo
<type>dynamic</type>
<units>-</units>

element equlibrium_global_quantities/q_95
diagram dd_data_dictionary.xml_p2030.png
annotation
documentation
q at the 95% poloidal flux surface
appinfo
<type>dynamic</type>
<units>-</units>

element equlibrium_global_quantities/q_min
diagram dd_data_dictionary.xml_p2031.png
annotation
documentation
Minimum q value and position

element equlibrium_global_quantities/energy_mhd
diagram dd_data_dictionary.xml_p2032.png
annotation
documentation
Plasma energy content = 3/2 * int(p,dV) with p being the total pressure (thermal + fast particles) [J]. Time-dependent; Scalar
appinfo
<type>dynamic</type>
<units>J</units>

element equlibrium_global_quantities/w_mhd
diagram dd_data_dictionary.xml_p2033.png
annotation
documentation
Plasma energy content = 3/2 * int(p,dV) with p being the total pressure (thermal + fast particles) [J]. Time-dependent; Scalar
appinfo
<type>dynamic</type>
<units>J</units>
<lifecycle_status>obsolescent</lifecycle_status>
<lifecycle_version>3.14.0</lifecycle_version>

element gas_injection
diagram dd_data_dictionary.xml_p2034.png
annotation
documentation
Gas injection by a system of pipes and valves
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.10.2</lifecycle_version>
<lifecycle_last_change>3.19.1</lifecycle_last_change>

element gas_injection/pipe
diagram dd_data_dictionary.xml_p2035.png
annotation
documentation
Set of gas injection pipes
appinfo
<coordinate1>1...N</coordinate1>

complexType gas_injection_pipe
diagram dd_data_dictionary.xml_p2036.png
annotation
documentation
Gas injection pipe

element gas_injection_pipe/name
diagram dd_data_dictionary.xml_p2037.png
annotation
documentation
Name of the injection pipe
appinfo
<type>static</type>

element gas_injection_pipe/identifier
diagram dd_data_dictionary.xml_p2038.png
annotation
documentation
ID of the injection pipe
appinfo
<type>static</type>

element gas_injection_pipe/species
diagram dd_data_dictionary.xml_p2039.png
annotation
documentation
Species injected by the pipe (may be more than one in case the valve injects a gas mixture)
appinfo
<coordinate1>1...N</coordinate1>

element gas_injection_pipe/length
diagram dd_data_dictionary.xml_p2040.png
annotation
documentation
Pipe length
appinfo
<type>static</type>
<units>m</units>

element gas_injection_pipe/exit_position
diagram dd_data_dictionary.xml_p2041.png
annotation
documentation
Exit position of the pipe in the vaccum vessel

element gas_injection_pipe/second_point
diagram dd_data_dictionary.xml_p2042.png
annotation
documentation
Second point indicating (combined with the exit_position) the direction of the gas injection towards the plasma

element gas_injection_pipe/flow_rate
diagram dd_data_dictionary.xml_p2043.png
annotation
documentation
Flow rate at the exit of the pipe
appinfo
<units>Pa.m^3.s^-1</units>

element gas_injection_pipe/valve
diagram dd_data_dictionary.xml_p2044.png
annotation
documentation
Set of valves connecting a gas bottle the the pipe
appinfo
<coordinate1>1...N</coordinate1>

complexType gas_injection_pipe_valve
diagram dd_data_dictionary.xml_p2045.png
annotation
documentation
Gas injection valve

element gas_injection_pipe_valve/name
diagram dd_data_dictionary.xml_p2046.png
annotation
documentation
Name of the valve
appinfo
<type>static</type>

element gas_injection_pipe_valve/identifier
diagram dd_data_dictionary.xml_p2047.png
annotation
documentation
ID of the valve
appinfo
<type>static</type>

element gas_injection_pipe_valve/species
diagram dd_data_dictionary.xml_p2048.png
annotation
documentation
Species injected by the valve (may be more than one in case the valve injects a gas mixture)
appinfo
<coordinate1>1...N</coordinate1>

element gas_injection_pipe_valve/flow_rate_min
diagram dd_data_dictionary.xml_p2049.png
annotation
documentation
Minimum flow rate of the valve
appinfo
<type>static</type>
<units>Pa.m^3.s^-1</units>

element gas_injection_pipe_valve/flow_rate_max
diagram dd_data_dictionary.xml_p2050.png
annotation
documentation
Maximum flow rate of the valve
appinfo
<type>static</type>
<units>Pa.m^3.s^-1</units>

element gas_injection_pipe_valve/flow_rate
diagram dd_data_dictionary.xml_p2051.png
annotation
documentation
Flow rate at the exit of the valve
appinfo
<units>Pa.m^3.s^-1</units>

element gas_injection_pipe_valve/electron_rate
diagram dd_data_dictionary.xml_p2052.png
annotation
documentation
Number of electrons injected per second
appinfo
<units>s^-1</units>

element ic_antennas
diagram dd_data_dictionary.xml_p2053.png
annotation
documentation
Antenna systems for heating and current drive in the ion cylcotron (IC) frequencies.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.7.0</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element ic_antennas/reference_point
diagram dd_data_dictionary.xml_p2054.png
annotation
documentation
Reference point used to define the poloidal angle, e.g. the geometrical centre of the vacuum vessel. Used to define the poloidal mode numbers under antenna/surface_current

element ic_antennas/antenna
diagram dd_data_dictionary.xml_p2055.png
annotation
documentation
Set of Ion Cyclotron antennas
appinfo
<coordinate1>1...N</coordinate1>

complexType ic_antennas_antenna
diagram dd_data_dictionary.xml_p2056.png
annotation
documentation
Ion Cyclotron Antenna

element ic_antennas_antenna/name
diagram dd_data_dictionary.xml_p2057.png
annotation
documentation
Name of the antenna (unique within the set of all antennas of the experiment)
appinfo
<type>static</type>

element ic_antennas_antenna/identifier
diagram dd_data_dictionary.xml_p2058.png
annotation
documentation
Identifier of the antenna (unique within the set of all antennas of the experiment)
appinfo
<type>static</type>

element ic_antennas_antenna/frequency
diagram dd_data_dictionary.xml_p2059.png
annotation
documentation
Frequency (average over modules)
appinfo
<units>Hz</units>

element ic_antennas_antenna/power_launched
diagram dd_data_dictionary.xml_p2060.png
annotation
documentation
Power launched from this antenna into the vacuum vessel
appinfo
<units>W</units>

element ic_antennas_antenna/power_forward
diagram dd_data_dictionary.xml_p2061.png
annotation
documentation
Forward power arriving to the back of the antenna
appinfo
<units>W</units>

element ic_antennas_antenna/power_reflected
diagram dd_data_dictionary.xml_p2062.png
annotation
documentation
Reflected power
appinfo
<units>W</units>

element ic_antennas_antenna/module
diagram dd_data_dictionary.xml_p2063.png
annotation
documentation
Set of antenna modules (each module is fed by a single transmission line)
appinfo
<coordinate1>1...N</coordinate1>

element ic_antennas_antenna/surface_current
diagram dd_data_dictionary.xml_p2064.png
annotation
documentation
Description of the IC surface current on the antenna straps and on passive components, for every time slice
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType ic_antennas_antenna_module
diagram dd_data_dictionary.xml_p2065.png
annotation
documentation
Module of an IC antenna

element ic_antennas_antenna_module/name
diagram dd_data_dictionary.xml_p2066.png
annotation
documentation
Name of the module
appinfo
<type>static</type>

element ic_antennas_antenna_module/identifier
diagram dd_data_dictionary.xml_p2067.png
annotation
documentation
Identifier of the module
appinfo
<type>static</type>

element ic_antennas_antenna_module/frequency
diagram dd_data_dictionary.xml_p2068.png
annotation
documentation
Frequency
appinfo
<units>Hz</units>

element ic_antennas_antenna_module/power_launched
diagram dd_data_dictionary.xml_p2069.png
annotation
documentation
Power launched from this module into the vacuum vessel
appinfo
<units>W</units>

element ic_antennas_antenna_module/power_forward
diagram dd_data_dictionary.xml_p2070.png
annotation
documentation
Forward power arriving to the back of the module
appinfo
<units>W</units>

element ic_antennas_antenna_module/power_reflected
diagram dd_data_dictionary.xml_p2071.png
annotation
documentation
Reflected power
appinfo
<units>W</units>

element ic_antennas_antenna_module/reflection_coefficient
diagram dd_data_dictionary.xml_p2072.png
annotation
documentation
Power reflection coefficient
appinfo
<units>-</units>

element ic_antennas_antenna_module/phase
diagram dd_data_dictionary.xml_p2073.png
annotation
documentation
Phase of the forward power arriving at the back of this module
appinfo
<units>rad</units>

element ic_antennas_antenna_module/voltage
diagram dd_data_dictionary.xml_p2074.png
annotation
documentation
Set of voltage measurements
appinfo
<coordinate1>1...N</coordinate1>
<units>V</units>

element ic_antennas_antenna_module/current
diagram dd_data_dictionary.xml_p2075.png
annotation
documentation
Set of current measurements
appinfo
<coordinate1>1...N</coordinate1>
<units>A</units>

element ic_antennas_antenna_module/pressure
diagram dd_data_dictionary.xml_p2076.png
annotation
documentation
Set of pressure measurements
appinfo
<coordinate1>1...N</coordinate1>
<units>Pa</units>

element ic_antennas_antenna_module/matching_element
diagram dd_data_dictionary.xml_p2077.png
annotation
documentation
Set of matching elements
appinfo
<coordinate1>1...N</coordinate1>
<units>A</units>

element ic_antennas_antenna_module/strap
diagram dd_data_dictionary.xml_p2078.png
annotation
documentation
Set of IC antenna straps
appinfo
<coordinate1>1...N</coordinate1>

complexType ic_antennas_matching_element
diagram dd_data_dictionary.xml_p2079.png
annotation
documentation
Matching element

element ic_antennas_matching_element/name
diagram dd_data_dictionary.xml_p2080.png
annotation
documentation
Name
appinfo
<type>static</type>

element ic_antennas_matching_element/type
diagram dd_data_dictionary.xml_p2081.png
annotation
documentation
Type of the matching element. Index = 1 : capacitor (fill capacitance); Index = 2 : stub (fill phase)

element ic_antennas_matching_element/capacitance
diagram dd_data_dictionary.xml_p2082.png
annotation
documentation
Capacitance of the macthing element
appinfo
<units>F</units>

element ic_antennas_matching_element/phase
diagram dd_data_dictionary.xml_p2083.png
annotation
documentation
Phase delay induced by the stub
appinfo
<units>rad</units>

complexType ic_antennas_measurement
diagram dd_data_dictionary.xml_p2084.png
annotation
documentation
Voltage or current measurement

element ic_antennas_measurement/name
diagram dd_data_dictionary.xml_p2085.png
annotation
documentation
Name
appinfo
<type>static</type>

element ic_antennas_measurement/identifier
diagram dd_data_dictionary.xml_p2086.png
annotation
documentation
Identifier
appinfo
<type>static</type>

element ic_antennas_measurement/position
diagram dd_data_dictionary.xml_p2087.png
annotation
documentation
Position of the measurement

element ic_antennas_measurement/amplitude
diagram dd_data_dictionary.xml_p2088.png
annotation
documentation
Amplitude of the measurement
appinfo
<units>as_parent</units>

element ic_antennas_measurement/phase
diagram dd_data_dictionary.xml_p2089.png
annotation
documentation
Phase of the measurement
appinfo
<units>rad</units>

complexType ic_antennas_strap
diagram dd_data_dictionary.xml_p2090.png
annotation
documentation
Properties of IC antenna strap

element ic_antennas_strap/outline
diagram dd_data_dictionary.xml_p2091.png
annotation
documentation
Strap outline

element ic_antennas_strap/width_tor
diagram dd_data_dictionary.xml_p2092.png
annotation
documentation
Width of strap in the toroidal direction
appinfo
<type>static</type>
<units>m</units>

element ic_antennas_strap/distance_to_conductor
diagram dd_data_dictionary.xml_p2093.png
annotation
documentation
Distance to conducting wall or other conductor behind the antenna strap
appinfo
<type>static</type>
<units>m</units>

element ic_antennas_strap/geometry
diagram dd_data_dictionary.xml_p2094.png
annotation
documentation
Cross-sectional shape of the strap

element ic_antennas_strap/current
diagram dd_data_dictionary.xml_p2095.png
annotation
documentation
Root mean square current flowing along the strap
appinfo
<units>A</units>

element ic_antennas_strap/phase
diagram dd_data_dictionary.xml_p2096.png
annotation
documentation
Phase of the strap current
appinfo
<units>rad</units>

complexType ic_antennas_surface_current
diagram dd_data_dictionary.xml_p2097.png
annotation
documentation
Description of the IC surface current on the antenna straps and on passive components.

element ic_antennas_surface_current/m_pol
diagram dd_data_dictionary.xml_p2098.png
annotation
documentation
Poloidal mode numbers, used to describe the spectrum of the antenna current. The poloidal angle is defined from the reference point; the angle at a point (R,Z) is given by atan((Z-Zref)/(R-Rref)), where Rref=reference_point/r and Zref=reference_point/z
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element ic_antennas_surface_current/n_tor
diagram dd_data_dictionary.xml_p2099.png
annotation
documentation
Toroidal mode numbers, used to describe the spectrum of the antenna current
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element ic_antennas_surface_current/spectrum
diagram dd_data_dictionary.xml_p2100.png
annotation
documentation
Spectrum of the total surface current on the antenna strap and passive components expressed in poloidal and toroidal modes
appinfo
<type>dynamic</type>
<coordinate1>../m_pol</coordinate1>
<coordinate2>../n_tor</coordinate2>
<units>A</units>

element ic_antennas_surface_current/time
diagram dd_data_dictionary.xml_p2101.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element interferometer
diagram dd_data_dictionary.xml_p2102.png
annotation
documentation
Interferometer diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.15.0</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element interferometer/channel
diagram dd_data_dictionary.xml_p2103.png
annotation
documentation
Set of channels (lines-of-sight)
appinfo
<coordinate1>1...N</coordinate1>

element interferometer/n_e_volume_average
diagram dd_data_dictionary.xml_p2104.png
annotation
documentation
Volume average plasma density estimated from the line densities measured by the various channels
appinfo
<units>m^-3</units>

element interferometer/electrons_n
diagram dd_data_dictionary.xml_p2105.png
annotation
documentation
Total number of electrons in the plasma, estimated from the line densities measured by the various channels
appinfo
<units>-</units>

complexType interferometer_channel
diagram dd_data_dictionary.xml_p2106.png
annotation
documentation
Charge exchange channel

element interferometer_channel/name
diagram dd_data_dictionary.xml_p2107.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element interferometer_channel/identifier
diagram dd_data_dictionary.xml_p2108.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element interferometer_channel/line_of_sight
diagram dd_data_dictionary.xml_p2109.png
annotation
documentation
Description of the line of sight of the channel, defined by two points when the beam is not reflected, a third point is added to define the reflected beam path

element interferometer_channel/wavelength
diagram dd_data_dictionary.xml_p2110.png
annotation
documentation
Set of wavelengths used for interferometry
appinfo
<coordinate1>1...N</coordinate1>

element interferometer_channel/path_length_variation
diagram dd_data_dictionary.xml_p2111.png
annotation
documentation
Optical path length variation due to the plasma
appinfo
<units>m</units>

element interferometer_channel/n_e_line
diagram dd_data_dictionary.xml_p2112.png
annotation
documentation
Line integrated density, possibly obtained by a combination of multiple interferometry wavelengths. Corresponds to the density integrated along the full line-of-sight (i.e. forward AND return for a reflected channel: NO dividing by 2 correction)
appinfo
<units>m^-2</units>

element interferometer_channel/n_e_line_average
diagram dd_data_dictionary.xml_p2113.png
annotation
documentation
Line average density, possibly obtained by a combination of multiple interferometry wavelengths. Corresponds to the density integrated along the full line-of-sight and then divided by the length of the line-of-sight
appinfo
<units>m^-3</units>

complexType interferometer_channel_wavelength_interf
diagram dd_data_dictionary.xml_p2114.png
annotation
documentation
Value of the wavelength and density estimators associated to an interferometry wavelength

element interferometer_channel_wavelength_interf/value
diagram dd_data_dictionary.xml_p2115.png
annotation
documentation
Wavelength value
appinfo
<type>static</type>
<units>m</units>

element interferometer_channel_wavelength_interf/phase_corrected
diagram dd_data_dictionary.xml_p2116.png
annotation
documentation
Phase measured for this wavelength, corrected from fringe jumps
appinfo
<units>rad</units>

element interferometer_channel_wavelength_interf/fringe_jump_correction
diagram dd_data_dictionary.xml_p2117.png
annotation
documentation
Signed number of 2pi phase corrections applied to remove a fringe jump, for each time slice on which a correction has been made
appinfo
<coordinate1>../fringe_jump_correction_times</coordinate1>
<type>constant</type>

element interferometer_channel_wavelength_interf/fringe_jump_correction_times
diagram dd_data_dictionary.xml_p2118.png
annotation
documentation
List of time slices of the pulse on which a fringe jump correction has been made
appinfo
<coordinate1>1...N</coordinate1>
<type>constant</type>
<units>s</units>

element interferometer_channel_wavelength_interf/phase_to_n_e_line
diagram dd_data_dictionary.xml_p2119.png
annotation
documentation
Conversion factor to be used to convert phase into line density for this wavelength
appinfo
<units>m^-2.rad^-1</units>
<type>static</type>

element iron_core
diagram dd_data_dictionary.xml_p2120.png
annotation
documentation
Iron core description
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.2.3</lifecycle_version>
<lifecycle_last_change>3.12.1</lifecycle_last_change>

element iron_core/segment
diagram dd_data_dictionary.xml_p2121.png
annotation
documentation
The iron core is describred as a set of segments
appinfo
<coordinate1>1...N</coordinate1>

complexType iron_core_segment
diagram dd_data_dictionary.xml_p2122.png
annotation
documentation
Segment of the iron core

element iron_core_segment/name
diagram dd_data_dictionary.xml_p2123.png
annotation
documentation
Name of the segment
appinfo
<type>static</type>

element iron_core_segment/identifier
diagram dd_data_dictionary.xml_p2124.png
annotation
documentation
ID of the segment
appinfo
<type>static</type>

element iron_core_segment/b_field
diagram dd_data_dictionary.xml_p2125.png
annotation
documentation
Array of magnetic field values, for each of which the relative permeability is given
appinfo
<type>static</type>
<units>T</units>
<coordinate1>1...N</coordinate1>

element iron_core_segment/permeability_relative
diagram dd_data_dictionary.xml_p2126.png
annotation
documentation
Relative permeability of the iron segment
appinfo
<type>static</type>
<units>-</units>
<coordinate1>../b_field</coordinate1>

element iron_core_segment/geometry
diagram dd_data_dictionary.xml_p2127.png
annotation
documentation
Cross-sectional shape of the segment

element iron_core_segment/magnetisation_r
diagram dd_data_dictionary.xml_p2128.png
annotation
documentation
Magnetisation M of the iron segment along the major radius axis, assumed to be constant inside a given iron segment. Reminder : H = 1/mu0 * B - mur * M;
appinfo
<units>T</units>

element iron_core_segment/magnetisation_z
diagram dd_data_dictionary.xml_p2129.png
annotation
documentation
Magnetisation M of the iron segment along the vertical axis, assumed to be constant inside a given iron segment. Reminder : H = 1/mu0 * B - mur * M;
appinfo
<units>T</units>

element lh_antennas
diagram dd_data_dictionary.xml_p2130.png
annotation
documentation
Antenna systems for heating and current drive in the Lower Hybrid (LH) frequencies. In the definitions below, the front (or mouth) of the antenna refers to the plasma facing side of the antenna, while the back refers to the waveguides connected side of the antenna (towards the RF generators).
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.19.1</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element lh_antennas/antenna
diagram dd_data_dictionary.xml_p2131.png
annotation
documentation
Set of Lower Hybrid antennas
appinfo
<coordinate1>1...N</coordinate1>

element lh_antennas/power
diagram dd_data_dictionary.xml_p2132.png
annotation
documentation
Power coupled to the plasma by the whole LH system (sum over antennas)
appinfo
<units>W</units>

complexType lh_antennas_antenna
diagram dd_data_dictionary.xml_p2133.png
annotation
documentation
LH antenna

element lh_antennas_antenna/name
diagram dd_data_dictionary.xml_p2134.png
annotation
documentation
Name of the antenna (unique within the set of all antennas of the experiment)
appinfo
<type>static</type>

element lh_antennas_antenna/identifier
diagram dd_data_dictionary.xml_p2135.png
annotation
documentation
Identifier of the antenna (unique within the set of all antennas of the experiment)
appinfo
<type>static</type>

element lh_antennas_antenna/frequency
diagram dd_data_dictionary.xml_p2136.png
annotation
documentation
Frequency
appinfo
<type>static</type>
<units>Hz</units>

element lh_antennas_antenna/power_launched
diagram dd_data_dictionary.xml_p2137.png
annotation
documentation
Power launched from this antenna into the vacuum vessel
appinfo
<units>W</units>

element lh_antennas_antenna/power_forward
diagram dd_data_dictionary.xml_p2138.png
annotation
documentation
Forward power arriving at the back of the antenna
appinfo
<units>W</units>

element lh_antennas_antenna/power_reflected
diagram dd_data_dictionary.xml_p2139.png
annotation
documentation
Reflected power
appinfo
<units>W</units>

element lh_antennas_antenna/reflection_coefficient
diagram dd_data_dictionary.xml_p2140.png
annotation
documentation
Power reflection coefficient, averaged over modules
appinfo
<units>-</units>

element lh_antennas_antenna/phase_average
diagram dd_data_dictionary.xml_p2141.png
annotation
documentation
Phase difference between two neighbouring modules (average over modules), at the mouth (front) of the antenna
appinfo
<units>rad</units>

element lh_antennas_antenna/n_parallel_peak
diagram dd_data_dictionary.xml_p2142.png
annotation
documentation
Peak parallel refractive index of the launched wave spectrum (simple estimate based on the measured phase difference)
appinfo
<units>-</units>

element lh_antennas_antenna/position
diagram dd_data_dictionary.xml_p2143.png
annotation
documentation
Position of a reference point on the antenna (allowing also tracking the possible movements of the antenna)

element lh_antennas_antenna/pressure_tank
diagram dd_data_dictionary.xml_p2144.png
annotation
documentation
Pressure in the vacuum tank of the antenna
appinfo
<units>Pa</units>

element lh_antennas_antenna/module
diagram dd_data_dictionary.xml_p2145.png
annotation
documentation
Set of antenna modules
appinfo
<coordinate1>1...N</coordinate1>

complexType lh_antennas_antenna_module
diagram dd_data_dictionary.xml_p2146.png
annotation
documentation
Module of an LH antenna

element lh_antennas_antenna_module/name
diagram dd_data_dictionary.xml_p2147.png
annotation
documentation
Name of the module
appinfo
<type>static</type>

element lh_antennas_antenna_module/identifier
diagram dd_data_dictionary.xml_p2148.png
annotation
documentation
Identifier of the module
appinfo
<type>static</type>

element lh_antennas_antenna_module/power_launched
diagram dd_data_dictionary.xml_p2149.png
annotation
documentation
Power launched from this module into the vacuum vessel
appinfo
<units>W</units>

element lh_antennas_antenna_module/power_forward
diagram dd_data_dictionary.xml_p2150.png
annotation
documentation
Forward power arriving to the back of the module
appinfo
<units>W</units>

element lh_antennas_antenna_module/power_reflected
diagram dd_data_dictionary.xml_p2151.png
annotation
documentation
Reflected power
appinfo
<units>W</units>

element lh_antennas_antenna_module/reflection_coefficient
diagram dd_data_dictionary.xml_p2152.png
annotation
documentation
Power reflection coefficient
appinfo
<units>-</units>

element lh_antennas_antenna_module/phase
diagram dd_data_dictionary.xml_p2153.png
annotation
documentation
Phase of the forward power arriving at the back of this module
appinfo
<units>rad</units>

element magnetics
diagram dd_data_dictionary.xml_p2154.png
annotation
documentation
Magnetic diagnostics for equilibrium identification and plasma shape control.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element magnetics/flux_loop
diagram dd_data_dictionary.xml_p2155.png
annotation
documentation
Flux loops; partial flux loops can be described
appinfo
<coordinate1>1...N</coordinate1>

element magnetics/bpol_probe
diagram dd_data_dictionary.xml_p2156.png
annotation
documentation
Poloidal field probes
appinfo
<coordinate1>1...N</coordinate1>

element magnetics/method
diagram dd_data_dictionary.xml_p2157.png
annotation
documentation
A method generating processed quantities derived from the magnetic measurements
appinfo
<coordinate1>1...N</coordinate1>

complexType magnetics_bpol_probe
diagram dd_data_dictionary.xml_p2158.png
annotation
documentation
Poloidal field probes

element magnetics_bpol_probe/name
diagram dd_data_dictionary.xml_p2159.png
annotation
documentation
Name of the probe
appinfo
<type>static</type>

element magnetics_bpol_probe/identifier
diagram dd_data_dictionary.xml_p2160.png
annotation
documentation
ID of the probe
appinfo
<type>static</type>

element magnetics_bpol_probe/position
diagram dd_data_dictionary.xml_p2161.png
annotation
documentation
R, Z, Phi position of the coil centre

element magnetics_bpol_probe/poloidal_angle
diagram dd_data_dictionary.xml_p2162.png
annotation
documentation
Poloidal angle of the coil orientation
appinfo
<type>static</type>
<units>rad</units>

element magnetics_bpol_probe/toroidal_angle
diagram dd_data_dictionary.xml_p2163.png
annotation
documentation
Toroidal angle of coil orientation (0 if fully in the poloidal plane)
appinfo
<type>static</type>
<units>rad</units>

element magnetics_bpol_probe/area
diagram dd_data_dictionary.xml_p2164.png
annotation
documentation
Area of each turn of the coil
appinfo
<type>static</type>
<units>m^2</units>

element magnetics_bpol_probe/length
diagram dd_data_dictionary.xml_p2165.png
annotation
documentation
Length of the coil
appinfo
<type>static</type>
<units>m</units>

element magnetics_bpol_probe/turns
diagram dd_data_dictionary.xml_p2166.png
annotation
documentation
Turns in the coil, including sign
appinfo
<type>static</type>

element magnetics_bpol_probe/field
diagram dd_data_dictionary.xml_p2167.png
annotation
documentation
Measured magnetic field
appinfo
<units>T</units>

complexType magnetics_flux_loop
diagram dd_data_dictionary.xml_p2168.png
annotation
documentation
Flux loops

element magnetics_flux_loop/name
diagram dd_data_dictionary.xml_p2169.png
annotation
documentation
Name of the flux loop
appinfo
<type>static</type>

element magnetics_flux_loop/identifier
diagram dd_data_dictionary.xml_p2170.png
annotation
documentation
ID of the flux loop
appinfo
<type>static</type>

element magnetics_flux_loop/position
diagram dd_data_dictionary.xml_p2171.png
annotation
documentation
List of (R,Z,phi) points defining the position of the loop (see data structure documentation FLUXLOOPposition.pdf)
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

element magnetics_flux_loop/flux
diagram dd_data_dictionary.xml_p2172.png
annotation
documentation
Measured flux
appinfo
<units>Wb</units>

complexType magnetics_method
diagram dd_data_dictionary.xml_p2173.png
annotation
documentation
Processed quantities derived from the magnetic measurements, using various methods

element magnetics_method/name
diagram dd_data_dictionary.xml_p2174.png
annotation
documentation
Name of the data processing method
appinfo
<type>static</type>

element magnetics_method/ip
diagram dd_data_dictionary.xml_p2175.png
annotation
documentation
Plasma current. Positive sign means anti-clockwise when viewed from above.
appinfo
<units>A</units>

element magnetics_method/diamagnetic_flux
diagram dd_data_dictionary.xml_p2176.png
annotation
documentation
Diamagnetic flux
appinfo
<units>Wb</units>

element mhd
diagram dd_data_dictionary.xml_p2177.png
annotation
documentation
Magnetohydrodynamic activity, description of perturbed fields and profiles using the Generic Grid Description.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.20.0</lifecycle_version>
<lifecycle_last_change>3.20.0</lifecycle_last_change>

element mhd/grid_ggd
diagram dd_data_dictionary.xml_p2178.png
annotation
documentation
Grid (using the Generic Grid Description), for various time slices. The timebase of this array of structure must be a subset of the ggd timebase
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element mhd/ggd
diagram dd_data_dictionary.xml_p2179.png
annotation
documentation
Edge plasma quantities represented using the general grid description, for various time slices.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType mhd_ggd
diagram dd_data_dictionary.xml_p2180.png
annotation
documentation
MHD description for a given time slice on the GGD

element mhd_ggd/electrons
diagram dd_data_dictionary.xml_p2181.png
annotation
documentation
Quantities related to the electrons

element mhd_ggd/t_i_average
diagram dd_data_dictionary.xml_p2182.png
annotation
documentation
Ion temperature (averaged on ion species), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element mhd_ggd/n_i_total
diagram dd_data_dictionary.xml_p2183.png
annotation
documentation
Total ion density (sum over ion species and thermal+non-thermal), given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3</units>

element mhd_ggd/zeff
diagram dd_data_dictionary.xml_p2184.png
annotation
documentation
Effective charge, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>-</units>

element mhd_ggd/b_field_r
diagram dd_data_dictionary.xml_p2185.png
annotation
documentation
R component of the magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element mhd_ggd/b_field_z
diagram dd_data_dictionary.xml_p2186.png
annotation
documentation
Z component of the magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element mhd_ggd/b_field_tor
diagram dd_data_dictionary.xml_p2187.png
annotation
documentation
Toroidal component of the magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element mhd_ggd/a_field_r
diagram dd_data_dictionary.xml_p2188.png
annotation
documentation
R component of the magnetic vector potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T.m</units>

element mhd_ggd/a_field_z
diagram dd_data_dictionary.xml_p2189.png
annotation
documentation
Z component of the magnetic vector potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T.m</units>

element mhd_ggd/a_field_tor
diagram dd_data_dictionary.xml_p2190.png
annotation
documentation
Toroidal component of the magnetic vector potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T.m</units>

element mhd_ggd/psi
diagram dd_data_dictionary.xml_p2191.png
annotation
documentation
Poloidal flux, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>Wb</units>

element mhd_ggd/velocity_r
diagram dd_data_dictionary.xml_p2192.png
annotation
documentation
R component of the plasma velocity, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element mhd_ggd/velocity_z
diagram dd_data_dictionary.xml_p2193.png
annotation
documentation
Z component of the plasma velocity, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element mhd_ggd/velocity_tor
diagram dd_data_dictionary.xml_p2194.png
annotation
documentation
Toroidal component of the plasma velocity, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element mhd_ggd/velocity_parallel
diagram dd_data_dictionary.xml_p2195.png
annotation
documentation
Parallel (to magnetic field) component of the plasma velocity, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m.s^-1</units>

element mhd_ggd/phi_potential
diagram dd_data_dictionary.xml_p2196.png
annotation
documentation
Electric potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>V</units>

element mhd_ggd/vorticity
diagram dd_data_dictionary.xml_p2197.png
annotation
documentation
Vorticity, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>s^-1</units>

element mhd_ggd/j_r
diagram dd_data_dictionary.xml_p2198.png
annotation
documentation
R component of the current density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>A.m^-2</units>

element mhd_ggd/j_z
diagram dd_data_dictionary.xml_p2199.png
annotation
documentation
Z component of the current density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>A.m^-2</units>

element mhd_ggd/j_tor
diagram dd_data_dictionary.xml_p2200.png
annotation
documentation
Toroidal component of the current density, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>A.m^-2</units>

element mhd_ggd/time
diagram dd_data_dictionary.xml_p2201.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType mhd_ggd_electrons
diagram dd_data_dictionary.xml_p2202.png
annotation
documentation
Quantities related to electrons

element mhd_ggd_electrons/temperature
diagram dd_data_dictionary.xml_p2203.png
annotation
documentation
Temperature, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>eV</units>

element mhd_linear
diagram dd_data_dictionary.xml_p2204.png
annotation
documentation
Magnetohydronamic linear stability
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.19.2</lifecycle_last_change>

element mhd_linear/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p2205.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition and in the normalization of current densities)

element mhd_linear/time_slice
diagram dd_data_dictionary.xml_p2206.png
annotation
documentation
Core plasma radial profiles for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType complex_2d_dynamic_aos_mhd_linear_vector
diagram dd_data_dictionary.xml_p2207.png
annotation
documentation
Structure (temporary) for real and imaginary part, while waiting for the implementation of complex numbers, dynamic within a type 3 array of structure (index on time))

element complex_2d_dynamic_aos_mhd_linear_vector/real
diagram dd_data_dictionary.xml_p2208.png
annotation
documentation
Real part
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../../grid/dim1</coordinate1>
<coordinate2>../../../grid/dim2</coordinate2>

element complex_2d_dynamic_aos_mhd_linear_vector/imaginary
diagram dd_data_dictionary.xml_p2209.png
annotation
documentation
Imaginary part
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../../grid/dim1</coordinate1>
<coordinate2>../../../grid/dim2</coordinate2>

complexType complex_2d_dynamic_aos_mhd_scalar
diagram dd_data_dictionary.xml_p2210.png
annotation
documentation
Structure (temporary) for real and imaginary part, while waiting for the implementation of complex numbers, dynamic within a type 3 array of structure (index on time))

element complex_2d_dynamic_aos_mhd_scalar/real
diagram dd_data_dictionary.xml_p2211.png
annotation
documentation
Real part
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>

element complex_2d_dynamic_aos_mhd_scalar/imaginary
diagram dd_data_dictionary.xml_p2212.png
annotation
documentation
Imaginary part
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>

complexType mhd_coordinate_system
diagram dd_data_dictionary.xml_p2213.png
annotation
documentation
Flux surface coordinate system on a square grid of flux and poloidal angle

element mhd_coordinate_system/r
diagram dd_data_dictionary.xml_p2214.png
annotation
documentation
Values of the major radius on the grid
appinfo
<type>dynamic</type>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>
<units>m</units>

element mhd_coordinate_system/z
diagram dd_data_dictionary.xml_p2215.png
annotation
documentation
Values of the Height on the grid
appinfo
<type>dynamic</type>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>
<units>m</units>

element mhd_coordinate_system/jacobian
diagram dd_data_dictionary.xml_p2216.png
annotation
documentation
Absolute value of the jacobian of the coordinate system
appinfo
<type>dynamic</type>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>
<units>mixed</units>

element mhd_coordinate_system/tensor_covariant
diagram dd_data_dictionary.xml_p2217.png
annotation
documentation
Covariant metric tensor on every point of the grid described by grid_type
appinfo
<type>dynamic</type>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>
<coordinate3>1...3</coordinate3>
<coordinate4>1...3</coordinate4>
<units>mixed</units>

element mhd_coordinate_system/tensor_contravariant
diagram dd_data_dictionary.xml_p2218.png
annotation
documentation
Contravariant metric tensor on every point of the grid described by grid_type
appinfo
<type>dynamic</type>
<coordinate1>../../grid/dim1</coordinate1>
<coordinate2>../../grid/dim2</coordinate2>
<coordinate3>1...3</coordinate3>
<coordinate4>1...3</coordinate4>
<units>mixed</units>

complexType mhd_linear_time_slice
diagram dd_data_dictionary.xml_p2219.png
annotation
documentation
Time slice description of linear MHD stability

element mhd_linear_time_slice/toroidal_mode
diagram dd_data_dictionary.xml_p2220.png
annotation
documentation
Vector of toroidal modes
appinfo
<coordinate1>1...N</coordinate1>

element mhd_linear_time_slice/time
diagram dd_data_dictionary.xml_p2221.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType mhd_linear_time_slice_toroidal_mode_plasma
diagram dd_data_dictionary.xml_p2222.png
annotation
documentation
MHD modes in the confined plasma

element mhd_linear_time_slice_toroidal_mode_plasma/grid_type
diagram dd_data_dictionary.xml_p2223.png
annotation
documentation
Selection of one of a set of grid types
appinfo
<doc_identifier>utilities/poloidal_plane_coordinates_identifier.xml</doc_identifier>

element mhd_linear_time_slice_toroidal_mode_plasma/grid
diagram dd_data_dictionary.xml_p2224.png
annotation
documentation
Definition of the 2D grid

element mhd_linear_time_slice_toroidal_mode_plasma/coordinate_system
diagram dd_data_dictionary.xml_p2225.png
annotation
documentation
Flux surface coordinate system on a square grid of flux and poloidal angle

element mhd_linear_time_slice_toroidal_mode_plasma/displacement_perpendicular
diagram dd_data_dictionary.xml_p2226.png
annotation
documentation
Perpendicular displacement of the modes
appinfo
<units>m</units>

element mhd_linear_time_slice_toroidal_mode_plasma/displacement_parallel
diagram dd_data_dictionary.xml_p2227.png
annotation
documentation
Parallel displacement of the modes
appinfo
<units>m</units>

element mhd_linear_time_slice_toroidal_mode_plasma/tau_alfven
diagram dd_data_dictionary.xml_p2228.png
annotation
documentation
Alven time=R/vA=R0 sqrt(mi ni(rho))/B0
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<units>s</units>

element mhd_linear_time_slice_toroidal_mode_plasma/tau_resistive
diagram dd_data_dictionary.xml_p2229.png
annotation
documentation
Resistive time = mu_0 rho*rho/1.22/eta_neo
appinfo
<type>dynamic</type>
<coordinate1>../grid/dim1</coordinate1>
<units>s</units>

element mhd_linear_time_slice_toroidal_mode_plasma/a_field_perturbed
diagram dd_data_dictionary.xml_p2230.png
annotation
documentation
Pertubed vector potential for given toroidal mode number
appinfo
<units>T.m</units>

element mhd_linear_time_slice_toroidal_mode_plasma/b_field_perturbed
diagram dd_data_dictionary.xml_p2231.png
annotation
documentation
Pertubed magnetic field for given toroidal mode number
appinfo
<units>T</units>

element mhd_linear_time_slice_toroidal_mode_plasma/velocity_perturbed
diagram dd_data_dictionary.xml_p2232.png
annotation
documentation
Pertubed velocity for given toroidal mode number
appinfo
<units>m/s</units>

element mhd_linear_time_slice_toroidal_mode_plasma/pressure_perturbed
diagram dd_data_dictionary.xml_p2233.png
annotation
documentation
Perturbed pressure for given toroidal mode number
appinfo
<units>Pa</units>

element mhd_linear_time_slice_toroidal_mode_plasma/mass_density_perturbed
diagram dd_data_dictionary.xml_p2234.png
annotation
documentation
Perturbed mass density for given toroidal mode number
appinfo
<units>kg.m^-3</units>

element mhd_linear_time_slice_toroidal_mode_plasma/temperature_perturbed
diagram dd_data_dictionary.xml_p2235.png
annotation
documentation
Perturbed temperature for given toroidal mode number
appinfo
<units>eV</units>

complexType mhd_linear_time_slice_toroidal_mode_vacuum
diagram dd_data_dictionary.xml_p2236.png
annotation
documentation
MHD modes in the vacuum

element mhd_linear_time_slice_toroidal_mode_vacuum/grid_type
diagram dd_data_dictionary.xml_p2237.png
annotation
documentation
Selection of one of a set of grid types
appinfo
<doc_identifier>utilities/poloidal_plane_coordinates_identifier.xml</doc_identifier>

element mhd_linear_time_slice_toroidal_mode_vacuum/grid
diagram dd_data_dictionary.xml_p2238.png
annotation
documentation
Definition of the 2D grid

element mhd_linear_time_slice_toroidal_mode_vacuum/coordinate_system
diagram dd_data_dictionary.xml_p2239.png
annotation
documentation
Flux surface coordinate system on a square grid of flux and poloidal angle

element mhd_linear_time_slice_toroidal_mode_vacuum/a_field_perturbed
diagram dd_data_dictionary.xml_p2240.png
annotation
documentation
Pertubed vector potential for given toroidal mode number
appinfo
<units>T.m</units>

element mhd_linear_time_slice_toroidal_mode_vacuum/b_field_perturbed
diagram dd_data_dictionary.xml_p2241.png
annotation
documentation
Pertubed magnetic field for given toroidal mode number
appinfo
<units>T</units>

complexType mhd_linear_time_slice_toroidal_modes
diagram dd_data_dictionary.xml_p2242.png
annotation
documentation
Vector of toroidal modes

element mhd_linear_time_slice_toroidal_modes/n_tor
diagram dd_data_dictionary.xml_p2243.png
annotation
documentation
Toroidal mode number of the MHD mode
appinfo
<type>dynamic</type>

element mhd_linear_time_slice_toroidal_modes/growthrate
diagram dd_data_dictionary.xml_p2244.png
annotation
documentation
Linear growthrate of the mode
appinfo
<type>dynamic</type>
<units>Hz</units>

element mhd_linear_time_slice_toroidal_modes/frequency
diagram dd_data_dictionary.xml_p2245.png
annotation
documentation
Frequency of the mode
appinfo
<type>dynamic</type>
<units>Hz</units>

element mhd_linear_time_slice_toroidal_modes/plasma
diagram dd_data_dictionary.xml_p2246.png
annotation
documentation
MHD modes in the confined plasma

element mhd_linear_time_slice_toroidal_modes/vacuum
diagram dd_data_dictionary.xml_p2247.png
annotation
documentation
MHD modes in the vacuum

complexType mhd_linear_vector
diagram dd_data_dictionary.xml_p2248.png
annotation
documentation
Vector structure for the MHD IDS

element mhd_linear_vector/coordinate1
diagram dd_data_dictionary.xml_p2249.png
annotation
documentation
First coordinate (radial)
appinfo
<units>as parent</units>

element mhd_linear_vector/coordinate2
diagram dd_data_dictionary.xml_p2250.png
annotation
documentation
Second coordinate (poloidal)
appinfo
<units>as parent</units>

element mhd_linear_vector/coordinate3
diagram dd_data_dictionary.xml_p2251.png
annotation
documentation
Third coordinate (toroidal)
appinfo
<units>as parent</units>

element mse
diagram dd_data_dictionary.xml_p2252.png
annotation
documentation
Motional Stark Effect diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.16.0</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element mse/channel
diagram dd_data_dictionary.xml_p2253.png
annotation
documentation
Set of channels (lines of sight)
appinfo
<coordinate1>1...N</coordinate1>

complexType mse_channel
diagram dd_data_dictionary.xml_p2254.png
annotation
documentation
MSE channel

element mse_channel/name
diagram dd_data_dictionary.xml_p2255.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element mse_channel/detector
diagram dd_data_dictionary.xml_p2256.png
annotation
documentation
Detector description

element mse_channel/aperture
diagram dd_data_dictionary.xml_p2257.png
annotation
documentation
Description of a set of collimating apertures
appinfo
<coordinate1>1...N</coordinate1>

element mse_channel/line_of_sight
diagram dd_data_dictionary.xml_p2258.png
annotation
documentation
Description of the line of sight of the channel, given by 2 points

element mse_channel/active_spatial_resolution
diagram dd_data_dictionary.xml_p2259.png
annotation
documentation
Spatial resolution of the measurement, calculated as a convolution of the atomic smearing, magnetic and beam geometry smearing and detector projection, for a set of time slices (use a single time slice for the whole pulse if the beam and the line of sight are not moving during the pulse)
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element mse_channel/polarisation_angle
diagram dd_data_dictionary.xml_p2260.png
annotation
documentation
MSE polarisation angle
appinfo
<units>rad</units>

complexType mse_channel_intersection
diagram dd_data_dictionary.xml_p2261.png
annotation
documentation
MSE beam-los intersection

element mse_channel_intersection/r
diagram dd_data_dictionary.xml_p2262.png
annotation
documentation
Major radius
appinfo
<type>static</type>
<units>m</units>

element mse_channel_intersection/z
diagram dd_data_dictionary.xml_p2263.png
annotation
documentation
Height
appinfo
<type>static</type>
<units>m</units>

element mse_channel_intersection/phi
diagram dd_data_dictionary.xml_p2264.png
annotation
documentation
Toroidal angle
appinfo
<type>static</type>
<units>rad</units>

element mse_channel_intersection/delta_r
diagram dd_data_dictionary.xml_p2265.png
annotation
documentation
Full width along major radius
appinfo
<type>static</type>
<units>m</units>

element mse_channel_intersection/delta_z
diagram dd_data_dictionary.xml_p2266.png
annotation
documentation
Full width in height
appinfo
<type>static</type>
<units>m</units>

element mse_channel_intersection/delta_phi
diagram dd_data_dictionary.xml_p2267.png
annotation
documentation
Full width in toroidal angle
appinfo
<type>static</type>
<units>rad</units>

complexType mse_channel_resolution
diagram dd_data_dictionary.xml_p2268.png
annotation
documentation
In case of active spectroscopy, spatial resolution of the measurement

element mse_channel_resolution/centre
diagram dd_data_dictionary.xml_p2269.png
annotation
documentation
Position of the centre of the spatially resolved zone

element mse_channel_resolution/width
diagram dd_data_dictionary.xml_p2270.png
annotation
documentation
Full width of the spatially resolved zone in the R, Z and phi directions

element mse_channel_resolution/geometric_coefficients
diagram dd_data_dictionary.xml_p2271.png
annotation
documentation
Set of 9 geometric coefficients providing the MSE polarisation angle as a function of the local electric and magnetic field components (these are related to the angle between beam and line of sight). The list is ordered as follows : coefficients of BZ, BR, Bphi, ER (numerator of the MSE angle expression); coefficients of BZ, BR, Bphi, ER, EZ (denominator)
appinfo
<type>dynamic</type>
<coordinate1>1...9</coordinate1>
<units>mixed</units>

element mse_channel_resolution/time
diagram dd_data_dictionary.xml_p2272.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element nbi
diagram dd_data_dictionary.xml_p2273.png
annotation
documentation
Neutral Beam Injection systems and description of the fast neutrals that arrive into the torus
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element nbi/unit
diagram dd_data_dictionary.xml_p2274.png
annotation
documentation
The NBI system is described as a set of units of which the power can be controlled individually.
appinfo
<coordinate1>1...N</coordinate1>

complexType nbi_unit
diagram dd_data_dictionary.xml_p2275.png
annotation
documentation
NBI unit

element nbi_unit/name
diagram dd_data_dictionary.xml_p2276.png
annotation
documentation
Name of the NBI unit
appinfo
<type>static</type>

element nbi_unit/identifier
diagram dd_data_dictionary.xml_p2277.png
annotation
documentation
ID of the NBI unit
appinfo
<type>static</type>

element nbi_unit/species
diagram dd_data_dictionary.xml_p2278.png
annotation
documentation
Injected species

element nbi_unit/power_launched
diagram dd_data_dictionary.xml_p2279.png
annotation
documentation
Power launched from this unit into the vacuum vessel
appinfo
<units>W</units>

element nbi_unit/energy
diagram dd_data_dictionary.xml_p2280.png
annotation
documentation
Full energy of the injected species (acceleration of a single atom)
appinfo
<units>eV</units>

element nbi_unit/beam_current_fraction
diagram dd_data_dictionary.xml_p2281.png
annotation
documentation
Fractions of beam current distributed among the different energies, the first index corresponds to the fast neutrals energy (1:full, 2: half, 3: one third)
appinfo
<coordinate1>1...3</coordinate1>
<coordinate2>time</coordinate2>
<units>-</units>

element nbi_unit/beam_power_fraction
diagram dd_data_dictionary.xml_p2282.png
annotation
documentation
Fractions of beam power distributed among the different energies, the first index corresponds to the fast neutrals energy (1:full, 2: half, 3: one third)
appinfo
<coordinate1>1...3</coordinate1>
<coordinate2>time</coordinate2>
<units>-</units>

element nbi_unit/beamlets_group
diagram dd_data_dictionary.xml_p2283.png
annotation
documentation
Group of beamlets with common vertical and horizontal focal point. If there are no common focal points, then select small groups of beamlets such that a focal point description of the beamlets group provides a fair description
appinfo
<coordinate1>1...N</coordinate1>

complexType nbi_unit_beamlets_group
diagram dd_data_dictionary.xml_p2284.png
annotation
documentation
Group of beamlets

element nbi_unit_beamlets_group/position
diagram dd_data_dictionary.xml_p2285.png
annotation
documentation
R, Z, Phi position of the beamlet group centre

element nbi_unit_beamlets_group/tangency_radius
diagram dd_data_dictionary.xml_p2286.png
annotation
documentation
Tangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)
appinfo
<type>static</type>
<units>m</units>

element nbi_unit_beamlets_group/angle
diagram dd_data_dictionary.xml_p2287.png
annotation
documentation
Angle of inclination between a beamlet at the centre of the injection unit surface and the horiontal plane
appinfo
<type>static</type>
<units>rad</units>

element nbi_unit_beamlets_group/tilting
diagram dd_data_dictionary.xml_p2288.png
annotation
documentation
In case of dynamic beam tilting (i.e. during the pulse), e.g. for some Beam Emission Spectroscopy use cases, variations of position, tangency radius and angle with respect to their static value, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element nbi_unit_beamlets_group/direction
diagram dd_data_dictionary.xml_p2289.png
annotation
documentation
Direction of the beam seen from above the torus: -1 = clockwise; 1 = counter clockwise
appinfo
<type>static</type>

element nbi_unit_beamlets_group/width_horizontal
diagram dd_data_dictionary.xml_p2290.png
annotation
documentation
Horizontal width of the beam group at the injection unit surface (or grounded grid)
appinfo
<type>static</type>
<units>m</units>

element nbi_unit_beamlets_group/width_vertical
diagram dd_data_dictionary.xml_p2291.png
annotation
documentation
Vertical width of the beam group at the injection unit surface (or grounded grid)
appinfo
<type>static</type>
<units>m</units>

element nbi_unit_beamlets_group/focus
diagram dd_data_dictionary.xml_p2292.png
annotation
documentation
Describes how the beamlet group is focused

element nbi_unit_beamlets_group/divergence_component
diagram dd_data_dictionary.xml_p2293.png
annotation
documentation
Detailed information on beamlet divergence. Divergence is described as a superposition of Gaussian components with amplitide "particles_fraction" and vertical/horizontal divergence. Note that for positive ion NBI the divergence is well described by a single Gaussian
appinfo
<coordinate1>1...N</coordinate1>

element nbi_unit_beamlets_group/beamlets
diagram dd_data_dictionary.xml_p2294.png
annotation
documentation
Detailed information on beamlets

complexType nbi_unit_beamlets_group_beamlets
diagram dd_data_dictionary.xml_p2295.png
annotation
documentation
Detailed information on beamlets

element nbi_unit_beamlets_group_beamlets/positions
diagram dd_data_dictionary.xml_p2296.png
annotation
documentation
Position of each beamlet

element nbi_unit_beamlets_group_beamlets/tangency_radii
diagram dd_data_dictionary.xml_p2297.png
annotation
documentation
Tangency radius (major radius where the central line of a beamlet is tangent to a circle around the torus), for each beamlet
appinfo
<type>static</type>
<units>m</units>
<coordinate1>../positions/r</coordinate1>

element nbi_unit_beamlets_group_beamlets/angles
diagram dd_data_dictionary.xml_p2298.png
annotation
documentation
Angle of inclination between a line at the centre of a beamlet and the horiontal plane, for each beamlet
appinfo
<type>static</type>
<units>rad</units>
<coordinate1>../positions/r</coordinate1>

element nbi_unit_beamlets_group_beamlets/power_fractions
diagram dd_data_dictionary.xml_p2299.png
annotation
documentation
Fraction of power of a unit injected by each beamlet
appinfo
<type>static</type>
<units>rad</units>
<coordinate1>../positions/r</coordinate1>

complexType nbi_unit_beamlets_group_divergence
diagram dd_data_dictionary.xml_p2300.png
annotation
documentation
Describes a divergence component of a group of beamlets

element nbi_unit_beamlets_group_divergence/particles_fraction
diagram dd_data_dictionary.xml_p2301.png
annotation
documentation
Fraction of injected particles in the component
appinfo
<type>static</type>
<units>-</units>

element nbi_unit_beamlets_group_divergence/vertical
diagram dd_data_dictionary.xml_p2302.png
annotation
documentation
The vertical beamlet divergence of the component. Here the divergence is defined for Gaussian beams as the angel where the beam density is reduced by a factor 1/e compared to the maximum density. For non-Gaussian beams the divergence is sqrt(2)*mean((x-mean(x))**2), where x is the angle and the mean should be performed over the beam density, P(x): mean(y)=int(y*P(x)*dx).
appinfo
<type>static</type>
<units>rad</units>

element nbi_unit_beamlets_group_divergence/horizontal
diagram dd_data_dictionary.xml_p2303.png
annotation
documentation
The horiztonal beamlet divergence of the component. Here the divergence is defined for Gaussian beams as the angel where the beam density is reduced by a factor 1/e compared to the maximum density. For non-Gaussian beams the divergence is sqrt(2)*mean((x-mean(x))**2), where x is the angle and the mean should be performed over the beam density, P(x): mean(y)=int(y*P(x)*dx).
appinfo
<type>static</type>
<units>rad</units>

complexType nbi_unit_beamlets_group_focus
diagram dd_data_dictionary.xml_p2304.png
annotation
documentation
Describes of a group of beamlets is focused

element nbi_unit_beamlets_group_focus/focal_length_horizontal
diagram dd_data_dictionary.xml_p2305.png
annotation
documentation
Horizontal focal length along the beam line, i.e. the point along the centre of the beamlet-group where the beamlet-group has its minimum horizontal width
appinfo
<type>static</type>
<units>m</units>

element nbi_unit_beamlets_group_focus/focal_length_vertical
diagram dd_data_dictionary.xml_p2306.png
annotation
documentation
Vertical focal length along the beam line, i.e. the point along the centre of the beamlet-group where the beamlet-group has its minimum vertical width
appinfo
<type>static</type>
<units>m</units>

element nbi_unit_beamlets_group_focus/width_min_horizontal
diagram dd_data_dictionary.xml_p2307.png
annotation
documentation
The horizontal width of the beamlets group at the at the horizontal focal point
appinfo
<type>static</type>
<units>m</units>

element nbi_unit_beamlets_group_focus/width_min_vertical
diagram dd_data_dictionary.xml_p2308.png
annotation
documentation
The vertical width of the beamlets group at the at the vertical focal point
appinfo
<type>static</type>
<units>m</units>

complexType nbi_unit_beamlets_group_tilting
diagram dd_data_dictionary.xml_p2309.png
annotation
documentation
Variation of position, tangency radius and angle in case of dynamic beam tilting, for a given time slice

element nbi_unit_beamlets_group_tilting/delta_position
diagram dd_data_dictionary.xml_p2310.png
annotation
documentation
Variation of the position of the beamlet group centre

element nbi_unit_beamlets_group_tilting/delta_tangency_radius
diagram dd_data_dictionary.xml_p2311.png
annotation
documentation
Variation of the tangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)
appinfo
<type>dynamic</type>
<units>m</units>

element nbi_unit_beamlets_group_tilting/delta_angle
diagram dd_data_dictionary.xml_p2312.png
annotation
documentation
Variation of the angle of inclination between a beamlet at the centre of the injection unit surface and the horiontal plane
appinfo
<type>dynamic</type>
<units>rad</units>

element nbi_unit_beamlets_group_tilting/time
diagram dd_data_dictionary.xml_p2313.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element ntms
diagram dd_data_dictionary.xml_p2314.png
annotation
documentation
Description of neoclassical tearing modes
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.0.4</lifecycle_last_change>

element ntms/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p2315.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition)

element ntms/time_slice
diagram dd_data_dictionary.xml_p2316.png
annotation
documentation
Description of neoclassical tearing modes for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType ntm_time_slice
diagram dd_data_dictionary.xml_p2317.png
annotation
documentation
Time slice description of NTMs

element ntm_time_slice/mode
diagram dd_data_dictionary.xml_p2318.png
annotation
documentation
List of the various NTM modes appearing during the simulation. If a mode appears several times, use several indices in this array of structure with the same m,n values.
appinfo
<coordinate1>1...N</coordinate1>

element ntm_time_slice/time
diagram dd_data_dictionary.xml_p2319.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType ntm_time_slice_mode
diagram dd_data_dictionary.xml_p2320.png
annotation
documentation
Description of an NTM

element ntm_time_slice_mode/onset
diagram dd_data_dictionary.xml_p2321.png
annotation
documentation
NTM onset characteristics

element ntm_time_slice_mode/width
diagram dd_data_dictionary.xml_p2322.png
annotation
documentation
Full width of the mode
appinfo
<type>dynamic</type>
<units>m</units>

element ntm_time_slice_mode/dwidth_dt
diagram dd_data_dictionary.xml_p2323.png
annotation
documentation
Time derivative of the full width of the mode
appinfo
<type>dynamic</type>
<units>m/s</units>

element ntm_time_slice_mode/phase
diagram dd_data_dictionary.xml_p2324.png
annotation
documentation
Phase of the mode
appinfo
<type>dynamic</type>
<units>rad</units>

element ntm_time_slice_mode/dphase_dt
diagram dd_data_dictionary.xml_p2325.png
annotation
documentation
Time derivative of the phase of the mode
appinfo
<type>dynamic</type>
<units>rad/s</units>

element ntm_time_slice_mode/frequency
diagram dd_data_dictionary.xml_p2326.png
annotation
documentation
Frequency of the mode
appinfo
<type>dynamic</type>
<units>Hz</units>

element ntm_time_slice_mode/dfrequency_dt
diagram dd_data_dictionary.xml_p2327.png
annotation
documentation
Time derivative of the frequency of the mode
appinfo
<type>dynamic</type>
<units>s^-2</units>

element ntm_time_slice_mode/n_tor
diagram dd_data_dictionary.xml_p2328.png
annotation
documentation
Toroidal mode number
appinfo
<type>dynamic</type>

element ntm_time_slice_mode/m_pol
diagram dd_data_dictionary.xml_p2329.png
annotation
documentation
Poloidal mode number
appinfo
<type>dynamic</type>

element ntm_time_slice_mode/deltaw
diagram dd_data_dictionary.xml_p2330.png
annotation
documentation
deltaw contributions to the Rutherford equation
appinfo
<coordinate1>1...N</coordinate1>

element ntm_time_slice_mode/torque
diagram dd_data_dictionary.xml_p2331.png
annotation
documentation
torque contributions to the Rutherford equation
appinfo
<coordinate1>1...N</coordinate1>

element ntm_time_slice_mode/calculation_method
diagram dd_data_dictionary.xml_p2332.png
annotation
documentation
Description of how the mode evolution is calculated
appinfo
<type>dynamic</type>

element ntm_time_slice_mode/delta_diff
diagram dd_data_dictionary.xml_p2333.png
annotation
documentation
Extra diffusion coefficient for the transport equations of Te, ne, Ti
appinfo
<type>dynamic</type>
<coordinate1>1...3</coordinate1>
<units>m^2.s^-1</units>

element ntm_time_slice_mode/rho_tor_norm
diagram dd_data_dictionary.xml_p2334.png
annotation
documentation
Normalised flux coordinate on which the mode is centred
appinfo
<units>-</units>
<type>dynamic</type>

element ntm_time_slice_mode/rho_tor
diagram dd_data_dictionary.xml_p2335.png
annotation
documentation
Flux coordinate on which the mode is centred
appinfo
<units>m</units>
<type>dynamic</type>

element ntm_time_slice_mode/detailed_evolution
diagram dd_data_dictionary.xml_p2336.png
annotation
documentation
Detailed NTM evolution on a finer timebase than the time_slice array of structure

complexType ntm_time_slice_mode_detailed_evolution
diagram dd_data_dictionary.xml_p2337.png
annotation
documentation
Detailed NTM evolution on a finer timebase than the time_slice array of structure

element ntm_time_slice_mode_detailed_evolution/time_detailed
diagram dd_data_dictionary.xml_p2338.png
annotation
documentation
Time array used to describe the detailed evolution of the NTM
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>1...N</coordinate1>

element ntm_time_slice_mode_detailed_evolution/width
diagram dd_data_dictionary.xml_p2339.png
annotation
documentation
Full width of the mode
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution/dwidth_dt
diagram dd_data_dictionary.xml_p2340.png
annotation
documentation
Time derivative of the full width of the mode
appinfo
<type>dynamic</type>
<units>m/s</units>
<coordinate1>../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution/phase
diagram dd_data_dictionary.xml_p2341.png
annotation
documentation
Phase of the mode
appinfo
<type>dynamic</type>
<units>rad</units>
<coordinate1>../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution/dphase_dt
diagram dd_data_dictionary.xml_p2342.png
annotation
documentation
Time derivative of the phase of the mode
appinfo
<type>dynamic</type>
<units>rad/s</units>
<coordinate1>../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution/frequency
diagram dd_data_dictionary.xml_p2343.png
annotation
documentation
Frequency of the mode
appinfo
<type>dynamic</type>
<units>Hz</units>
<coordinate1>../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution/dfrequency_dt
diagram dd_data_dictionary.xml_p2344.png
annotation
documentation
Time derivative of the frequency of the mode
appinfo
<type>dynamic</type>
<units>s^-2</units>
<coordinate1>../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution/n_tor
diagram dd_data_dictionary.xml_p2345.png
annotation
documentation
Toroidal mode number
appinfo
<type>dynamic</type>

element ntm_time_slice_mode_detailed_evolution/m_pol
diagram dd_data_dictionary.xml_p2346.png
annotation
documentation
Poloidal mode number
appinfo
<type>dynamic</type>

element ntm_time_slice_mode_detailed_evolution/deltaw
diagram dd_data_dictionary.xml_p2347.png
annotation
documentation
deltaw contributions to the Rutherford equation
appinfo
<coordinate1>1...N</coordinate1>

element ntm_time_slice_mode_detailed_evolution/torque
diagram dd_data_dictionary.xml_p2348.png
annotation
documentation
torque contributions to the Rutherford equation
appinfo
<coordinate1>1...N</coordinate1>

element ntm_time_slice_mode_detailed_evolution/calculation_method
diagram dd_data_dictionary.xml_p2349.png
annotation
documentation
Description of how the mode evolution is calculated
appinfo
<type>dynamic</type>

element ntm_time_slice_mode_detailed_evolution/delta_diff
diagram dd_data_dictionary.xml_p2350.png
annotation
documentation
Extra diffusion coefficient for the transport equations of Te, ne, Ti
appinfo
<type>dynamic</type>
<coordinate1>1...3</coordinate1>
<coordinate2>../time_detailed</coordinate2>
<units>m^2.s^-1</units>

element ntm_time_slice_mode_detailed_evolution/rho_tor_norm
diagram dd_data_dictionary.xml_p2351.png
annotation
documentation
Normalised flux coordinate on which the mode is centred
appinfo
<coordinate1>../time_detailed</coordinate1>
<units>-</units>
<type>dynamic</type>

element ntm_time_slice_mode_detailed_evolution/rho_tor
diagram dd_data_dictionary.xml_p2352.png
annotation
documentation
Flux coordinate on which the mode is centred
appinfo
<coordinate1>../time_detailed</coordinate1>
<units>m</units>
<type>dynamic</type>

complexType ntm_time_slice_mode_detailed_evolution_deltaw
diagram dd_data_dictionary.xml_p2353.png
annotation
documentation
deltaw contribution to the Rutherford equation (detailed evolution)

element ntm_time_slice_mode_detailed_evolution_deltaw/value
diagram dd_data_dictionary.xml_p2354.png
annotation
documentation
Value of the contribution
appinfo
<type>dynamic</type>
<units>m^-1</units>
<coordinate1>../../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution_deltaw/name
diagram dd_data_dictionary.xml_p2355.png
annotation
documentation
Name of the contribution
appinfo
<type>dynamic</type>

complexType ntm_time_slice_mode_detailed_evolution_torque
diagram dd_data_dictionary.xml_p2356.png
annotation
documentation
torque contribution to the Rutherford equation (detailed evolution)

element ntm_time_slice_mode_detailed_evolution_torque/value
diagram dd_data_dictionary.xml_p2357.png
annotation
documentation
Value of the contribution
appinfo
<type>dynamic</type>
<units>kg.m^2.s^-2</units>
<coordinate1>../../time_detailed</coordinate1>

element ntm_time_slice_mode_detailed_evolution_torque/name
diagram dd_data_dictionary.xml_p2358.png
annotation
documentation
Name of the contribution
appinfo
<type>dynamic</type>

complexType ntm_time_slice_mode_evolution_deltaw
diagram dd_data_dictionary.xml_p2359.png
annotation
documentation
deltaw contribution to the Rutherford equation

element ntm_time_slice_mode_evolution_deltaw/value
diagram dd_data_dictionary.xml_p2360.png
annotation
documentation
Value of the contribution
appinfo
<type>dynamic</type>
<units>m^-1</units>

element ntm_time_slice_mode_evolution_deltaw/name
diagram dd_data_dictionary.xml_p2361.png
annotation
documentation
Name of the contribution
appinfo
<type>dynamic</type>

complexType ntm_time_slice_mode_evolution_torque
diagram dd_data_dictionary.xml_p2362.png
annotation
documentation
torque contribution to the Rutherford equation

element ntm_time_slice_mode_evolution_torque/value
diagram dd_data_dictionary.xml_p2363.png
annotation
documentation
Value of the contribution
appinfo
<type>dynamic</type>
<units>kg.m^2.s^-2</units>

element ntm_time_slice_mode_evolution_torque/name
diagram dd_data_dictionary.xml_p2364.png
annotation
documentation
Name of the contribution
appinfo
<type>dynamic</type>

complexType ntm_time_slice_mode_onset
diagram dd_data_dictionary.xml_p2365.png
annotation
documentation
Onset characteristics of an NTM

element ntm_time_slice_mode_onset/width
diagram dd_data_dictionary.xml_p2366.png
annotation
documentation
Seed island full width at onset time
appinfo
<type>dynamic</type>
<units>m</units>

element ntm_time_slice_mode_onset/time_onset
diagram dd_data_dictionary.xml_p2367.png
annotation
documentation
Onset time
appinfo
<type>dynamic</type>
<units>s</units>

element ntm_time_slice_mode_onset/time_offset
diagram dd_data_dictionary.xml_p2368.png
annotation
documentation
Offset time (when a mode disappears). If the mode reappears later in the simulation, use another index of the mode array of structure
appinfo
<type>dynamic</type>
<units>s</units>

element ntm_time_slice_mode_onset/phase
diagram dd_data_dictionary.xml_p2369.png
annotation
documentation
Phase of the mode at onset
appinfo
<type>dynamic</type>
<units>rad</units>

element ntm_time_slice_mode_onset/n_tor
diagram dd_data_dictionary.xml_p2370.png
annotation
documentation
Toroidal mode number
appinfo
<type>dynamic</type>

element ntm_time_slice_mode_onset/m_pol
diagram dd_data_dictionary.xml_p2371.png
annotation
documentation
Poloidal mode number
appinfo
<type>dynamic</type>

element ntm_time_slice_mode_onset/cause
diagram dd_data_dictionary.xml_p2372.png
annotation
documentation
Cause of the mode onset
appinfo
<type>dynamic</type>

element pellets
diagram dd_data_dictionary.xml_p2373.png
annotation
documentation
Description of pellets launched into the plasma
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.0.4</lifecycle_last_change>

element pellets/time_slice
diagram dd_data_dictionary.xml_p2374.png
annotation
documentation
Description of the pellets launched at various time slices. The time of this structure corresponds to the full ablation of the pellet inside the plasma.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType pellets_time_slice
diagram dd_data_dictionary.xml_p2375.png
annotation
documentation
Time slice description of pellets

element pellets_time_slice/pellet
diagram dd_data_dictionary.xml_p2376.png
annotation
documentation
Set of pellets ablated in the plasma at a given time
appinfo
<coordinate1>1...N</coordinate1>

element pellets_time_slice/time
diagram dd_data_dictionary.xml_p2377.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType pellets_time_slice_pellet
diagram dd_data_dictionary.xml_p2378.png
annotation
documentation
Description of a pellet

element pellets_time_slice_pellet/shape
diagram dd_data_dictionary.xml_p2379.png
annotation
documentation
Initial shape of a pellet at launch

element pellets_time_slice_pellet/species
diagram dd_data_dictionary.xml_p2380.png
annotation
documentation
Set of species included in the pellet composition
appinfo
<coordinate1>1...N</coordinate1>

element pellets_time_slice_pellet/velocity_initial
diagram dd_data_dictionary.xml_p2381.png
annotation
documentation
Initial velocity of the pellet as it enters the vaccum chamber
appinfo
<units>m.s^-1</units>
<type>dynamic</type>

element pellets_time_slice_pellet/path_geometry
diagram dd_data_dictionary.xml_p2382.png
annotation
documentation
Geometry of the pellet path in the vaccuum chamber

element pellets_time_slice_pellet/path_profiles
diagram dd_data_dictionary.xml_p2383.png
annotation
documentation
1-D profiles of plasma and pellet along the pellet path

complexType pellets_time_slice_pellet_path_profiles
diagram dd_data_dictionary.xml_p2384.png
annotation
documentation
1-D profiles of plasma and pellet along the pellet path

element pellets_time_slice_pellet_path_profiles/distance
diagram dd_data_dictionary.xml_p2385.png
annotation
documentation
Distance along the pellet path, with the origin taken at path_geometry/first_point. Used as the main coordinate for the path_profiles structure
appinfo
<units>m</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element pellets_time_slice_pellet_path_profiles/rho_tor_norm
diagram dd_data_dictionary.xml_p2386.png
annotation
documentation
Normalised toroidal coordinate along the pellet path
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/psi
diagram dd_data_dictionary.xml_p2387.png
annotation
documentation
Poloidal flux along the pellet path
appinfo
<units>Wb</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/velocity
diagram dd_data_dictionary.xml_p2388.png
annotation
documentation
Pellet velocity along the pellet path
appinfo
<units>m.s^-1</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/n_e
diagram dd_data_dictionary.xml_p2389.png
annotation
documentation
Electron density along the pellet path
appinfo
<units>m^-3</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/t_e
diagram dd_data_dictionary.xml_p2390.png
annotation
documentation
Electron temperature along the pellet path
appinfo
<units>eV</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/ablation_rate
diagram dd_data_dictionary.xml_p2391.png
annotation
documentation
Ablation rate (electrons) along the pellet path
appinfo
<units>s^-1</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/ablated_particles
diagram dd_data_dictionary.xml_p2392.png
annotation
documentation
Number of ablated particles (electrons) along the pellet path
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/rho_tor_norm_drift
diagram dd_data_dictionary.xml_p2393.png
annotation
documentation
Difference to due ExB drifts between the ablation and the final deposition locations, in terms of the normalised toroidal flux coordinate
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../distance</coordinate1>

element pellets_time_slice_pellet_path_profiles/position
diagram dd_data_dictionary.xml_p2394.png
annotation
documentation
Position along the pellet path

complexType pellets_time_slice_pellet_shape
diagram dd_data_dictionary.xml_p2395.png
annotation
documentation
Initial shape of a pellet at launch

element pellets_time_slice_pellet_shape/type
diagram dd_data_dictionary.xml_p2396.png
annotation
documentation
Identifier structure for the shape type: 1-spherical; 2-cylindrical; 3-rectangular

element pellets_time_slice_pellet_shape/size
diagram dd_data_dictionary.xml_p2397.png
annotation
documentation
Size of the pellet in the various dimensions, depending on the shape type. Spherical pellets: size(1) is the radius of the pellet. Cylindrical pellets: size(1) is the radius and size(2) is the height of the cylinder. Rectangular pellets: size(1) is the height, size(2) is the width and size(3) is the length
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>m</units>

complexType pellets_time_slice_pellet_species
diagram dd_data_dictionary.xml_p2398.png
annotation
documentation
Species included in pellet compoisition

element pellets_time_slice_pellet_species/a
diagram dd_data_dictionary.xml_p2399.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>dynamic</type>

element pellets_time_slice_pellet_species/z_n
diagram dd_data_dictionary.xml_p2400.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element pellets_time_slice_pellet_species/label
diagram dd_data_dictionary.xml_p2401.png
annotation
documentation
String identifying the species (e.g. H, D, T, ...)
appinfo
<type>dynamic</type>

element pellets_time_slice_pellet_species/density
diagram dd_data_dictionary.xml_p2402.png
annotation
documentation
Material density of the species in the pellet
appinfo
<type>dynamic</type>
<units>-</units>

element pellets_time_slice_pellet_species/fraction
diagram dd_data_dictionary.xml_p2403.png
annotation
documentation
Fraction of the species atoms in the pellet
appinfo
<type>dynamic</type>
<units>-</units>

element pellets_time_slice_pellet_species/sublimation_energy
diagram dd_data_dictionary.xml_p2404.png
annotation
documentation
Sublimation energy per atom
appinfo
<type>dynamic</type>
<units>eV</units>

element pf_active
diagram dd_data_dictionary.xml_p2405.png
annotation
documentation
Description of the axisymmetric active poloidal field (PF) coils and supplies; includes the limits of these systems; includes the forces on them; does not include non-axisymmetric coil systems
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.20.0</lifecycle_last_change>

element pf_active/coil
diagram dd_data_dictionary.xml_p2406.png
annotation
documentation
Active PF coils
appinfo
<coordinate1>1...N</coordinate1>

element pf_active/vertical_force
diagram dd_data_dictionary.xml_p2407.png
annotation
documentation
Vertical forces on the axisymmetric PF coil system
appinfo
<coordinate1>1...N</coordinate1>

element pf_active/circuit
diagram dd_data_dictionary.xml_p2408.png
annotation
documentation
Circuits, connecting multiple PF coils to multiple supplies, defining the current and voltage relationships in the system
appinfo
<coordinate1>1...N</coordinate1>

element pf_active/supply
diagram dd_data_dictionary.xml_p2409.png
annotation
documentation
PF power supplies
appinfo
<coordinate1>1...N</coordinate1>

complexType pf_circuits
diagram dd_data_dictionary.xml_p2410.png
annotation
documentation
Circuits, connecting multiple PF coils to multiple supplies, defining the current and voltage relationships in the system

element pf_circuits/name
diagram dd_data_dictionary.xml_p2411.png
annotation
documentation
Name of the circuit
appinfo
<type>static</type>

element pf_circuits/identifier
diagram dd_data_dictionary.xml_p2412.png
annotation
documentation
ID of the circuit
appinfo
<type>static</type>

element pf_circuits/type
diagram dd_data_dictionary.xml_p2413.png
annotation
documentation
Type of the circuit
appinfo
<type>static</type>

element pf_circuits/connections
diagram dd_data_dictionary.xml_p2414.png
annotation
documentation
Description of the supplies and coils connections (nodes) across the circuit. Nodes of the circuit are listed as the first dimension of the matrix. Supplies (listed first) and coils (listed second) SIDES are listed as the second dimension. Thus the second dimension has a size equal to 2*(N_supplies+N_coils). The (i,j) matrix elements are 1 if the j-th supply or coil side is connected to the i-th node, or 0 otherwise.
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<url>pf_active/PFConnections.html</url>

element pf_circuits/voltage
diagram dd_data_dictionary.xml_p2415.png
annotation
documentation
Voltage on the circuit
appinfo
<units>V</units>

element pf_circuits/current
diagram dd_data_dictionary.xml_p2416.png
annotation
documentation
Current in the circuit
appinfo
<units>A</units>

complexType pf_coils
diagram dd_data_dictionary.xml_p2417.png
annotation
documentation
Active PF coils

element pf_coils/name
diagram dd_data_dictionary.xml_p2418.png
annotation
documentation
Name of the coil
appinfo
<type>static</type>

element pf_coils/identifier
diagram dd_data_dictionary.xml_p2419.png
annotation
documentation
Alphanumeric identifier of coils used for convenience
appinfo
<type>static</type>

element pf_coils/resistance
diagram dd_data_dictionary.xml_p2420.png
annotation
documentation
Coil resistance
appinfo
<type>static</type>
<units>Ohm</units>

element pf_coils/energy_limit_max
diagram dd_data_dictionary.xml_p2421.png
annotation
documentation
Maximum Energy to be dissipated in the coil
appinfo
<type>static</type>
<units>J</units>

element pf_coils/current_limit_max
diagram dd_data_dictionary.xml_p2422.png
annotation
documentation
Maximum tolerable current in the conductor
appinfo
<type>static</type>
<units>A</units>
<coordinate1>../b_field_max</coordinate1>
<coordinate2>../temperature</coordinate2>

element pf_coils/b_field_max
diagram dd_data_dictionary.xml_p2423.png
annotation
documentation
List of values of the maximum magnetic field on the conductor surface (coordinate for current_limit_max)
appinfo
<type>static</type>
<units>T</units>
<coordinate1>1...N</coordinate1>

element pf_coils/temperature
diagram dd_data_dictionary.xml_p2424.png
annotation
documentation
List of values of the conductor temperature (coordinate for current_limit_max)
appinfo
<type>static</type>
<units>K</units>
<coordinate1>1...N</coordinate1>

element pf_coils/element
diagram dd_data_dictionary.xml_p2425.png
annotation
documentation
Each PF coil is comprised of a number of cross-section elements described  individually
appinfo
<coordinate1>1...N</coordinate1>

element pf_coils/current
diagram dd_data_dictionary.xml_p2426.png
annotation
documentation
Current in the coil
appinfo
<units>A</units>

element pf_coils/voltage
diagram dd_data_dictionary.xml_p2427.png
annotation
documentation
Voltage on the coil terminals
appinfo
<units>V</units>

complexType pf_supplies
diagram dd_data_dictionary.xml_p2428.png
annotation
documentation
PF power supplies

element pf_supplies/name
diagram dd_data_dictionary.xml_p2429.png
annotation
documentation
Name of the PF supply
appinfo
<type>static</type>

element pf_supplies/identifier
diagram dd_data_dictionary.xml_p2430.png
annotation
documentation
Identifier of the supply
appinfo
<type>static</type>

element pf_supplies/type
diagram dd_data_dictionary.xml_p2431.png
annotation
documentation
Type of the supply; TBD add free description of non-linear power supplies
appinfo
<type>static</type>

element pf_supplies/resistance
diagram dd_data_dictionary.xml_p2432.png
annotation
documentation
Power supply internal resistance
appinfo
<type>static</type>
<units>Ohm</units>

element pf_supplies/delay
diagram dd_data_dictionary.xml_p2433.png
annotation
documentation
Pure delay in the supply
appinfo
<type>static</type>
<units>s</units>

element pf_supplies/filter_numerator
diagram dd_data_dictionary.xml_p2434.png
annotation
documentation
Coefficients of the numerator, in increasing order : a0 + a1*s + ... + an*s^n; used for a linear supply description
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element pf_supplies/filter_denominator
diagram dd_data_dictionary.xml_p2435.png
annotation
documentation
Coefficients of the denominator, in increasing order : b0 + b1*s + ... + bm*s^m; used for a linear supply description
appinfo
<coordinate1>1...N</coordinate1>
<type>static</type>
<units>mixed</units>

element pf_supplies/current_limit_max
diagram dd_data_dictionary.xml_p2436.png
annotation
documentation
Maximum current in the supply
appinfo
<type>static</type>
<units>A</units>

element pf_supplies/current_limit_min
diagram dd_data_dictionary.xml_p2437.png
annotation
documentation
Minimum current in the supply
appinfo
<type>static</type>
<units>A</units>

element pf_supplies/voltage_limit_max
diagram dd_data_dictionary.xml_p2438.png
annotation
documentation
Maximum voltage from the supply
appinfo
<type>static</type>
<units>V</units>

element pf_supplies/voltage_limit_min
diagram dd_data_dictionary.xml_p2439.png
annotation
documentation
Minimum voltage from the supply
appinfo
<type>static</type>
<units>V</units>

element pf_supplies/current_limiter_gain
diagram dd_data_dictionary.xml_p2440.png
annotation
documentation
Gain to prevent overcurrent in a linear model of the supply
appinfo
<type>static</type>
<units>V</units>

element pf_supplies/energy_limit_max
diagram dd_data_dictionary.xml_p2441.png
annotation
documentation
Maximum energy to be dissipated in the supply during a pulse
appinfo
<type>static</type>
<units>J</units>

element pf_supplies/nonlinear_model
diagram dd_data_dictionary.xml_p2442.png
annotation
documentation
Description of the nonlinear transfer function of the supply
appinfo
<type>static</type>

element pf_supplies/voltage
diagram dd_data_dictionary.xml_p2443.png
annotation
documentation
Voltage at the supply output
appinfo
<units>V</units>

element pf_supplies/current
diagram dd_data_dictionary.xml_p2444.png
annotation
documentation
Current at the supply output, defined positive if it flows from point 1 to point 2 of the component in the pfcircuit description
appinfo
<units>A</units>

complexType pf_vertical_forces
diagram dd_data_dictionary.xml_p2445.png
annotation
documentation
Vertical forces on the axisymmetric PF+CS coil system

element pf_vertical_forces/name
diagram dd_data_dictionary.xml_p2446.png
annotation
documentation
Name of the force combination
appinfo
<type>static</type>

element pf_vertical_forces/combination
diagram dd_data_dictionary.xml_p2447.png
annotation
documentation
Coils involved in the force combinations. Normally the vertical force would be the full set of coils, but in some cases, we want to have a difference in forces, such as a CS coil separation force. We therefore give each coil a force weight which we call the combination
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>
<units>-</units>

element pf_vertical_forces/limit_max
diagram dd_data_dictionary.xml_p2448.png
annotation
documentation
Vertical force combination limit
appinfo
<type>static</type>
<units>N</units>

element pf_vertical_forces/limit_min
diagram dd_data_dictionary.xml_p2449.png
annotation
documentation
Vertical force combination limit
appinfo
<type>static</type>
<units>N</units>

element pf_vertical_forces/force
diagram dd_data_dictionary.xml_p2450.png
annotation
documentation
Force
appinfo
<units>N</units>

element pf_passive
diagram dd_data_dictionary.xml_p2451.png
annotation
documentation
Description of the axisymmetric passive conductors, currents flowing in them
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.11.0</lifecycle_last_change>

element pf_passive/loop
diagram dd_data_dictionary.xml_p2452.png
annotation
documentation
Passive axisymmetric conductor description in the form of non-connected loops; any connected loops are expressed as active coil circuits with no power supply attached.
appinfo
<coordinate1>1...N</coordinate1>

complexType pf_passive_loops
diagram dd_data_dictionary.xml_p2453.png
annotation
documentation
Passive axisymmetric conductor description in the form of non-connected loops; any connected loops are expressed as active coil circuits with no power supply attached.

element pf_passive_loops/name
diagram dd_data_dictionary.xml_p2454.png
annotation
documentation
Name of the loop
appinfo
<type>static</type>

element pf_passive_loops/resistance
diagram dd_data_dictionary.xml_p2455.png
annotation
documentation
Passive loop resistance
appinfo
<Type>static</Type>
<Units>Ohm</Units>

element pf_passive_loops/resistivity
diagram dd_data_dictionary.xml_p2456.png
annotation
documentation
Passive loop resistivity
appinfo
<Type>static</Type>
<Units>Ohm.m</Units>

element pf_passive_loops/element
diagram dd_data_dictionary.xml_p2457.png
annotation
documentation
Each loop is comprised of a number of cross-section elements described  individually
appinfo
<coordinate1>1...N</coordinate1>

element pf_passive_loops/current
diagram dd_data_dictionary.xml_p2458.png
annotation
documentation
Passive loop current
appinfo
<Type>dynamic</Type>
<coordinate1>/time</coordinate1>
<Units>A</Units>

element polarimeter
diagram dd_data_dictionary.xml_p2459.png
annotation
documentation
Polarimeter diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.15.0</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element polarimeter/channel
diagram dd_data_dictionary.xml_p2460.png
annotation
documentation
Set of channels (lines-of-sight)
appinfo
<coordinate1>1...N</coordinate1>

complexType polarimeter_channel
diagram dd_data_dictionary.xml_p2461.png
annotation
documentation
Charge exchange channel

element polarimeter_channel/name
diagram dd_data_dictionary.xml_p2462.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element polarimeter_channel/identifier
diagram dd_data_dictionary.xml_p2463.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element polarimeter_channel/line_of_sight
diagram dd_data_dictionary.xml_p2464.png
annotation
documentation
Description of the line of sight of the channel, defined by two points when the beam is not reflected, a third point is added to define the reflected beam path

element polarimeter_channel/wavelength
diagram dd_data_dictionary.xml_p2465.png
annotation
documentation
Wavelength used for polarimetry
appinfo
<type>static</type>
<units>m</units>

element polarimeter_channel/polarisation_initial
diagram dd_data_dictionary.xml_p2466.png
annotation
documentation
Initial polarisation vector before entering the plasma
appinfo
<type>static</type>
<units>m</units>

element polarimeter_channel/ellipticity_initial
diagram dd_data_dictionary.xml_p2467.png
annotation
documentation
Initial ellipticity before entering the plasma
appinfo
<type>static</type>
<units>m</units>

element polarimeter_channel/faraday_angle
diagram dd_data_dictionary.xml_p2468.png
annotation
documentation
Faraday angle (variation of the Faraday angle induced by crossing the plasma)
appinfo
<units>rad</units>

element polarimeter_channel/ellipticity
diagram dd_data_dictionary.xml_p2469.png
annotation
documentation
Ellipticity
appinfo
<units>-</units>

complexType polarimeter_channel_wavelength_interf
diagram dd_data_dictionary.xml_p2470.png
annotation
documentation
Value of the wavelength and density estimators associated to an interferometry wavelength

element polarimeter_channel_wavelength_interf/value
diagram dd_data_dictionary.xml_p2471.png
annotation
documentation
Wavelength value
appinfo
<type>static</type>
<units>m</units>

element polarimeter_channel_wavelength_interf/phase_corrected
diagram dd_data_dictionary.xml_p2472.png
annotation
documentation
Phase measured for this wavelength, corrected from fringe jumps
appinfo
<units>rad</units>

element polarimeter_channel_wavelength_interf/fring_jump_correction
diagram dd_data_dictionary.xml_p2473.png
annotation
documentation
Signed number of 2pi phase corrections applied to remove a fringe jump, for each time slice on which a correction has been made
appinfo
<coordinate1>../fring_jump_correction_times</coordinate1>
<type>constant</type>

element polarimeter_channel_wavelength_interf/fring_jump_correction_times
diagram dd_data_dictionary.xml_p2474.png
annotation
documentation
List of time slices of the pulse on which a fringe jump correction has been made
appinfo
<coordinate1>1...N</coordinate1>
<type>constant</type>
<units>s</units>

element polarimeter_channel_wavelength_interf/phase_to_n_e_line
diagram dd_data_dictionary.xml_p2475.png
annotation
documentation
Conversion factor to be used to convert phase into line density for this wavelength
appinfo
<units>m^-2.rad^-1</units>
<type>static</type>

element pulse_schedule
diagram dd_data_dictionary.xml_p2476.png
annotation
documentation
Description of Pulse Schedule, described by subsystems waveform references and an enveloppe around them. The controllers, pulse schedule and SDN are defined in separate IDSs. All names and identifiers of subsystems appearing in the pulse_schedule must be identical to those used in the IDSs describing the related subsystems.
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.6.0</lifecycle_version>
<lifecycle_last_change>3.21.1</lifecycle_last_change>

element pulse_schedule/ic
diagram dd_data_dictionary.xml_p2477.png
annotation
documentation
Ion cyclotron heating and current drive system

element pulse_schedule/ec
diagram dd_data_dictionary.xml_p2478.png
annotation
documentation
Electron cyclotron heating and current drive system

element pulse_schedule/lh
diagram dd_data_dictionary.xml_p2479.png
annotation
documentation
Lower Hybrid heating and current drive system

element pulse_schedule/nbi
diagram dd_data_dictionary.xml_p2480.png
annotation
documentation
Neutral beam heating and current drive system

element pulse_schedule/density_control
diagram dd_data_dictionary.xml_p2481.png
annotation
documentation
Gas injection system and density control references

element pulse_schedule/event
diagram dd_data_dictionary.xml_p2482.png
annotation
documentation
List of events, either predefined triggers  or events recorded during the pulse
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule/flux_control
diagram dd_data_dictionary.xml_p2483.png
annotation
documentation
Magnetic flux control references

element pulse_schedule/position_control
diagram dd_data_dictionary.xml_p2484.png
annotation
documentation
Plasma position and shape control references

element pulse_schedule/tf
diagram dd_data_dictionary.xml_p2485.png
annotation
documentation
Toroidal field references

complexType pulse_schedule_density_control
diagram dd_data_dictionary.xml_p2486.png
annotation
documentation
Gas injection system

element pulse_schedule_density_control/valve
diagram dd_data_dictionary.xml_p2487.png
annotation
documentation
Set of injection valves. Time-dependent
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_density_control/n_e_line
diagram dd_data_dictionary.xml_p2488.png
annotation
documentation
Line integrated electron density
appinfo
<units>m^-2</units>

element pulse_schedule_density_control/zeff
diagram dd_data_dictionary.xml_p2489.png
annotation
documentation
Line average effective charge
appinfo
<units>-</units>

element pulse_schedule_density_control/n_t_over_n_d
diagram dd_data_dictionary.xml_p2490.png
annotation
documentation
Average ratio of tritium over deuterium density
appinfo
<units>-</units>

element pulse_schedule_density_control/n_h_over_n_d
diagram dd_data_dictionary.xml_p2491.png
annotation
documentation
Average ratio of hydrogen over deuterium density
appinfo
<units>-</units>

element pulse_schedule_density_control/mode
diagram dd_data_dictionary.xml_p2492.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_density_control_valve
diagram dd_data_dictionary.xml_p2493.png
annotation
documentation
Gas injection valve

element pulse_schedule_density_control_valve/name
diagram dd_data_dictionary.xml_p2494.png
annotation
documentation
Name of the valve
appinfo
<type>static</type>

element pulse_schedule_density_control_valve/identifier
diagram dd_data_dictionary.xml_p2495.png
annotation
documentation
Identifier of the valve
appinfo
<type>static</type>

element pulse_schedule_density_control_valve/flow_rate
diagram dd_data_dictionary.xml_p2496.png
annotation
documentation
Flow rate of the valve
appinfo
<units>Pa.m^3.s^-1</units>

element pulse_schedule_density_control_valve/species
diagram dd_data_dictionary.xml_p2497.png
annotation
documentation
Species injected by the valve (may be more than one in case the valve injects a gas mixture)
appinfo
<coordinate1>1...N</coordinate1>

complexType pulse_schedule_ec
diagram dd_data_dictionary.xml_p2498.png
annotation
documentation
Electron cyclotron heating and current drive system

element pulse_schedule_ec/antenna
diagram dd_data_dictionary.xml_p2499.png
annotation
documentation
Set of ECRH antennas
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_ec/mode
diagram dd_data_dictionary.xml_p2500.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_ec_antenna
diagram dd_data_dictionary.xml_p2501.png
annotation
documentation
EC antenna

element pulse_schedule_ec_antenna/name
diagram dd_data_dictionary.xml_p2502.png
annotation
documentation
Name of the antenna
appinfo
<type>static</type>

element pulse_schedule_ec_antenna/identifier
diagram dd_data_dictionary.xml_p2503.png
annotation
documentation
Identifier of the antenna
appinfo
<type>static</type>

element pulse_schedule_ec_antenna/power_type
diagram dd_data_dictionary.xml_p2504.png
annotation
documentation
Type of power used in the sibling power node (defining which power is referred to in this pulse_schedule). Index = 1: power _launched, 2: power_forward

element pulse_schedule_ec_antenna/power
diagram dd_data_dictionary.xml_p2505.png
annotation
documentation
Power
appinfo
<units>W</units>

element pulse_schedule_ec_antenna/phase
diagram dd_data_dictionary.xml_p2506.png
annotation
documentation
Phase
appinfo
<units>rad</units>

element pulse_schedule_ec_antenna/frequency
diagram dd_data_dictionary.xml_p2507.png
annotation
documentation
Frequency
appinfo
<units>Hz</units>

element pulse_schedule_ec_antenna/deposition_rho_tor_norm
diagram dd_data_dictionary.xml_p2508.png
annotation
documentation
Normalised toroidal flux coordinate at which the main deposition should occur
appinfo
<units>-</units>

element pulse_schedule_ec_antenna/launching_angle_pol
diagram dd_data_dictionary.xml_p2509.png
annotation
documentation
Poloidal launching angle between the horizontal plane and the poloidal component of the nominal beam centerline. tan(angle_pol)=-k_z/k_R. Positive means wave launched downwards, negative means wave launched upwards
appinfo
<units>rad</units>

element pulse_schedule_ec_antenna/launching_angle_tor
diagram dd_data_dictionary.xml_p2510.png
annotation
documentation
Toroidal launching angle between the poloidal plane and the nominal beam centerline. sin(angle_tor)=k_phi. Positive sign means the waves is injected anti-clockwise when viewed from above.
appinfo
<units>rad</units>

complexType pulse_schedule_event
diagram dd_data_dictionary.xml_p2511.png
annotation
documentation
Event

element pulse_schedule_event/type
diagram dd_data_dictionary.xml_p2512.png
annotation
documentation
Type of this event

element pulse_schedule_event/identifier
diagram dd_data_dictionary.xml_p2513.png
annotation
documentation
Unique identifier of this event provided by the scheduling / event handler
appinfo
<type>constant</type>

element pulse_schedule_event/time_stamp
diagram dd_data_dictionary.xml_p2514.png
annotation
documentation
Time stamp of this event
appinfo
<type>constant</type>
<units>s</units>

element pulse_schedule_event/duration
diagram dd_data_dictionary.xml_p2515.png
annotation
documentation
Duration of this event
appinfo
<type>constant</type>
<units>s</units>

element pulse_schedule_event/acquisition_strategy
diagram dd_data_dictionary.xml_p2516.png
annotation
documentation
Acquisition strategy related to this event: index = 1 : on-trigger; index = 2 : pre-trigger; index = 3 : post-trigger

element pulse_schedule_event/acquisition_state
diagram dd_data_dictionary.xml_p2517.png
annotation
documentation
Acquisition state of the related system : index = 1 : armed; index = 2 : on; index = 3 : off; index = 4 : closed

element pulse_schedule_event/provider
diagram dd_data_dictionary.xml_p2518.png
annotation
documentation
System having generated this event
appinfo
<type>constant</type>

element pulse_schedule_event/listeners
diagram dd_data_dictionary.xml_p2519.png
annotation
documentation
Systems listening to this event
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

complexType pulse_schedule_flux_control
diagram dd_data_dictionary.xml_p2520.png
annotation
documentation
Flux control references

element pulse_schedule_flux_control/i_plasma
diagram dd_data_dictionary.xml_p2521.png
annotation
documentation
Plasma current
appinfo
<units>A</units>

element pulse_schedule_flux_control/loop_voltage
diagram dd_data_dictionary.xml_p2522.png
annotation
documentation
Loop voltage
appinfo
<units>V</units>

element pulse_schedule_flux_control/li_3
diagram dd_data_dictionary.xml_p2523.png
annotation
documentation
Internal inductance
appinfo
<units>-</units>

element pulse_schedule_flux_control/beta_normal
diagram dd_data_dictionary.xml_p2524.png
annotation
documentation
Normalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA]
appinfo
<units>-</units>

element pulse_schedule_flux_control/mode
diagram dd_data_dictionary.xml_p2525.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_gap
diagram dd_data_dictionary.xml_p2526.png
annotation
documentation
Gap for describing the plasma boundary

element pulse_schedule_gap/name
diagram dd_data_dictionary.xml_p2527.png
annotation
documentation
Name of the gap
appinfo
<type>static</type>

element pulse_schedule_gap/identifier
diagram dd_data_dictionary.xml_p2528.png
annotation
documentation
Identifier of the gap
appinfo
<type>static</type>

element pulse_schedule_gap/r
diagram dd_data_dictionary.xml_p2529.png
annotation
documentation
Major radius of the reference point
appinfo
<units>m</units>
<type>constant</type>

element pulse_schedule_gap/z
diagram dd_data_dictionary.xml_p2530.png
annotation
documentation
Height of the reference point
appinfo
<units>m</units>
<type>constant</type>

element pulse_schedule_gap/angle
diagram dd_data_dictionary.xml_p2531.png
annotation
documentation
Angle between the direction in which the gap is measured (in the poloidal cross-section) and the horizontal axis.
appinfo
<units>rad</units>
<type>constant</type>

element pulse_schedule_gap/value
diagram dd_data_dictionary.xml_p2532.png
annotation
documentation
Value of the gap, i.e. distance between the reference point and the separatrix along the gap direction
appinfo
<units>m</units>

complexType pulse_schedule_ic
diagram dd_data_dictionary.xml_p2533.png
annotation
documentation
Ion cyclotron heating and current drive system

element pulse_schedule_ic/antenna
diagram dd_data_dictionary.xml_p2534.png
annotation
documentation
Set of ICRH antennas
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_ic/mode
diagram dd_data_dictionary.xml_p2535.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_ic_antenna
diagram dd_data_dictionary.xml_p2536.png
annotation
documentation
IC antenna

element pulse_schedule_ic_antenna/name
diagram dd_data_dictionary.xml_p2537.png
annotation
documentation
Name of the antenna
appinfo
<type>static</type>

element pulse_schedule_ic_antenna/identifier
diagram dd_data_dictionary.xml_p2538.png
annotation
documentation
Identifier of the antenna
appinfo
<type>static</type>

element pulse_schedule_ic_antenna/power_type
diagram dd_data_dictionary.xml_p2539.png
annotation
documentation
Type of power used in the sibling power node (defining which power is referred to in this pulse_schedule). Index = 1: power _launched, 2: power_forward

element pulse_schedule_ic_antenna/power
diagram dd_data_dictionary.xml_p2540.png
annotation
documentation
Power
appinfo
<units>W</units>

element pulse_schedule_ic_antenna/phase
diagram dd_data_dictionary.xml_p2541.png
annotation
documentation
Phase
appinfo
<units>rad</units>

element pulse_schedule_ic_antenna/frequency
diagram dd_data_dictionary.xml_p2542.png
annotation
documentation
Frequency
appinfo
<units>Hz</units>

complexType pulse_schedule_lh
diagram dd_data_dictionary.xml_p2543.png
annotation
documentation
Lower hybrid heating and current drive system

element pulse_schedule_lh/antenna
diagram dd_data_dictionary.xml_p2544.png
annotation
documentation
Set of LH antennas
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_lh/mode
diagram dd_data_dictionary.xml_p2545.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_lh_antenna
diagram dd_data_dictionary.xml_p2546.png
annotation
documentation
LH antenna

element pulse_schedule_lh_antenna/name
diagram dd_data_dictionary.xml_p2547.png
annotation
documentation
Name of the antenna
appinfo
<type>static</type>

element pulse_schedule_lh_antenna/identifier
diagram dd_data_dictionary.xml_p2548.png
annotation
documentation
Identifier of the antenna
appinfo
<type>static</type>

element pulse_schedule_lh_antenna/power_type
diagram dd_data_dictionary.xml_p2549.png
annotation
documentation
Type of power used in the sibling power node (defining which power is referred to in this pulse_schedule). Index = 1: power _launched, 2: power_forward

element pulse_schedule_lh_antenna/power
diagram dd_data_dictionary.xml_p2550.png
annotation
documentation
Power
appinfo
<units>W</units>

element pulse_schedule_lh_antenna/phase
diagram dd_data_dictionary.xml_p2551.png
annotation
documentation
Phasing between neighbour waveguides (in the toroidal direction)
appinfo
<units>rad</units>

element pulse_schedule_lh_antenna/n_parallel
diagram dd_data_dictionary.xml_p2552.png
annotation
documentation
Main parallel refractive index of the injected wave power spectrum
appinfo
<units>-</units>

element pulse_schedule_lh_antenna/frequency
diagram dd_data_dictionary.xml_p2553.png
annotation
documentation
Frequency
appinfo
<units>Hz</units>

complexType pulse_schedule_nbi
diagram dd_data_dictionary.xml_p2554.png
annotation
documentation
Neutral beam heating and current drive system

element pulse_schedule_nbi/unit
diagram dd_data_dictionary.xml_p2555.png
annotation
documentation
Set of NBI units
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_nbi/mode
diagram dd_data_dictionary.xml_p2556.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_nbi_unit
diagram dd_data_dictionary.xml_p2557.png
annotation
documentation
NBI unit

element pulse_schedule_nbi_unit/name
diagram dd_data_dictionary.xml_p2558.png
annotation
documentation
Name of the NBI unit
appinfo
<type>static</type>

element pulse_schedule_nbi_unit/identifier
diagram dd_data_dictionary.xml_p2559.png
annotation
documentation
Identifier of the NBI unit
appinfo
<type>static</type>

element pulse_schedule_nbi_unit/species
diagram dd_data_dictionary.xml_p2560.png
annotation
documentation
Species injected by the NBI unit (may be more than one in case the unit injects a gas mixture)
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_nbi_unit/power_type
diagram dd_data_dictionary.xml_p2561.png
annotation
documentation
Type of power used in the sibling power node (defining which power is referred to in this pulse_schedule). Index = 1: power _launched, 2: power_forward

element pulse_schedule_nbi_unit/power
diagram dd_data_dictionary.xml_p2562.png
annotation
documentation
Power
appinfo
<units>W</units>

element pulse_schedule_nbi_unit/energy
diagram dd_data_dictionary.xml_p2563.png
annotation
documentation
Full energy of the injected species (acceleration of a single atom)
appinfo
<units>eV</units>

complexType pulse_schedule_outline
diagram dd_data_dictionary.xml_p2564.png
annotation
documentation
RZ outline

element pulse_schedule_outline/r
diagram dd_data_dictionary.xml_p2565.png
annotation
documentation
Major radius
appinfo
<units>m</units>

element pulse_schedule_outline/z
diagram dd_data_dictionary.xml_p2566.png
annotation
documentation
Height
appinfo
<units>m</units>

complexType pulse_schedule_position
diagram dd_data_dictionary.xml_p2567.png
annotation
documentation
Flux control references
appinfo
machine description

element pulse_schedule_position/magnetic_axis
diagram dd_data_dictionary.xml_p2568.png
annotation
documentation
Magnetic axis position

element pulse_schedule_position/geometric_axis
diagram dd_data_dictionary.xml_p2569.png
annotation
documentation
RZ position of the geometric axis (defined as (Rmin+Rmax) / 2 and (Zmin+Zmax) / 2 of the boundary)

element pulse_schedule_position/minor_radius
diagram dd_data_dictionary.xml_p2570.png
annotation
documentation
Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)
appinfo
<units>m</units>

element pulse_schedule_position/elongation
diagram dd_data_dictionary.xml_p2571.png
annotation
documentation
Elongation of the plasma boundary
appinfo
<units>-</units>

element pulse_schedule_position/elongation_upper
diagram dd_data_dictionary.xml_p2572.png
annotation
documentation
Elongation (upper half w.r.t. geometric axis) of the plasma boundary
appinfo
<units>-</units>

element pulse_schedule_position/elongation_lower
diagram dd_data_dictionary.xml_p2573.png
annotation
documentation
Elongation (lower half w.r.t. geometric axis) of the plasma boundary
appinfo
<units>-</units>

element pulse_schedule_position/triangularity
diagram dd_data_dictionary.xml_p2574.png
annotation
documentation
Triangularity of the plasma boundary
appinfo
<units>-</units>

element pulse_schedule_position/triangularity_upper
diagram dd_data_dictionary.xml_p2575.png
annotation
documentation
Upper triangularity of the plasma boundary
appinfo
<units>-</units>

element pulse_schedule_position/triangularity_lower
diagram dd_data_dictionary.xml_p2576.png
annotation
documentation
Lower triangularity of the plasma boundary
appinfo
<units>-</units>

element pulse_schedule_position/x_point
diagram dd_data_dictionary.xml_p2577.png
annotation
documentation
Array of X-points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_position/strike_point
diagram dd_data_dictionary.xml_p2578.png
annotation
documentation
Array of strike points, for each of them the RZ position is given
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_position/active_limiter_point
diagram dd_data_dictionary.xml_p2579.png
annotation
documentation
RZ position of the active limiter point (point of the plasma boundary in contact with the limiter)

element pulse_schedule_position/boundary_outline
diagram dd_data_dictionary.xml_p2580.png
annotation
documentation
Set of (R,Z) points defining the outline of the plasma boundary
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_position/gap
diagram dd_data_dictionary.xml_p2581.png
annotation
documentation
Set of gaps, defined by a reference point and a direction.
appinfo
<coordinate1>1...N</coordinate1>

element pulse_schedule_position/mode
diagram dd_data_dictionary.xml_p2582.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

complexType pulse_schedule_reference
diagram dd_data_dictionary.xml_p2583.png
annotation
documentation
General structure for pulse schedule reference. NB: we propose to use the automatically generated reference/data_error_upper and reference/data_error_lower nodes to describe the upper of lower bound of the envelope of the waveform, since they almost have the same meaning and are already set on the same time base as reference/data.

element pulse_schedule_reference/reference_name
diagram dd_data_dictionary.xml_p2584.png
annotation
documentation
Reference name (e.g. in the native pulse schedule system of the device)
appinfo
<type>constant</type>

element pulse_schedule_reference/reference
diagram dd_data_dictionary.xml_p2585.png
annotation
documentation
Reference waveform
appinfo
<units>mixed</units>

element pulse_schedule_reference/reference_type
diagram dd_data_dictionary.xml_p2586.png
annotation
documentation
Reference type:  0:relative; 1: absolute; refers to the reference/data node
appinfo
<type>constant</type>

element pulse_schedule_reference/envelope_type
diagram dd_data_dictionary.xml_p2587.png
annotation
documentation
Envelope type:  0:relative; 1: absolute; refers to the envelope bounds which are given by the reference/data_error_upper and reference/data_error_lower nodes
appinfo
<type>constant</type>

complexType pulse_schedule_rz
diagram dd_data_dictionary.xml_p2588.png
annotation
documentation
R,Z position

element pulse_schedule_rz/r
diagram dd_data_dictionary.xml_p2589.png
annotation
documentation
Major radius
appinfo
<units>m</units>

element pulse_schedule_rz/z
diagram dd_data_dictionary.xml_p2590.png
annotation
documentation
Height
appinfo
<units>m</units>

complexType pulse_schedule_tf
diagram dd_data_dictionary.xml_p2591.png
annotation
documentation
Toroidal field references
appinfo
machine description

element pulse_schedule_tf/b_field_tor_vacuum_r
diagram dd_data_dictionary.xml_p2592.png
annotation
documentation
Vacuum field times major radius in the toroidal field magnet. Positive sign means anti-clockwise when viewed from above
appinfo
<units>T.m</units>

element pulse_schedule_tf/mode
diagram dd_data_dictionary.xml_p2593.png
annotation
documentation
Control mode (operation mode and/or settings used by the controller)

element radiation
diagram dd_data_dictionary.xml_p2594.png
annotation
documentation
Radiation emitted by the plasma and neutrals
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.17.1</lifecycle_version>
<lifecycle_last_change>3.19.0</lifecycle_last_change>

element radiation/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p2595.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition)

element radiation/process
diagram dd_data_dictionary.xml_p2596.png
annotation
documentation
Set of emission processes. The radiation characteristics are described at the level of the originating entity:
1/ line radiation from neutrals under neutral 2/ line and recombination radiation under ion 3/ bremsstrahlung radiation under neutral and ion 4/ possibly recombination and bremsstrahlung under ion
appinfo
<coordinate1>1...N</coordinate1>

complexType radiation_process
diagram dd_data_dictionary.xml_p2597.png
annotation
documentation
Process terms for a given actuator

element radiation_process/identifier
diagram dd_data_dictionary.xml_p2598.png
annotation
documentation
Process identifier
appinfo
<doc_identifier>radiation/radiation_identifier.xml</doc_identifier>

element radiation_process/global_quantities
diagram dd_data_dictionary.xml_p2599.png
annotation
documentation
Scalar volume integrated quantities
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element radiation_process/profiles_1d
diagram dd_data_dictionary.xml_p2600.png
annotation
documentation
Emissivity radial profiles for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType radiation_process_global
diagram dd_data_dictionary.xml_p2601.png
annotation
documentation
Process global quantities for a given time slice

element radiation_process_global/inside_lcfs
diagram dd_data_dictionary.xml_p2602.png
annotation
documentation
Emissions from the core plasma, inside the last closed flux surface

element radiation_process_global/inside_vessel
diagram dd_data_dictionary.xml_p2603.png
annotation
documentation
Total emissions inside the vacuum vessel

element radiation_process_global/time
diagram dd_data_dictionary.xml_p2604.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType radiation_process_global_volume
diagram dd_data_dictionary.xml_p2605.png
annotation
documentation
Global quantities (emissions) related to a given volume

element radiation_process_global_volume/power
diagram dd_data_dictionary.xml_p2606.png
annotation
documentation
Total power emitted by all species
appinfo
<units>W</units>
<type>dynamic</type>

element radiation_process_global_volume/power_ion_total
diagram dd_data_dictionary.xml_p2607.png
annotation
documentation
Total power emitted by all ion species
appinfo
<units>W</units>
<type>dynamic</type>

element radiation_process_global_volume/power_neutral_total
diagram dd_data_dictionary.xml_p2608.png
annotation
documentation
Total power emitted by all neutral species
appinfo
<units>W</units>
<type>dynamic</type>

element radiation_process_global_volume/power_electrons
diagram dd_data_dictionary.xml_p2609.png
annotation
documentation
Power emitted by electrons
appinfo
<units>W</units>
<type>dynamic</type>

complexType radiation_process_profiles_1d
diagram dd_data_dictionary.xml_p2610.png
annotation
documentation
Process terms for a given time slice

element radiation_process_profiles_1d/grid
diagram dd_data_dictionary.xml_p2611.png
annotation
documentation
Radial grid

element radiation_process_profiles_1d/electrons
diagram dd_data_dictionary.xml_p2612.png
annotation
documentation
Processs terms related to electrons

element radiation_process_profiles_1d/emissivity_ion_total
diagram dd_data_dictionary.xml_p2613.png
annotation
documentation
Emissivity (summed over ion  species)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d/power_inside_ion_total
diagram dd_data_dictionary.xml_p2614.png
annotation
documentation
Total power from ion species (summed over ion  species) inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

element radiation_process_profiles_1d/emissivity_neutral_total
diagram dd_data_dictionary.xml_p2615.png
annotation
documentation
Emissivity (summed over neutral  species)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d/power_inside_neutral_total
diagram dd_data_dictionary.xml_p2616.png
annotation
documentation
Total power from ion species (summed over neutral species) inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

element radiation_process_profiles_1d/ion
diagram dd_data_dictionary.xml_p2617.png
annotation
documentation
Process terms related to the different ions species
appinfo
<coordinate1>1...N</coordinate1>

element radiation_process_profiles_1d/neutral
diagram dd_data_dictionary.xml_p2618.png
annotation
documentation
Process terms related to the different neutral species
appinfo
<coordinate1>1...N</coordinate1>

element radiation_process_profiles_1d/time
diagram dd_data_dictionary.xml_p2619.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType radiation_process_profiles_1d_electrons
diagram dd_data_dictionary.xml_p2620.png
annotation
documentation
Process terms related to electrons

element radiation_process_profiles_1d_electrons/emissivity
diagram dd_data_dictionary.xml_p2621.png
annotation
documentation
Emissivity from this species
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d_electrons/power_inside
diagram dd_data_dictionary.xml_p2622.png
annotation
documentation
Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

complexType radiation_process_profiles_1d_ions
diagram dd_data_dictionary.xml_p2623.png
annotation
documentation
Process terms related to a given ion species

element radiation_process_profiles_1d_ions/element
diagram dd_data_dictionary.xml_p2624.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element radiation_process_profiles_1d_ions/z_ion
diagram dd_data_dictionary.xml_p2625.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element radiation_process_profiles_1d_ions/label
diagram dd_data_dictionary.xml_p2626.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_ions/neutral_index
diagram dd_data_dictionary.xml_p2627.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_ions/emissivity
diagram dd_data_dictionary.xml_p2628.png
annotation
documentation
Emissivity from this species
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d_ions/power_inside
diagram dd_data_dictionary.xml_p2629.png
annotation
documentation
Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

element radiation_process_profiles_1d_ions/multiple_states_flag
diagram dd_data_dictionary.xml_p2630.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_ions/state
diagram dd_data_dictionary.xml_p2631.png
annotation
documentation
Process terms related to the different charge states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType radiation_process_profiles_1d_ions_charge_states
diagram dd_data_dictionary.xml_p2632.png
annotation
documentation
Process terms related to the a given state of the ion species

element radiation_process_profiles_1d_ions_charge_states/z_min
diagram dd_data_dictionary.xml_p2633.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/z_max
diagram dd_data_dictionary.xml_p2634.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/label
diagram dd_data_dictionary.xml_p2635.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/vibrational_level
diagram dd_data_dictionary.xml_p2636.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/vibrational_mode
diagram dd_data_dictionary.xml_p2637.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/electron_configuration
diagram dd_data_dictionary.xml_p2638.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/emissivity
diagram dd_data_dictionary.xml_p2639.png
annotation
documentation
Emissivity from this species
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d_ions_charge_states/power_inside
diagram dd_data_dictionary.xml_p2640.png
annotation
documentation
Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

complexType radiation_process_profiles_1d_neutral
diagram dd_data_dictionary.xml_p2641.png
annotation
documentation
Process terms related to a given neutral species

element radiation_process_profiles_1d_neutral/element
diagram dd_data_dictionary.xml_p2642.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element radiation_process_profiles_1d_neutral/label
diagram dd_data_dictionary.xml_p2643.png
annotation
documentation
String identifying the neutral species (e.g. H, D, T, He, C, ...)
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_neutral/ion_index
diagram dd_data_dictionary.xml_p2644.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_neutral/emissivity
diagram dd_data_dictionary.xml_p2645.png
annotation
documentation
Emissivity from this species
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d_neutral/power_inside
diagram dd_data_dictionary.xml_p2646.png
annotation
documentation
Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

element radiation_process_profiles_1d_neutral/multiple_states_flag
diagram dd_data_dictionary.xml_p2647.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_neutral/state
diagram dd_data_dictionary.xml_p2648.png
annotation
documentation
Process terms related to the different charge states of the species (energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType radiation_process_profiles_1d_neutral_state
diagram dd_data_dictionary.xml_p2649.png
annotation
documentation
Process terms related to the a given state of the neutral species

element radiation_process_profiles_1d_neutral_state/label
diagram dd_data_dictionary.xml_p2650.png
annotation
documentation
String identifying state
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_neutral_state/vibrational_level
diagram dd_data_dictionary.xml_p2651.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element radiation_process_profiles_1d_neutral_state/vibrational_mode
diagram dd_data_dictionary.xml_p2652.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_neutral_state/neutral_type
diagram dd_data_dictionary.xml_p2653.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI
appinfo
<doc_identifier>utilities/neutrals_identifier.xml</doc_identifier>

element radiation_process_profiles_1d_neutral_state/electron_configuration
diagram dd_data_dictionary.xml_p2654.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element radiation_process_profiles_1d_neutral_state/emissivity
diagram dd_data_dictionary.xml_p2655.png
annotation
documentation
Emissivity from this species
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>
<type>dynamic</type>

element radiation_process_profiles_1d_neutral_state/power_inside
diagram dd_data_dictionary.xml_p2656.png
annotation
documentation
Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>W</units>
<type>dynamic</type>

element reflectometer_profile
diagram dd_data_dictionary.xml_p2657.png
annotation
documentation
Profile reflectometer diagnostic. Multiple reflectometers are considered as independent diagnostics to be handled with different occurrence numbers
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.11.0</lifecycle_version>
<lifecycle_last_change>3.11.0</lifecycle_last_change>

element reflectometer_profile/type
diagram dd_data_dictionary.xml_p2658.png
annotation
documentation
Type of reflectometer (frequency_swept, radar, ...)
appinfo
<type>static</type>

element reflectometer_profile/channel
diagram dd_data_dictionary.xml_p2659.png
annotation
documentation
Set of channels, e.g. different reception antennas or frequency bandwidths of the reflectometer
appinfo
<coordinate1>1...N</coordinate1>

complexType reflectometer_channel
diagram dd_data_dictionary.xml_p2660.png
annotation
documentation
Reflectometer channel

element reflectometer_channel/name
diagram dd_data_dictionary.xml_p2661.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element reflectometer_channel/identifier
diagram dd_data_dictionary.xml_p2662.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element reflectometer_channel/mode
diagram dd_data_dictionary.xml_p2663.png
annotation
documentation
Detection mode "X" or "O"
appinfo
<type>static</type>

element reflectometer_channel/line_of_sight_emission
diagram dd_data_dictionary.xml_p2664.png
annotation
documentation
Description of the line of sight of the emission antenna. The first point corresponds to the antenna mouth. The second point correspond to the interception of the line of sight with the reflection surface on the inner wall.

element reflectometer_channel/line_of_sight_detection
diagram dd_data_dictionary.xml_p2665.png
annotation
documentation
Description of the line of sight of the detection antenna, to be filled only if its position is distinct from the emission antenna. The first point corresponds to the antenna mouth. The second point correspond to the interception of the line of sight with the reflection surface on the inner wall.

element reflectometer_channel/sweep_time
diagram dd_data_dictionary.xml_p2666.png
annotation
documentation
Duration of a sweep
appinfo
<type>static</type>
<units>s</units>

element reflectometer_channel/frequencies
diagram dd_data_dictionary.xml_p2667.png
annotation
documentation
Array of frequencies scanned during a sweep
appinfo
<type>static</type>
<units>Hz</units>
<coordinate1>1...N</coordinate1>

element reflectometer_channel/phase
diagram dd_data_dictionary.xml_p2668.png
annotation
documentation
Measured phase of the probing wave for each frequency and time slice (corresponding to the begin time of a sweep), relative to the phase at launch
appinfo
<coordinate1>../frequencies</coordinate1>
<coordinate2>time</coordinate2>
<units>rad</units>

element reflectometer_channel/position
diagram dd_data_dictionary.xml_p2669.png
annotation
documentation
Position of the density measurements

element reflectometer_channel/n_e
diagram dd_data_dictionary.xml_p2670.png
annotation
documentation
Electron density
appinfo
<coordinate1>1...N</coordinate1>
<coordinate1_same_as>../position/r/data</coordinate1_same_as>
<coordinate2>time</coordinate2>
<coordinate2_same_as>../position/r/data</coordinate2_same_as>
<units>m^-3</units>

complexType rzphi2d_dynamic_aos1
diagram dd_data_dictionary.xml_p2671.png
annotation
documentation
Structure for list of R, Z, Phi positions (2D, dynamic within a type 1 array of structure (indexed on objects, data/time structure)

element rzphi2d_dynamic_aos1/r
diagram dd_data_dictionary.xml_p2672.png
annotation
documentation
Major radius
appinfo
<units>m</units>
<coordinate1>1...N</coordinate1>
<coordinate2>time</coordinate2>

element rzphi2d_dynamic_aos1/z
diagram dd_data_dictionary.xml_p2673.png
annotation
documentation
Height
appinfo
<units>m</units>
<coordinate1>1...N</coordinate1>
<coordinate1_same_as>../../r/data</coordinate1_same_as>
<coordinate2>time</coordinate2>
<coordinate2_same_as>../../r/data</coordinate2_same_as>

element rzphi2d_dynamic_aos1/phi
diagram dd_data_dictionary.xml_p2674.png
annotation
documentation
Toroidal angle
appinfo
<units>rad</units>
<coordinate1>1...N</coordinate1>
<coordinate1_same_as>../../r/data</coordinate1_same_as>
<coordinate2>time</coordinate2>
<coordinate2_same_as>../../r/data</coordinate2_same_as>

element sawteeth
diagram dd_data_dictionary.xml_p2675.png
annotation
documentation
Description of sawtooth events. This IDS must be used in homogeneous_time = 1 mode
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.10.0</lifecycle_last_change>

element sawteeth/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p2676.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition)

element sawteeth/crash_trigger
diagram dd_data_dictionary.xml_p2677.png
annotation
documentation
Flag indicating whether a crash condition has been satisfied : 0 = no crash. N(>0) = crash triggered due to condition N as follows. 1: crash triggered by the ideal kink criterion; 2: crash triggered by the ideal kink criterion including kinetic effects from fast particles; 31: crash triggered by the resistive kink criterion (meeting necessary conditions for reconnection); 32: crash triggered by the resistive kink criterion (resistive kink mode is unstable). The distinction between 31 and 32 only indicates whether (31) or (32) was the last criterion to be satisfied
appinfo
<coordinate1>../time</coordinate1>
<type>dynamic</type>

element sawteeth/profiles_1d
diagram dd_data_dictionary.xml_p2678.png
annotation
documentation
Core profiles after sawtooth crash for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element sawteeth/diagnostics
diagram dd_data_dictionary.xml_p2679.png
annotation
documentation
Detailed information about the sawtooth characteristics

complexType sawteeth_diagnostics
diagram dd_data_dictionary.xml_p2680.png
annotation
documentation
Detailed information about the sawtooth characteristics

element sawteeth_diagnostics/magnetic_shear_q1
diagram dd_data_dictionary.xml_p2681.png
annotation
documentation
Magnetic shear at surface q = 1, defined as rho_tor/q . dq/drho_tor
appinfo
<coordinate1>../../time</coordinate1>
<units>-</units>
<type>dynamic</type>

element sawteeth_diagnostics/rho_tor_norm_q1
diagram dd_data_dictionary.xml_p2682.png
annotation
documentation
Normalised toroidal flux coordinate at surface q = 1
appinfo
<coordinate1>../../time</coordinate1>
<units>-</units>
<type>dynamic</type>

element sawteeth_diagnostics/rho_tor_norm_inversion
diagram dd_data_dictionary.xml_p2683.png
annotation
documentation
Normalised toroidal flux coordinate at inversion radius
appinfo
<coordinate1>../../time</coordinate1>
<units>-</units>
<type>dynamic</type>

element sawteeth_diagnostics/rho_tor_norm_mixing
diagram dd_data_dictionary.xml_p2684.png
annotation
documentation
Normalised toroidal flux coordinate at mixing radius
appinfo
<coordinate1>../../time</coordinate1>
<units>-</units>
<type>dynamic</type>

element sawteeth_diagnostics/previous_crash_trigger
diagram dd_data_dictionary.xml_p2685.png
annotation
documentation
Previous crash trigger. Flag indicating whether a crash condition has been satisfied : 0 = no crash. N(>0) = crash triggered due to condition N
appinfo
<coordinate1>../../time</coordinate1>
<type>dynamic</type>

element sawteeth_diagnostics/previous_crash_time
diagram dd_data_dictionary.xml_p2686.png
annotation
documentation
Time at which the previous sawtooth crash occured
appinfo
<coordinate1>../../time</coordinate1>
<units>s</units>
<type>dynamic</type>

element sawteeth_diagnostics/previous_period
diagram dd_data_dictionary.xml_p2687.png
annotation
documentation
Previous sawtooth period
appinfo
<coordinate1>../../time</coordinate1>
<units>s</units>
<type>dynamic</type>

complexType sawteeth_profiles_1d
diagram dd_data_dictionary.xml_p2688.png
annotation
documentation
Core profiles after sawtooth crash

element sawteeth_profiles_1d/grid
diagram dd_data_dictionary.xml_p2689.png
annotation
documentation
Radial grid

element sawteeth_profiles_1d/t_e
diagram dd_data_dictionary.xml_p2690.png
annotation
documentation
Electron temperature
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element sawteeth_profiles_1d/t_i_average
diagram dd_data_dictionary.xml_p2691.png
annotation
documentation
Ion temperature (averaged on charge states and ion species)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element sawteeth_profiles_1d/n_e
diagram dd_data_dictionary.xml_p2692.png
annotation
documentation
Electron density (thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element sawteeth_profiles_1d/n_e_fast
diagram dd_data_dictionary.xml_p2693.png
annotation
documentation
Density of fast (non-thermal) electrons
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element sawteeth_profiles_1d/n_i_total_over_n_e
diagram dd_data_dictionary.xml_p2694.png
annotation
documentation
Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element sawteeth_profiles_1d/momentum_tor
diagram dd_data_dictionary.xml_p2695.png
annotation
documentation
Total plasma toroidal momentum, summed over ion species and electrons
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>kg.m/s</units>

element sawteeth_profiles_1d/zeff
diagram dd_data_dictionary.xml_p2696.png
annotation
documentation
Effective charge
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>-</units>

element sawteeth_profiles_1d/p_e
diagram dd_data_dictionary.xml_p2697.png
annotation
documentation
Electron pressure
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/p_e_fast_perpendicular
diagram dd_data_dictionary.xml_p2698.png
annotation
documentation
Fast (non-thermal) electron perpendicular pressure
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/p_e_fast_parallel
diagram dd_data_dictionary.xml_p2699.png
annotation
documentation
Fast (non-thermal) electron parallel pressure
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/p_i_total
diagram dd_data_dictionary.xml_p2700.png
annotation
documentation
Total ion pressure (sum over the ion species)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/p_i_total_fast_perpendicular
diagram dd_data_dictionary.xml_p2701.png
annotation
documentation
Fast (non-thermal) total ion (sum over the ion species) perpendicular pressure
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/p_i_total_fast_parallel
diagram dd_data_dictionary.xml_p2702.png
annotation
documentation
Fast (non-thermal) total ion (sum over the ion species) parallel pressure
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/pressure_thermal
diagram dd_data_dictionary.xml_p2703.png
annotation
documentation
Thermal pressure (electrons+ions)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/pressure_perpendicular
diagram dd_data_dictionary.xml_p2704.png
annotation
documentation
Total perpendicular pressure (electrons+ions, thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/pressure_parallel
diagram dd_data_dictionary.xml_p2705.png
annotation
documentation
Total parallel pressure (electrons+ions, thermal+non-thermal)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element sawteeth_profiles_1d/j_total
diagram dd_data_dictionary.xml_p2706.png
annotation
documentation
Total parallel current density = average(jtot.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element sawteeth_profiles_1d/j_tor
diagram dd_data_dictionary.xml_p2707.png
annotation
documentation
Total toroidal current density = average(J_Tor/R) / average(1/R)
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element sawteeth_profiles_1d/j_ohmic
diagram dd_data_dictionary.xml_p2708.png
annotation
documentation
Ohmic parallel current density = average(J_Ohmic.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element sawteeth_profiles_1d/j_non_inductive
diagram dd_data_dictionary.xml_p2709.png
annotation
documentation
Non-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element sawteeth_profiles_1d/j_bootstrap
diagram dd_data_dictionary.xml_p2710.png
annotation
documentation
Bootstrap current density = average(J_Bootstrap.B) / B0, where B0 = Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>A/m^2</units>
<type>dynamic</type>

element sawteeth_profiles_1d/conductivity_parallel
diagram dd_data_dictionary.xml_p2711.png
annotation
documentation
Parallel conductivity
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>ohm^-1.m^-1</units>
<type>dynamic</type>

element sawteeth_profiles_1d/e_field_parallel
diagram dd_data_dictionary.xml_p2712.png
annotation
documentation
Parallel electric field = average(E.B) / B0, where Core_Profiles/Vacuum_Toroidal_Field/ B0
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>V.m^-1</units>
<type>dynamic</type>

element sawteeth_profiles_1d/q
diagram dd_data_dictionary.xml_p2713.png
annotation
documentation
Safety factor
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>-</units>

element sawteeth_profiles_1d/magnetic_shear
diagram dd_data_dictionary.xml_p2714.png
annotation
documentation
Magnetic shear, defined as rho_tor/q . dq/drho_tor
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element sawteeth_profiles_1d/phi
diagram dd_data_dictionary.xml_p2715.png
annotation
documentation
Toroidal flux
appinfo
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<units>Wb</units>

element sawteeth_profiles_1d/psi_star_pre_crash
diagram dd_data_dictionary.xml_p2716.png
annotation
documentation
Psi* = psi - phi, just before the sawtooth crash
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>Wb</units>

element sawteeth_profiles_1d/psi_star_post_crash
diagram dd_data_dictionary.xml_p2717.png
annotation
documentation
Psi* = psi - phi, after the sawtooth crash
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>Wb</units>

element sawteeth_profiles_1d/time
diagram dd_data_dictionary.xml_p2718.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element sdn
diagram dd_data_dictionary.xml_p2719.png
annotation
documentation
Description of the Synchronous Data Network parameters and the signals on it
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.8.0</lifecycle_last_change>

element sdn/topic
diagram dd_data_dictionary.xml_p2720.png
annotation
documentation
List of topics. SDN signals are grouped by topic
appinfo
<coordinate1>1...N</coordinate1>

complexType sdn_allocatable_signals
diagram dd_data_dictionary.xml_p2721.png
annotation
documentation
List of signals which can be allocated to the SDN

element sdn_allocatable_signals/name
diagram dd_data_dictionary.xml_p2722.png
annotation
documentation
Signal name
appinfo
<type>constant</type>

element sdn_allocatable_signals/definition
diagram dd_data_dictionary.xml_p2723.png
annotation
documentation
Signal definition
appinfo
<type>constant</type>

element sdn_allocatable_signals/allocated_position
diagram dd_data_dictionary.xml_p2724.png
annotation
documentation
Allocation of signal to a position in the SDN (1..N); this will be implementation specific
appinfo
<type>constant</type>

element sdn_allocatable_signals/value
diagram dd_data_dictionary.xml_p2725.png
annotation
documentation
Signal value
appinfo
<units>mixed</units>

element sdn_allocatable_signals/quality
diagram dd_data_dictionary.xml_p2726.png
annotation
documentation
Indicator of the quality of the signal. Following ITER PCS documentation (https://user.iter.org/?uid=354SJ3&amp;action=get_document), possible values are: 1 - GOOD (the nominal state); 2 - INVALID (data no usable); 3 - DATA INTEGRITY ERROR (e.g. out of bounds with respect to expectations, calibration error,...)

complexType sdn_topic
diagram dd_data_dictionary.xml_p2727.png
annotation
documentation
List of the topics

element sdn_topic/name
diagram dd_data_dictionary.xml_p2728.png
annotation
documentation
Topic name
appinfo
<type>constant</type>

element sdn_topic/signal
diagram dd_data_dictionary.xml_p2729.png
annotation
documentation
List of signals which can be allocated to the SDN
appinfo
<coordinate1>1...N</coordinate1>

element soft_x_rays
diagram dd_data_dictionary.xml_p2730.png
annotation
documentation
Soft X-rays tomography diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.10.2</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element soft_x_rays/channel
diagram dd_data_dictionary.xml_p2731.png
annotation
documentation
Set of channels (detector or pixel of a camera)
appinfo
<coordinate1>1...N</coordinate1>

complexType sxr_channel
diagram dd_data_dictionary.xml_p2732.png
annotation
documentation
Soft X-rays channel

element sxr_channel/name
diagram dd_data_dictionary.xml_p2733.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element sxr_channel/identifier
diagram dd_data_dictionary.xml_p2734.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element sxr_channel/detector
diagram dd_data_dictionary.xml_p2735.png
annotation
documentation
Detector description

element sxr_channel/aperture
diagram dd_data_dictionary.xml_p2736.png
annotation
documentation
Description of a set of collimating apertures
appinfo
<coordinate1>1...N</coordinate1>

element sxr_channel/etendue
diagram dd_data_dictionary.xml_p2737.png
annotation
documentation
Etendue (geometric extent) of the channel's optical system
appinfo
<type>static</type>
<units>m^2.str</units>

element sxr_channel/etendue_method
diagram dd_data_dictionary.xml_p2738.png
annotation
documentation
Method used to calculate the etendue. Index = 0 : exact calculation with a 4D integral; 1 : approximation with first order formula (detector surface times solid angle subtended by the apertures); 2 : other methods

element sxr_channel/line_of_sight
diagram dd_data_dictionary.xml_p2739.png
annotation
documentation
Description of the line of sight of the channel, given by 2 points

element sxr_channel/energy_band
diagram dd_data_dictionary.xml_p2740.png
annotation
documentation
Set of energy bands in which photons are counted by the detector
appinfo
<coordinate1>1...N</coordinate1>

element sxr_channel/intensity
diagram dd_data_dictionary.xml_p2741.png
annotation
documentation
Intensity of the soft X-rays received on the detector, in multiple energy bands if available from the detector
appinfo
<coordinate1>../energy_band</coordinate1>
<coordinate2>time</coordinate2>
<units>m^-2.s^-1.sr^-1</units>

element sxr_channel/power_density
diagram dd_data_dictionary.xml_p2742.png
annotation
documentation
Power received on the detector per unit surface, in multiple energy bands if available from the detector
appinfo
<coordinate1>../energy_band</coordinate1>
<coordinate2>time</coordinate2>
<units>W.m^-2</units>

element sxr_channel/validity_timed
diagram dd_data_dictionary.xml_p2743.png
annotation
documentation
Indicator of the validity of the channel as a function of time (0 means valid, negative values mean non-valid)

element sxr_channel/validity
diagram dd_data_dictionary.xml_p2744.png
annotation
documentation
Indicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)
appinfo
<type>static</type>

element spectrometer_visible
diagram dd_data_dictionary.xml_p2745.png
annotation
documentation
Spectrometer in visible light range diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.3.1</lifecycle_version>
<lifecycle_last_change>3.21.0</lifecycle_last_change>

element spectrometer_visible/detector_layout
diagram dd_data_dictionary.xml_p2746.png
annotation
documentation
Layout of the detector grid employed. Ex: '4x16', '4x32', '1x18'
appinfo
<type>static</type>

element spectrometer_visible/channel
diagram dd_data_dictionary.xml_p2747.png
annotation
documentation
Set of channels (detector or pixel of a camera)
appinfo
<coordinate1>1...N</coordinate1>

complexType detector_image
diagram dd_data_dictionary.xml_p2748.png
annotation
documentation
Description of the observation volume of the detector or detector pixel at the focal plane of the optical system. This is basically the image of the detector pixel on the focal plane

element detector_image/geometry_type
diagram dd_data_dictionary.xml_p2749.png
annotation
documentation
Type of geometry used to describe the image (1:'outline', 2:'circular')
appinfo
<Type>static</Type>

element detector_image/outline
diagram dd_data_dictionary.xml_p2750.png
annotation
documentation
Coordinates of the points shaping the polygon of the image

element detector_image/circular
diagram dd_data_dictionary.xml_p2751.png
annotation
documentation
Description of circular or elliptic image

complexType detector_image_circular
diagram dd_data_dictionary.xml_p2752.png
annotation
documentation
Description of circular or elliptic observation cones

element detector_image_circular/radius
diagram dd_data_dictionary.xml_p2753.png
annotation
documentation
Radius of the circle
appinfo
<type>static</type>
<units>m</units>

element detector_image_circular/ellipticity
diagram dd_data_dictionary.xml_p2754.png
annotation
documentation
Ellipticity
appinfo
<type>static</type>
<units>-</units>

complexType spectro_vis_channel
diagram dd_data_dictionary.xml_p2755.png
annotation
documentation
Charge exchange channel

element spectro_vis_channel/name
diagram dd_data_dictionary.xml_p2756.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element spectro_vis_channel/type
diagram dd_data_dictionary.xml_p2757.png
annotation
documentation
Type of spectrometer the channel is connected to (index=1: grating, 2: filter)

element spectro_vis_channel/detector
diagram dd_data_dictionary.xml_p2758.png
annotation
documentation
Detector description

element spectro_vis_channel/aperture
diagram dd_data_dictionary.xml_p2759.png
annotation
documentation
Description of a set of collimating apertures
appinfo
<coordinate1>1...N</coordinate1>

element spectro_vis_channel/etendue
diagram dd_data_dictionary.xml_p2760.png
annotation
documentation
Etendue (geometric extent) of the channel's optical system
appinfo
<type>static</type>
<units>m^2.str</units>

element spectro_vis_channel/etendue_method
diagram dd_data_dictionary.xml_p2761.png
annotation
documentation
Method used to calculate the etendue. Index = 0 : exact calculation with a 4D integral; 1 : approximation with first order formula (detector surface times solid angle subtended by the apertures); 2 : other methods

element spectro_vis_channel/line_of_sight
diagram dd_data_dictionary.xml_p2762.png
annotation
documentation
Description of the line of sight of the channel, given by 2 points

element spectro_vis_channel/detector_image
diagram dd_data_dictionary.xml_p2763.png
annotation
documentation
Image of the detector or pixel on the focal plane of the optical system

element spectro_vis_channel/fibre_image
diagram dd_data_dictionary.xml_p2764.png
annotation
documentation
Image of the optical fibre on the focal plane of the optical system

element spectro_vis_channel/light_collection_efficiencies
diagram dd_data_dictionary.xml_p2765.png
annotation
documentation
Light collection efficiencies (fraction of the local emission detected by the optical system) for a list of points defining regions of interest. To be used for non-pinhole optics.

element spectro_vis_channel/active_spatial_resolution
diagram dd_data_dictionary.xml_p2766.png
annotation
documentation
In case of active spectroscopy, describes the spatial resolution of the measurement, calculated as a convolution of the atomic smearing, magnetic and beam geometry smearing and detector projection, for a set of time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element spectro_vis_channel/grating_spectrometer
diagram dd_data_dictionary.xml_p2767.png
annotation
documentation
Quantities measured by the channel if connected to a grating spectrometer

element spectro_vis_channel/filter_spectrometer
diagram dd_data_dictionary.xml_p2768.png
annotation
documentation
Quantities measured by the channel if connected to a filter spectrometer

element spectro_vis_channel/validity_timed
diagram dd_data_dictionary.xml_p2769.png
annotation
documentation
Indicator of the validity of the channel as a function of time (0 means valid, negative values mean non-valid)

element spectro_vis_channel/validity
diagram dd_data_dictionary.xml_p2770.png
annotation
documentation
Indicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)
appinfo
<type>static</type>

complexType spectro_vis_channel_filter
diagram dd_data_dictionary.xml_p2771.png
annotation
documentation
Filter spectrometer

element spectro_vis_channel_filter/processed_lines
diagram dd_data_dictionary.xml_p2772.png
annotation
documentation
Central wavelength of the processed lines
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element spectro_vis_channel_filter/line_radiances
diagram dd_data_dictionary.xml_p2773.png
annotation
documentation
Calibrated, background subtracted line integrals
appinfo
<units>m^-2.s^-1.sr^-1</units>
<coordinate1>../processed_lines (coordinate1 of the 'data' child)</coordinate1>

element spectro_vis_channel_filter/raw_lines
diagram dd_data_dictionary.xml_p2774.png
annotation
documentation
Central wavelength of the raw lines
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element spectro_vis_channel_filter/photon_count
diagram dd_data_dictionary.xml_p2775.png
annotation
documentation
Detected photon count
appinfo
<units>s^-1</units>
<coordinate1>../raw_lines (coordinate1 of the 'data' child)</coordinate1>

element spectro_vis_channel_filter/line_intensities
diagram dd_data_dictionary.xml_p2776.png
annotation
documentation
Line gross integral intensities
appinfo
<units>m^-2.s^-1.sr^-1</units>
<coordinate1>../raw_lines (coordinate1 of the 'data' child)</coordinate1>

element spectro_vis_channel_filter/calibrated_lines
diagram dd_data_dictionary.xml_p2777.png
annotation
documentation
Central wavelength of the calibrated lines
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element spectro_vis_channel_filter/calibrated_line_integrals
diagram dd_data_dictionary.xml_p2778.png
annotation
documentation
Calibrated line gross areas integrals
appinfo
<units>m^-2.s^-1.sr^-1</units>
<coordinate1>../calibrated_lines (coordinate1 of the 'data' child)</coordinate1>

element spectro_vis_channel_filter/exposure_time
diagram dd_data_dictionary.xml_p2779.png
annotation
documentation
Exposure time
appinfo
<type>constant</type>
<units>s</units>

element spectro_vis_channel_filter/radiance_calibration
diagram dd_data_dictionary.xml_p2780.png
annotation
documentation
Radiance calibration
appinfo
<type>static</type>
<units>m^-2.sr^-1</units>

element spectro_vis_channel_filter/radiance_calibration_date
diagram dd_data_dictionary.xml_p2781.png
annotation
documentation
Date of the radiance calibration (yyyy_mm_dd)
appinfo
<type>static</type>

complexType spectro_vis_channel_grating
diagram dd_data_dictionary.xml_p2782.png
annotation
documentation
Grating spectrometer

element spectro_vis_channel_grating/grating
diagram dd_data_dictionary.xml_p2783.png
annotation
documentation
Number of grating lines per unit length
appinfo
<type>static</type>
<units>m^-1</units>

element spectro_vis_channel_grating/slit_width
diagram dd_data_dictionary.xml_p2784.png
annotation
documentation
Width of the slit (placed in the object focal plane)
appinfo
<type>static</type>
<units>m</units>

element spectro_vis_channel_grating/wavelengths
diagram dd_data_dictionary.xml_p2785.png
annotation
documentation
Measured wavelengths
appinfo
<type>constant</type>
<units>m</units>
<coordinate1>1...N</coordinate1>

element spectro_vis_channel_grating/radiance_spectral
diagram dd_data_dictionary.xml_p2786.png
annotation
documentation
Calibrated spectral radiance (radiance per unit wavelength)
appinfo
<units>(photons).m^-2.s^-1.sr^-1.m^-1</units>
<coordinate1>../wavelengths</coordinate1>
<coordinate2>time</coordinate2>

element spectro_vis_channel_grating/intensity_spectrum
diagram dd_data_dictionary.xml_p2787.png
annotation
documentation
Intensity spectrum (not calibrated), i.e. number of photoelectrons detected by unit time by a wavelength pixel of the channel, taking into account electronic gain compensation and channels relative calibration
appinfo
<units>(counts) s^-1</units>
<coordinate1>../wavelengths</coordinate1>
<coordinate2>time</coordinate2>

element spectro_vis_channel_grating/exposure_time
diagram dd_data_dictionary.xml_p2788.png
annotation
documentation
Exposure time
appinfo
<type>constant</type>
<units>s</units>

element spectro_vis_channel_grating/processed_line
diagram dd_data_dictionary.xml_p2789.png
annotation
documentation
Set of processed spectral lines
appinfo
<coordinate1>1...N</coordinate1>

element spectro_vis_channel_grating/radiance_calibration
diagram dd_data_dictionary.xml_p2790.png
annotation
documentation
Radiance calibration
appinfo
<type>static</type>
<units>m^-3.sr^-1</units>
<coordinate1>../wavelengths</coordinate1>

element spectro_vis_channel_grating/radiance_calibration_date
diagram dd_data_dictionary.xml_p2791.png
annotation
documentation
Date of the radiance calibration (yyyy_mm_dd)
appinfo
<type>static</type>

element spectro_vis_channel_grating/wavelength_calibration_date
diagram dd_data_dictionary.xml_p2792.png
annotation
documentation
Date of the wavelength calibration (yyyy_mm_dd)
appinfo
<type>static</type>

complexType spectro_vis_channel_light_collection
diagram dd_data_dictionary.xml_p2793.png
annotation
documentation
Emission weights for various points

element spectro_vis_channel_light_collection/values
diagram dd_data_dictionary.xml_p2794.png
annotation
documentation
Values of the light collection efficiencies
appinfo
<type>static</type>
<units>-</units>
<coordinate1>../positions/r</coordinate1>

element spectro_vis_channel_light_collection/positions
diagram dd_data_dictionary.xml_p2795.png
annotation
documentation
List of positions for which the light collection efficiencies are provided

complexType spectro_vis_channel_processed_line
diagram dd_data_dictionary.xml_p2796.png
annotation
documentation
Description of a processed line

element spectro_vis_channel_processed_line/label
diagram dd_data_dictionary.xml_p2797.png
annotation
documentation
String identifying the processed line (e.g. WI, OI, DI)
appinfo
<type>constant</type>

element spectro_vis_channel_processed_line/wavelength_central
diagram dd_data_dictionary.xml_p2798.png
annotation
documentation
Central wavelength of the processed line
appinfo
<type>constant</type>
<units>m</units>

element spectro_vis_channel_processed_line/radiance
diagram dd_data_dictionary.xml_p2799.png
annotation
documentation
Calibrated, background subtracted radiance (integrated over the spectrum for this line)
appinfo
<units>m^-2.s^-1.sr^-1</units>

element spectro_vis_channel_processed_line/intensity
diagram dd_data_dictionary.xml_p2800.png
annotation
documentation
Non-calibrated intensity (integrated over the spectrum for this line)
appinfo
<units>s^-1</units>

complexType spectro_vis_channel_resolution
diagram dd_data_dictionary.xml_p2801.png
annotation
documentation
In case of active spectroscopy, spatial resolution of the measurement

element spectro_vis_channel_resolution/centre
diagram dd_data_dictionary.xml_p2802.png
annotation
documentation
Position of the centre of the spatially resolved zone

element spectro_vis_channel_resolution/width
diagram dd_data_dictionary.xml_p2803.png
annotation
documentation
Full width of the spatially resolved zone in the R, Z and phi directions

element spectro_vis_channel_resolution/time
diagram dd_data_dictionary.xml_p2804.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element summary
diagram dd_data_dictionary.xml_p2805.png
annotation
documentation
Summary of physics quantities from a simulation or an experiment. Dynamic quantities are either taken at given time slices (indicated in the "time" vector) or time-averaged over an interval (in such case the "time_width" of the interval is indicated and the "time" vector represents the end of each time interval).
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.6.0</lifecycle_version>
<lifecycle_last_change>3.20.0</lifecycle_last_change>

element summary/tag
diagram dd_data_dictionary.xml_p2806.png
annotation
documentation
Tag qualifying this data entry (or a list of data entries)

element summary/configuration
diagram dd_data_dictionary.xml_p2807.png
annotation
documentation
Device configuration (the content may be device-specific)

element summary/magnetic_shear_flag
diagram dd_data_dictionary.xml_p2808.png
annotation
documentation
Magnetic field shear indicator for stellarators: 0 for shearless stellarators (W7-A, W7-AS, W7-X); 1, otherwise. See [Stroth U. et al 1996 Nucl. Fusion 36 1063]

element summary/stationary_phase_flag
diagram dd_data_dictionary.xml_p2809.png
annotation
documentation
This flag is set to one if the pulse is in a stationary phase from the point of the of the energy content (if the time derivative of the energy dW/dt can be neglected when calculating tau_E as W/(P_abs-dW/dt).)

element summary/global_quantities
diagram dd_data_dictionary.xml_p2810.png
annotation
documentation
Various global quantities derived from the profiles

element summary/local
diagram dd_data_dictionary.xml_p2811.png
annotation
documentation
Plasma parameter values at different locations

element summary/boundary
diagram dd_data_dictionary.xml_p2812.png
annotation
documentation
Description of the plasma boundary

element summary/pedestal_fits
diagram dd_data_dictionary.xml_p2813.png
annotation
documentation
Quantities derived from specific fits of pedestal profiles, typically used in the Pedestal Database.
appinfo
<url>summary/pedestal_fits_definitions.pdf</url>

element summary/line_average
diagram dd_data_dictionary.xml_p2814.png
annotation
documentation
Line average plasma parameters

element summary/volume_average
diagram dd_data_dictionary.xml_p2815.png
annotation
documentation
Volume average plasma parameters

element summary/disruption
diagram dd_data_dictionary.xml_p2816.png
annotation
documentation
Disruption characteristics, if the pulse is terminated by a disruption

element summary/elms
diagram dd_data_dictionary.xml_p2817.png
annotation
documentation
Edge Localized Modes related quantities

element summary/fusion
diagram dd_data_dictionary.xml_p2818.png
annotation
documentation
Fusion reactions

element summary/gas_injection_rates
diagram dd_data_dictionary.xml_p2819.png
annotation
documentation
Gas injection rates in equivalent electrons.s^-1
appinfo
<units>electrons.s^-1</units>

element summary/heating_current_drive
diagram dd_data_dictionary.xml_p2820.png
annotation
documentation
Heating and current drive parameters

element summary/kicks
diagram dd_data_dictionary.xml_p2821.png
annotation
documentation
Vertical kicks of the plasma position

element summary/pellets
diagram dd_data_dictionary.xml_p2822.png
annotation
documentation
Pellet related quantities

element summary/rmps
diagram dd_data_dictionary.xml_p2823.png
annotation
documentation
Resonant magnetic perturbations related quantities

element summary/runaways
diagram dd_data_dictionary.xml_p2824.png
annotation
documentation
Runaway electrons

element summary/scrape_off_layer
diagram dd_data_dictionary.xml_p2825.png
annotation
documentation
Scrape-Off-Layer (SOL) characteristics

element summary/wall
diagram dd_data_dictionary.xml_p2826.png
annotation
documentation
Wall characteristics

element summary/limiter
diagram dd_data_dictionary.xml_p2827.png
annotation
documentation
Limiter characteristics

element summary/time_width
diagram dd_data_dictionary.xml_p2828.png
annotation
documentation
In case the time-dependent quantities of this IDS are averaged over a time interval, this node is the width of this time interval (empty otherwise). By convention, the time interval starts at time-time_width and ends at time.
appinfo
<type>dynamic</type>
<units>s</units>
<coordinate1>../time</coordinate1>

complexType summary_average_quantities
diagram dd_data_dictionary.xml_p2829.png
annotation
documentation
Set of average quantities

element summary_average_quantities/t_e
diagram dd_data_dictionary.xml_p2830.png
annotation
documentation
Electron temperature
appinfo
<units>eV</units>

element summary_average_quantities/t_i_average
diagram dd_data_dictionary.xml_p2831.png
annotation
documentation
Ion temperature (average over ion species)
appinfo
<units>eV</units>

element summary_average_quantities/n_e
diagram dd_data_dictionary.xml_p2832.png
annotation
documentation
Electron density
appinfo
<units>m^-3</units>

element summary_average_quantities/dn_e_dt
diagram dd_data_dictionary.xml_p2833.png
annotation
documentation
Time derivative of the electron density
appinfo
<units>m^-3.s-1</units>

element summary_average_quantities/n_i
diagram dd_data_dictionary.xml_p2834.png
annotation
documentation
Ion density per species
appinfo
<units>m^-3</units>

element summary_average_quantities/n_i_total
diagram dd_data_dictionary.xml_p2835.png
annotation
documentation
Total ion density (sum over species)
appinfo
<units>m^-3</units>

element summary_average_quantities/zeff
diagram dd_data_dictionary.xml_p2836.png
annotation
documentation
Effective charge
appinfo
<units>-</units>

element summary_average_quantities/meff_hydrogenic
diagram dd_data_dictionary.xml_p2837.png
annotation
documentation
Effective mass of the hydrogenic species (MH. nH+MD.nD+MT.nT)/(nH+nD+nT) 
appinfo
<units>amu</units>

element summary_average_quantities/isotope_fraction_hydrogen
diagram dd_data_dictionary.xml_p2838.png
annotation
documentation
Fraction of hydrogen density among the hydrogenic species (nH/(nH+nD+nT))
appinfo
<units>-</units>

complexType summary_boundary
diagram dd_data_dictionary.xml_p2839.png
annotation
documentation
Geometry of the plasma boundary

element summary_boundary/type
diagram dd_data_dictionary.xml_p2840.png
annotation
documentation
0 (limiter), 1 (diverted), 11 (LSN), 12 (USN), 13 (DN)

element summary_boundary/geometric_axis_r
diagram dd_data_dictionary.xml_p2841.png
annotation
documentation
R position of the geometric axis (defined as (Rmax+Rmin) / 2 of the boundary)
appinfo
<units>m</units>

element summary_boundary/geometric_axis_z
diagram dd_data_dictionary.xml_p2842.png
annotation
documentation
Z position of the geometric axis (defined as (Zmax+Zmin) / 2 of the boundary)
appinfo
<units>m</units>

element summary_boundary/magnetic_axis_r
diagram dd_data_dictionary.xml_p2843.png
annotation
documentation
R position of the magnetic axis
appinfo
<units>m</units>

element summary_boundary/magnetic_axis_z
diagram dd_data_dictionary.xml_p2844.png
annotation
documentation
Z position of the magnetic axis
appinfo
<units>m</units>

element summary_boundary/minor_radius
diagram dd_data_dictionary.xml_p2845.png
annotation
documentation
Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)
appinfo
<units>m</units>

element summary_boundary/elongation
diagram dd_data_dictionary.xml_p2846.png
annotation
documentation
Elongation of the plasma boundary
appinfo
<units>-</units>

element summary_boundary/triangularity_upper
diagram dd_data_dictionary.xml_p2847.png
annotation
documentation
Upper triangularity of the plasma boundary
appinfo
<units>-</units>

element summary_boundary/triangularity_lower
diagram dd_data_dictionary.xml_p2848.png
annotation
documentation
Lower triangularity of the plasma boundary
appinfo
<units>-</units>

element summary_boundary/strike_point_inner_r
diagram dd_data_dictionary.xml_p2849.png
annotation
documentation
R position of the inner strike point
appinfo
<units>m</units>

element summary_boundary/strike_point_inner_z
diagram dd_data_dictionary.xml_p2850.png
annotation
documentation
Z position of the inner strike point
appinfo
<units>m</units>

element summary_boundary/strike_point_outer_r
diagram dd_data_dictionary.xml_p2851.png
annotation
documentation
R position of the outer strike point
appinfo
<units>m</units>

element summary_boundary/strike_point_outer_z
diagram dd_data_dictionary.xml_p2852.png
annotation
documentation
Z position of the outer strike point
appinfo
<units>m</units>

element summary_boundary/strike_point_configuration
diagram dd_data_dictionary.xml_p2853.png
annotation
documentation
String describing the configuration of the strike points (constant, may need to become dynamic when available)

element summary_boundary/gap_limiter_wall
diagram dd_data_dictionary.xml_p2854.png
annotation
documentation
Distance between the separatrix and the nearest limiter or wall element
appinfo
<units>m</units>

complexType summary_constant_flt_0d
diagram dd_data_dictionary.xml_p2855.png
annotation
documentation
Summary constant FLT_0D + source information

element summary_constant_flt_0d/value
diagram dd_data_dictionary.xml_p2856.png
annotation
documentation
Value
appinfo
<type>constant</type>
<units>as_parent</units>

element summary_constant_flt_0d/source
diagram dd_data_dictionary.xml_p2857.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_constant_int_0d
diagram dd_data_dictionary.xml_p2858.png
annotation
documentation
Summary constant INT_0D + source information

element summary_constant_int_0d/value
diagram dd_data_dictionary.xml_p2859.png
annotation
documentation
Value
appinfo
<type>constant</type>

element summary_constant_int_0d/source
diagram dd_data_dictionary.xml_p2860.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_constant_str_0d
diagram dd_data_dictionary.xml_p2861.png
annotation
documentation
Summary constant STR_0D + source information

element summary_constant_str_0d/value
diagram dd_data_dictionary.xml_p2862.png
annotation
documentation
Value
appinfo
<type>constant</type>

element summary_constant_str_0d/source
diagram dd_data_dictionary.xml_p2863.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_disruption
diagram dd_data_dictionary.xml_p2864.png
annotation
documentation
Disruption related parameters

element summary_disruption/time
diagram dd_data_dictionary.xml_p2865.png
annotation
documentation
Time of the disruption
appinfo
<units>s</units>

element summary_disruption/time_radiated_power_max
diagram dd_data_dictionary.xml_p2866.png
annotation
documentation
Time of maximum radiated power, relative to the time of the disruption
appinfo
<units>s</units>

element summary_disruption/time_half_ip
diagram dd_data_dictionary.xml_p2867.png
annotation
documentation
Time at which the plasma current has fallen to half of the initial current at the start of the disruption, relative to the time of the disruption
appinfo
<units>s</units>

element summary_disruption/vertical_displacement
diagram dd_data_dictionary.xml_p2868.png
annotation
documentation
Direction of the plasma vertical displacement just before the disruption 1 (upwards) / 0 (no displacement)/ -1 (downwards)
appinfo
<units>s</units>

element summary_disruption/mitigation_valve
diagram dd_data_dictionary.xml_p2869.png
annotation
documentation
Flag indicating whether any disruption mitigation valve has been used (1) or none (0)

complexType summary_dynamic_flt_1d_root
diagram dd_data_dictionary.xml_p2870.png
annotation
documentation
Summary dynamic FLT_1D + source information, time at the root of the IDS

element summary_dynamic_flt_1d_root/value
diagram dd_data_dictionary.xml_p2871.png
annotation
documentation
Value
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>/time</coordinate1>

element summary_dynamic_flt_1d_root/source
diagram dd_data_dictionary.xml_p2872.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_dynamic_flt_1d_root_parent_2
diagram dd_data_dictionary.xml_p2873.png
annotation
documentation
Summary dynamic FLT_1D + source information, time at the root of the IDS and units as parent level 2

element summary_dynamic_flt_1d_root_parent_2/value
diagram dd_data_dictionary.xml_p2874.png
annotation
documentation
Value
appinfo
<type>dynamic</type>
<units>as_parent_level_2</units>
<coordinate1>/time</coordinate1>

element summary_dynamic_flt_1d_root_parent_2/source
diagram dd_data_dictionary.xml_p2875.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_dynamic_flt_2d_fraction_2
diagram dd_data_dictionary.xml_p2876.png
annotation
documentation
Summary dynamic FL2_1D + source information, time at the root of the IDS, first dimension 1...3 (beam fractions)

element summary_dynamic_flt_2d_fraction_2/value
diagram dd_data_dictionary.xml_p2877.png
annotation
documentation
Value
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>1...3</coordinate1>
<coordinate2>/time</coordinate2>

element summary_dynamic_flt_2d_fraction_2/source
diagram dd_data_dictionary.xml_p2878.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_dynamic_int_1d_root
diagram dd_data_dictionary.xml_p2879.png
annotation
documentation
Summary dynamic INT_1D + source information, time at the root of the IDS

element summary_dynamic_int_1d_root/value
diagram dd_data_dictionary.xml_p2880.png
annotation
documentation
Value
appinfo
<type>dynamic</type>
<coordinate1>/time</coordinate1>

element summary_dynamic_int_1d_root/source
diagram dd_data_dictionary.xml_p2881.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_elms
diagram dd_data_dictionary.xml_p2882.png
annotation
documentation
Edge Localized Modes related quantities

element summary_elms/frequency
diagram dd_data_dictionary.xml_p2883.png
annotation
documentation
ELMs frequency
appinfo
<units>Hz</units>

element summary_elms/type
diagram dd_data_dictionary.xml_p2884.png
annotation
documentation
ELMs type (I, II, III, ...)

complexType summary_fusion
diagram dd_data_dictionary.xml_p2885.png
annotation
documentation
Fusion reactions

element summary_fusion/power
diagram dd_data_dictionary.xml_p2886.png
annotation
documentation
Power coupled to the plasma by fusion reactions
appinfo
<units>W</units>

element summary_fusion/current
diagram dd_data_dictionary.xml_p2887.png
annotation
documentation
Parallel current driven by this fusion reactions
appinfo
<units>A</units>

element summary_fusion/neutron_fluxes
diagram dd_data_dictionary.xml_p2888.png
annotation
documentation
Neutron fluxes from various reactions

element summary_fusion/neutron_power_total
diagram dd_data_dictionary.xml_p2889.png
annotation
documentation
Total neutron power (from all reactions)
appinfo
<units>W</units>

complexType summary_gas_injection
diagram dd_data_dictionary.xml_p2890.png
annotation
documentation
List of ion species and other gas injection related quantities

element summary_gas_injection/total
diagram dd_data_dictionary.xml_p2891.png
annotation
documentation
Total gas injection rate (sum over species)

element summary_gas_injection/midplane
diagram dd_data_dictionary.xml_p2892.png
annotation
documentation
Gas injection rate from all valves located near the equatorial midplane

element summary_gas_injection/top
diagram dd_data_dictionary.xml_p2893.png
annotation
documentation
Gas injection rate from all valves located near the top of the vaccuum chamber

element summary_gas_injection/bottom
diagram dd_data_dictionary.xml_p2894.png
annotation
documentation
Gas injection rate from all valves located near near the bottom of the vaccuum chamber

element summary_gas_injection/hydrogen
diagram dd_data_dictionary.xml_p2895.png
annotation
documentation
Hydrogen

element summary_gas_injection/deuterium
diagram dd_data_dictionary.xml_p2896.png
annotation
documentation
Deuterium

element summary_gas_injection/tritium
diagram dd_data_dictionary.xml_p2897.png
annotation
documentation
Tritium

element summary_gas_injection/helium_3
diagram dd_data_dictionary.xml_p2898.png
annotation
documentation
Helium isotope with 3 nucleons

element summary_gas_injection/helium_4
diagram dd_data_dictionary.xml_p2899.png
annotation
documentation
Helium isotope with 4 nucleons

element summary_gas_injection/impurity_seeding
diagram dd_data_dictionary.xml_p2900.png
annotation
documentation
Flag set to 1 if any gas other than H, D, T, He is puffed during the pulse, 0 otherwise
appinfo
<units>Hz</units>

element summary_gas_injection/beryllium
diagram dd_data_dictionary.xml_p2901.png
annotation
documentation
Beryllium

element summary_gas_injection/lithium
diagram dd_data_dictionary.xml_p2902.png
annotation
documentation
Lithium

element summary_gas_injection/carbon
diagram dd_data_dictionary.xml_p2903.png
annotation
documentation
Carbon

element summary_gas_injection/oxygen
diagram dd_data_dictionary.xml_p2904.png
annotation
documentation
Oxygen

element summary_gas_injection/nitrogen
diagram dd_data_dictionary.xml_p2905.png
annotation
documentation
Nitrogen

element summary_gas_injection/neon
diagram dd_data_dictionary.xml_p2906.png
annotation
documentation
Neon

element summary_gas_injection/argon
diagram dd_data_dictionary.xml_p2907.png
annotation
documentation
Argon

element summary_gas_injection/xenon
diagram dd_data_dictionary.xml_p2908.png
annotation
documentation
Xenon

element summary_gas_injection/krypton
diagram dd_data_dictionary.xml_p2909.png
annotation
documentation
Krypton

element summary_gas_injection/methane
diagram dd_data_dictionary.xml_p2910.png
annotation
documentation
Methane (CH4)

element summary_gas_injection/methane_carbon_13
diagram dd_data_dictionary.xml_p2911.png
annotation
documentation
Methane (CH4 with carbon 13)

element summary_gas_injection/methane_deuterated
diagram dd_data_dictionary.xml_p2912.png
annotation
documentation
Deuterated methane (CD4)

element summary_gas_injection/silane
diagram dd_data_dictionary.xml_p2913.png
annotation
documentation
Silane (SiH4)

element summary_gas_injection/ethylene
diagram dd_data_dictionary.xml_p2914.png
annotation
documentation
Ethylene (C2H4)

element summary_gas_injection/ethane
diagram dd_data_dictionary.xml_p2915.png
annotation
documentation
Ethane (C2H6)

element summary_gas_injection/propane
diagram dd_data_dictionary.xml_p2916.png
annotation
documentation
Propane (C3H8)

element summary_gas_injection/ammonia
diagram dd_data_dictionary.xml_p2917.png
annotation
documentation
Ammonia (NH3)

element summary_gas_injection/ammonia_deuterated
diagram dd_data_dictionary.xml_p2918.png
annotation
documentation
Deuterated ammonia (ND3)

complexType summary_global_quantities
diagram dd_data_dictionary.xml_p2919.png
annotation
documentation
Various global quantities calculated from the fields solved in the transport equations and from the Derived Profiles

element summary_global_quantities/ip
diagram dd_data_dictionary.xml_p2920.png
annotation
documentation
Total plasma current
appinfo
<units>A</units>

element summary_global_quantities/current_non_inductive
diagram dd_data_dictionary.xml_p2921.png
annotation
documentation
Total non-inductive parallel current
appinfo
<units>A</units>

element summary_global_quantities/current_bootstrap
diagram dd_data_dictionary.xml_p2922.png
annotation
documentation
Bootstrap parallel current
appinfo
<units>A</units>

element summary_global_quantities/current_ohm
diagram dd_data_dictionary.xml_p2923.png
annotation
documentation
Ohmic parallel current
appinfo
<units>A</units>

element summary_global_quantities/current_alignment
diagram dd_data_dictionary.xml_p2924.png
annotation
documentation
Figure of merit of the alignment of the current profile sources, defined in the following reference: http://iopscience.iop.org/article/10.1088/0029-5515/43/7/318
appinfo
<units>A</units>

element summary_global_quantities/v_loop
diagram dd_data_dictionary.xml_p2925.png
annotation
documentation
LCFS loop voltage
appinfo
<units>V</units>

element summary_global_quantities/li
diagram dd_data_dictionary.xml_p2926.png
annotation
documentation
Internal inductance. The li_3 definition is used, i.e. li_3 = 2/R0/mu0^2/Ip^2 * int(Bp^2 dV).
appinfo
<units>-</units>

element summary_global_quantities/li_mhd
diagram dd_data_dictionary.xml_p2927.png
annotation
documentation
Internal inductance as determined by an equilibrium reconstruction code. Use this only when the li node above is used for another estimation method and there is a need to store a second value of li (determined by an equilibrium reconstruction code). The li_3 definition is used, i.e. li_3 = 2/R0/mu0^2/Ip^2 * int(Bp^2 dV).
appinfo
<units>-</units>

element summary_global_quantities/beta_tor
diagram dd_data_dictionary.xml_p2928.png
annotation
documentation
Toroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2
appinfo
<units>-</units>

element summary_global_quantities/beta_tor_norm
diagram dd_data_dictionary.xml_p2929.png
annotation
documentation
Normalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA]
appinfo
<units>-</units>

element summary_global_quantities/beta_tor_norm_mhd
diagram dd_data_dictionary.xml_p2930.png
annotation
documentation
Normalised toroidal beta, using the pressure determined by an equilibrium reconstruction code
appinfo
<units>-</units>

element summary_global_quantities/beta_tor_thermal_norm
diagram dd_data_dictionary.xml_p2931.png
annotation
documentation
Normalised toroidal beta from thermal pressure only, defined as 100 * beta_tor_thermal * a[m] * B0 [T] / ip [MA]
appinfo
<units>-</units>

element summary_global_quantities/beta_pol
diagram dd_data_dictionary.xml_p2932.png
annotation
documentation
Poloidal beta. Defined as betap = 4 int(p dV) / [R_0 * mu_0 * Ip^2]
appinfo
<units>-</units>

element summary_global_quantities/beta_pol_mhd
diagram dd_data_dictionary.xml_p2933.png
annotation
documentation
Poloidal beta estimated from the pressure determined by an equilibrium reconstruction code. Defined as betap = 4 int(p dV) / [R_0 * mu_0 * Ip^2]
appinfo
<units>-</units>

element summary_global_quantities/energy_diamagnetic
diagram dd_data_dictionary.xml_p2934.png
annotation
documentation
Plasma diamagnetic energy content = 3/2 * integral over the plasma volume of the total perpendicular pressure
appinfo
<units>J</units>

element summary_global_quantities/denergy_diamagnetic_dt
diagram dd_data_dictionary.xml_p2935.png
annotation
documentation
Time derivative of the diamagnetic plasma energy content
appinfo
<units>W</units>

element summary_global_quantities/energy_total
diagram dd_data_dictionary.xml_p2936.png
annotation
documentation
Plasma energy content = 3/2 * integral over the plasma volume of the total kinetic pressure
appinfo
<units>J</units>

element summary_global_quantities/energy_mhd
diagram dd_data_dictionary.xml_p2937.png
annotation
documentation
Plasma energy content = 3/2 * integral over the plasma volume of the total kinetic pressure (pressure determined by an equilibrium reconstruction code)
appinfo
<units>J</units>

element summary_global_quantities/energy_thermal
diagram dd_data_dictionary.xml_p2938.png
annotation
documentation
Thermal plasma energy content = 3/2 * integral over the plasma volume of the thermal pressure
appinfo
<units>J</units>

element summary_global_quantities/energy_ion_total_thermal
diagram dd_data_dictionary.xml_p2939.png
annotation
documentation
Thermal ion plasma energy content (sum over the ion species) = 3/2 * integral over the plasma volume of the thermal ion pressure
appinfo
<units>J</units>

element summary_global_quantities/energy_electrons_thermal
diagram dd_data_dictionary.xml_p2940.png
annotation
documentation
Thermal electron plasma energy content = 3/2 * integral over the plasma volume of the thermal electron pressure
appinfo
<units>J</units>

element summary_global_quantities/denergy_thermal_dt
diagram dd_data_dictionary.xml_p2941.png
annotation
documentation
Time derivative of the thermal plasma energy content
appinfo
<units>W</units>

element summary_global_quantities/energy_b_field_pol
diagram dd_data_dictionary.xml_p2942.png
annotation
documentation
Poloidal magnetic plasma energy content = 1/(2.mu0) * integral over the plasma volume of b_field_pol^2
appinfo
<units>J</units>

element summary_global_quantities/energy_fast_perpendicular
diagram dd_data_dictionary.xml_p2943.png
annotation
documentation
Fast particles perpendicular energy content = 3/2 * integral over the plasma volume of the fast perpendicular pressure
appinfo
<units>J</units>

element summary_global_quantities/energy_fast_parallel
diagram dd_data_dictionary.xml_p2944.png
annotation
documentation
Fast particles parallel energy content = 3/2 * integral over the plasma volume of the fast parallel pressure
appinfo
<units>J</units>

element summary_global_quantities/volume
diagram dd_data_dictionary.xml_p2945.png
annotation
documentation
Volume of the confined plasma
appinfo
<units>m^3</units>

element summary_global_quantities/h_mode
diagram dd_data_dictionary.xml_p2946.png
annotation
documentation
H-mode flag: 0 when the plasma is in L-mode and 1 when in H-mode

element summary_global_quantities/r0
diagram dd_data_dictionary.xml_p2947.png
annotation
documentation
Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)
appinfo
<units>m</units>

element summary_global_quantities/b0
diagram dd_data_dictionary.xml_p2948.png
annotation
documentation
Vacuum toroidal field at R0. Positive sign means anti-clockwise when viewed from above. The product R0B0 must be consistent with the b_tor_vacuum_r field of the tf IDS.
appinfo
<units>T</units>

element summary_global_quantities/h_98
diagram dd_data_dictionary.xml_p2949.png
annotation
documentation
Energy confinement time enhancement factor over the IPB98(y,2) scaling
appinfo
<units>-</units>

element summary_global_quantities/tau_energy
diagram dd_data_dictionary.xml_p2950.png
annotation
documentation
Energy confinement time
appinfo
<units>s</units>

element summary_global_quantities/tau_helium
diagram dd_data_dictionary.xml_p2951.png
annotation
documentation
Helium confinement time
appinfo
<units>s</units>

element summary_global_quantities/tau_resistive
diagram dd_data_dictionary.xml_p2952.png
annotation
documentation
Current diffusion characteristic time
appinfo
<units>s</units>

element summary_global_quantities/tau_energy_98
diagram dd_data_dictionary.xml_p2953.png
annotation
documentation
Energy confinement time estimated from the IPB98(y,2) scaling
appinfo
<units>s</units>

element summary_global_quantities/resistance
diagram dd_data_dictionary.xml_p2954.png
annotation
documentation
Plasma electric resistance
appinfo
<units>ohm</units>

element summary_global_quantities/q_95
diagram dd_data_dictionary.xml_p2955.png
annotation
documentation
q at the 95% poloidal flux surface
appinfo
<units>-</units>

element summary_global_quantities/power_ohm
diagram dd_data_dictionary.xml_p2956.png
annotation
documentation
Ohmic power
appinfo
<units>W</units>

element summary_global_quantities/power_steady
diagram dd_data_dictionary.xml_p2957.png
annotation
documentation
Total power coupled to the plasma minus dW/dt (correcting from transient energy content)
appinfo
<units>W</units>

element summary_global_quantities/power_radiated
diagram dd_data_dictionary.xml_p2958.png
annotation
documentation
Radiated power
appinfo
<units>W</units>

element summary_global_quantities/greenwald_fraction
diagram dd_data_dictionary.xml_p2959.png
annotation
documentation
Greenwald fraction =line_average/n_e/value divided by (global_quantities/ip/value *1e6 * pi * minor_radius^2)
appinfo
<units>-</units>

complexType summary_h_cd
diagram dd_data_dictionary.xml_p2960.png
annotation
documentation
Heating and current drive related parameters

element summary_h_cd/ec
diagram dd_data_dictionary.xml_p2961.png
annotation
documentation
Set of ECRH/ECCD launchers
appinfo
<catalogue_name>suffix</catalogue_name>
<coordinate1>1...N</coordinate1>

element summary_h_cd/nbi
diagram dd_data_dictionary.xml_p2962.png
annotation
documentation
Set of NBI units
appinfo
<catalogue_name>suffix</catalogue_name>
<coordinate1>1...N</coordinate1>

element summary_h_cd/ic
diagram dd_data_dictionary.xml_p2963.png
annotation
documentation
Set of ICRH launchers
appinfo
<catalogue_name>suffix</catalogue_name>
<coordinate1>1...N</coordinate1>

element summary_h_cd/lh
diagram dd_data_dictionary.xml_p2964.png
annotation
documentation
Set of LHCD launchers
appinfo
<catalogue_name>suffix</catalogue_name>
<coordinate1>1...N</coordinate1>

element summary_h_cd/power_ec
diagram dd_data_dictionary.xml_p2965.png
annotation
documentation
Total EC power coupled to the plasma
appinfo
<units>W</units>

element summary_h_cd/power_launched_ec
diagram dd_data_dictionary.xml_p2966.png
annotation
documentation
Total EC power launched from EC antennas into the vacuum vessel
appinfo
<units>W</units>

element summary_h_cd/power_nbi
diagram dd_data_dictionary.xml_p2967.png
annotation
documentation
Total NBI power coupled to the plasma
appinfo
<units>W</units>

element summary_h_cd/power_launched_nbi
diagram dd_data_dictionary.xml_p2968.png
annotation
documentation
Total NBI power launched from neutral beam injectors into the vacuum vessel
appinfo
<units>W</units>

element summary_h_cd/power_launched_nbi_co_injected_ratio
diagram dd_data_dictionary.xml_p2969.png
annotation
documentation
Ratio of co-injected beam launched power to total NBI launched power. Is set to 1 for purely perpendicular injection
appinfo
<units>-</units>

element summary_h_cd/power_ic
diagram dd_data_dictionary.xml_p2970.png
annotation
documentation
Total IC power coupled to the plasma
appinfo
<units>W</units>

element summary_h_cd/power_launched_ic
diagram dd_data_dictionary.xml_p2971.png
annotation
documentation
Total IC power launched from IC antennas into the vacuum vessel
appinfo
<units>W</units>

element summary_h_cd/power_lh
diagram dd_data_dictionary.xml_p2972.png
annotation
documentation
Total LH power coupled to the plasma
appinfo
<units>W</units>

element summary_h_cd/power_launched_lh
diagram dd_data_dictionary.xml_p2973.png
annotation
documentation
Total LH power launched from LH antennas into the vacuum vessel
appinfo
<units>W</units>

complexType summary_h_cd_ec
diagram dd_data_dictionary.xml_p2974.png
annotation
documentation
ECRH/CD related parameters

element summary_h_cd_ec/frequency
diagram dd_data_dictionary.xml_p2975.png
annotation
documentation
ECRH frequency
appinfo
<units>Hz</units>

element summary_h_cd_ec/position
diagram dd_data_dictionary.xml_p2976.png
annotation
documentation
Position of the maximum of the ECRH power deposition, in rho_tor_norm
appinfo
<units>-</units>

element summary_h_cd_ec/polarisation
diagram dd_data_dictionary.xml_p2977.png
annotation
documentation
Polarisation of the ECRH waves (0 = O mode, 1 = X mode)

element summary_h_cd_ec/harmonic
diagram dd_data_dictionary.xml_p2978.png
annotation
documentation
Harmonic number of the absorbed ECRH waves

element summary_h_cd_ec/angle_tor
diagram dd_data_dictionary.xml_p2979.png
annotation
documentation
Toroidal angle of ECRH at resonance
appinfo
<units>rad</units>

element summary_h_cd_ec/angle_pol
diagram dd_data_dictionary.xml_p2980.png
annotation
documentation
Poloidal angle of ECRH at resonance
appinfo
<units>rad</units>

element summary_h_cd_ec/power
diagram dd_data_dictionary.xml_p2981.png
annotation
documentation
Electron cyclotron heating power coupled to the plasma from this launcher
appinfo
<units>W</units>

element summary_h_cd_ec/power_launched
diagram dd_data_dictionary.xml_p2982.png
annotation
documentation
Electron cyclotron heating power launched into the vacuum vessel from this launcher
appinfo
<units>W</units>

element summary_h_cd_ec/current
diagram dd_data_dictionary.xml_p2983.png
annotation
documentation
Parallel current driven by EC waves
appinfo
<units>A</units>

element summary_h_cd_ec/energy_fast
diagram dd_data_dictionary.xml_p2984.png
annotation
documentation
Fast particle energy content driven by EC waves
appinfo
<units>J</units>

complexType summary_h_cd_ic
diagram dd_data_dictionary.xml_p2985.png
annotation
documentation
ICRH related parameters

element summary_h_cd_ic/frequency
diagram dd_data_dictionary.xml_p2986.png
annotation
documentation
ICRH frequency
appinfo
<units>Hz</units>

element summary_h_cd_ic/position
diagram dd_data_dictionary.xml_p2987.png
annotation
documentation
Position of the maximum of the ICRH power deposition, in rho_tor_norm
appinfo
<units>-</units>

element summary_h_cd_ic/n_tor
diagram dd_data_dictionary.xml_p2988.png
annotation
documentation
Main toroidal mode number of IC waves

element summary_h_cd_ic/k_perpendicular
diagram dd_data_dictionary.xml_p2989.png
annotation
documentation
Main perpendicular wave number of IC waves
appinfo
<units>m^-1</units>

element summary_h_cd_ic/e_field_plus_minus_ratio
diagram dd_data_dictionary.xml_p2990.png
annotation
documentation
Average E+/E- power ratio of IC waves
appinfo
<units>-</units>

element summary_h_cd_ic/harmonic
diagram dd_data_dictionary.xml_p2991.png
annotation
documentation
Harmonic number of the absorbed ICRH waves

element summary_h_cd_ic/phase
diagram dd_data_dictionary.xml_p2992.png
annotation
documentation
Phase between straps
appinfo
<units>rad</units>

element summary_h_cd_ic/power
diagram dd_data_dictionary.xml_p2993.png
annotation
documentation
IC heating power coupled to the plasma from this launcher
appinfo
<units>W</units>

element summary_h_cd_ic/power_launched
diagram dd_data_dictionary.xml_p2994.png
annotation
documentation
IC heating power launched into the vacuum vessel from this launcher
appinfo
<units>W</units>

element summary_h_cd_ic/current
diagram dd_data_dictionary.xml_p2995.png
annotation
documentation
Parallel current driven by IC waves
appinfo
<units>A</units>

element summary_h_cd_ic/energy_fast
diagram dd_data_dictionary.xml_p2996.png
annotation
documentation
Fast particle energy content driven by IC waves
appinfo
<units>J</units>

complexType summary_h_cd_lh
diagram dd_data_dictionary.xml_p2997.png
annotation
documentation
LHCD related parameters

element summary_h_cd_lh/frequency
diagram dd_data_dictionary.xml_p2998.png
annotation
documentation
LH wave frequency
appinfo
<units>Hz</units>

element summary_h_cd_lh/position
diagram dd_data_dictionary.xml_p2999.png
annotation
documentation
Position of the maximum of the LH power deposition, in rho_tor_norm
appinfo
<units>-</units>

element summary_h_cd_lh/n_parallel
diagram dd_data_dictionary.xml_p3000.png
annotation
documentation
Main parallel refractive index of LH waves at launch
appinfo
<units>-</units>

element summary_h_cd_lh/power
diagram dd_data_dictionary.xml_p3001.png
annotation
documentation
LH heating power coupled to the plasma from this launcher
appinfo
<units>W</units>

element summary_h_cd_lh/power_launched
diagram dd_data_dictionary.xml_p3002.png
annotation
documentation
LH heating power launched into the vacuum vessel from this launcher
appinfo
<units>W</units>

element summary_h_cd_lh/current
diagram dd_data_dictionary.xml_p3003.png
annotation
documentation
Parallel current driven by LH waves
appinfo
<units>A</units>

element summary_h_cd_lh/energy_fast
diagram dd_data_dictionary.xml_p3004.png
annotation
documentation
Fast particle energy content driven by LH waves
appinfo
<units>J</units>

complexType summary_h_cd_nbi
diagram dd_data_dictionary.xml_p3005.png
annotation
documentation
NBI unit

element summary_h_cd_nbi/species
diagram dd_data_dictionary.xml_p3006.png
annotation
documentation
Injected species

element summary_h_cd_nbi/power
diagram dd_data_dictionary.xml_p3007.png
annotation
documentation
NBI power coupled to the plasma by this unit (i.e. without shine-through and fast ion losses)
appinfo
<units>W</units>

element summary_h_cd_nbi/power_launched
diagram dd_data_dictionary.xml_p3008.png
annotation
documentation
NBI power launched into the vacuum vessel from this unit
appinfo
<units>W</units>

element summary_h_cd_nbi/current
diagram dd_data_dictionary.xml_p3009.png
annotation
documentation
Parallel current driven by this NBI unit
appinfo
<units>A</units>

element summary_h_cd_nbi/position
diagram dd_data_dictionary.xml_p3010.png
annotation
documentation
R, Z, Phi position of the NBI unit centre

element summary_h_cd_nbi/tangency_radius
diagram dd_data_dictionary.xml_p3011.png
annotation
documentation
Tangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)
appinfo
<units>m</units>

element summary_h_cd_nbi/angle
diagram dd_data_dictionary.xml_p3012.png
annotation
documentation
Angle of inclination between a beamlet at the centre of the injection unit surface and the horiontal plane
appinfo
<units>rad</units>

element summary_h_cd_nbi/direction
diagram dd_data_dictionary.xml_p3013.png
annotation
documentation
Direction of the beam seen from above the torus: -1 = clockwise; 1 = counter clockwise

element summary_h_cd_nbi/energy
diagram dd_data_dictionary.xml_p3014.png
annotation
documentation
Full energy of the injected species (acceleration of a single atom)
appinfo
<units>eV</units>

element summary_h_cd_nbi/beam_current_fraction
diagram dd_data_dictionary.xml_p3015.png
annotation
documentation
Fractions of beam current distributed among the different energies, the first index corresponds to the fast neutrals energy (1:full, 2: half, 3: one third)
appinfo
<units>-</units>

element summary_h_cd_nbi/beam_power_fraction
diagram dd_data_dictionary.xml_p3016.png
annotation
documentation
Fractions of beam power distributed among the different energies, the first index corresponds to the fast neutrals energy (1:full, 2: half, 3: one third)
appinfo
<units>-</units>

complexType summary_kicks
diagram dd_data_dictionary.xml_p3017.png
annotation
documentation
Vertical kicks

element summary_kicks/occurrence
diagram dd_data_dictionary.xml_p3018.png
annotation
documentation
Flag set to 1 if vecrtical kicks of the plasma position are used during the pulse, 0 otherwise
appinfo
<units>Hz</units>

complexType summary_limiter
diagram dd_data_dictionary.xml_p3019.png
annotation
documentation
Limiter characteristics

element summary_limiter/material
diagram dd_data_dictionary.xml_p3020.png
annotation
documentation
Limiter material
appinfo
<doc_identifier>utilities/materials_identifier.xml</doc_identifier>

complexType summary_local
diagram dd_data_dictionary.xml_p3021.png
annotation
documentation
Set of locations

element summary_local/magnetic_axis
diagram dd_data_dictionary.xml_p3022.png
annotation
documentation
Parameters at magnetic axis
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_local/separatrix
diagram dd_data_dictionary.xml_p3023.png
annotation
documentation
Parameters at separatrix
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_local/pedestal
diagram dd_data_dictionary.xml_p3024.png
annotation
documentation
Parameters at pedestal top
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_local/itb
diagram dd_data_dictionary.xml_p3025.png
annotation
documentation
Parameters at internal transport barrier
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_local/limiter
diagram dd_data_dictionary.xml_p3026.png
annotation
documentation
Parameters at the limiter
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_local/divertor_plate
diagram dd_data_dictionary.xml_p3027.png
annotation
documentation
Parameters at a divertor plate
appinfo
<catalogue_name>suffix</catalogue_name>
<coordinate1>1...N</coordinate1>

element summary_local/r_eff_norm_2_3
diagram dd_data_dictionary.xml_p3028.png
annotation
documentation
Parameters at r_eff_norm = 2/3, where r_eff_norm is the stellarator effective minor radius normalised to its value at the last closed flux surface

complexType summary_local_position
diagram dd_data_dictionary.xml_p3029.png
annotation
documentation
Radial position at which physics quantities are evaluated

element summary_local_position/rho_tor_norm
diagram dd_data_dictionary.xml_p3030.png
annotation
documentation
Normalised toroidal flux coordinate. The normalizing value for rho_tor_norm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see time_slice/boundary/b_flux_pol_norm in the equilibrium IDS)
appinfo
<type>dynamic</type>
<coordinate1>../../../../time</coordinate1>
<units>-</units>

element summary_local_position/rho_tor
diagram dd_data_dictionary.xml_p3031.png
annotation
documentation
Toroidal flux coordinate. rho_tor = sqrt(b_flux_tor/(pi*b0)) ~ sqrt(pi*r^2*b0/(pi*b0)) ~ r [m]. The toroidal field used in its definition is indicated under global_quantities/b0
appinfo
<type>dynamic</type>
<coordinate1>../../../../time</coordinate1>
<units>m</units>

element summary_local_position/psi
diagram dd_data_dictionary.xml_p3032.png
annotation
documentation
Poloidal magnetic flux
appinfo
<coordinate1>../../../../time</coordinate1>
<units>Wb</units>
<type>dynamic</type>

complexType summary_local_position_r_z
diagram dd_data_dictionary.xml_p3033.png
annotation
documentation
Radial position at which physics quantities are evaluated, including an R,Z position

element summary_local_position_r_z/rho_tor_norm
diagram dd_data_dictionary.xml_p3034.png
annotation
documentation
Normalised toroidal flux coordinate. The normalizing value for rho_tor_norm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see time_slice/boundary/b_flux_pol_norm in the equilibrium IDS)
appinfo
<type>dynamic</type>
<coordinate1>../../../../time</coordinate1>
<units>-</units>

element summary_local_position_r_z/rho_tor
diagram dd_data_dictionary.xml_p3035.png
annotation
documentation
Toroidal flux coordinate. rho_tor = sqrt(b_flux_tor/(pi*b0)) ~ sqrt(pi*r^2*b0/(pi*b0)) ~ r [m]. The toroidal field used in its definition is indicated under global_quantities/b0
appinfo
<type>dynamic</type>
<coordinate1>../../../../time</coordinate1>
<units>m</units>

element summary_local_position_r_z/psi
diagram dd_data_dictionary.xml_p3036.png
annotation
documentation
Poloidal magnetic flux
appinfo
<coordinate1>../../../../time</coordinate1>
<units>Wb</units>
<type>dynamic</type>

element summary_local_position_r_z/r
diagram dd_data_dictionary.xml_p3037.png
annotation
documentation
Major radius
appinfo
<coordinate1>../../../../time</coordinate1>
<units>m</units>
<type>dynamic</type>

element summary_local_position_r_z/z
diagram dd_data_dictionary.xml_p3038.png
annotation
documentation
Height
appinfo
<coordinate1>../../../../time</coordinate1>
<units>m</units>
<type>dynamic</type>

complexType summary_local_quantities
diagram dd_data_dictionary.xml_p3039.png
annotation
documentation
Set of local quantities

element summary_local_quantities/position
diagram dd_data_dictionary.xml_p3040.png
annotation
documentation
Radial position at which physics quantities are evaluated

element summary_local_quantities/t_e
diagram dd_data_dictionary.xml_p3041.png
annotation
documentation
Electron temperature
appinfo
<units>eV</units>

element summary_local_quantities/t_i_average
diagram dd_data_dictionary.xml_p3042.png
annotation
documentation
Ion temperature (average over ion species)
appinfo
<units>eV</units>

element summary_local_quantities/n_e
diagram dd_data_dictionary.xml_p3043.png
annotation
documentation
Electron density
appinfo
<units>m^-3</units>

element summary_local_quantities/n_i
diagram dd_data_dictionary.xml_p3044.png
annotation
documentation
Ion density per species
appinfo
<units>m^-3</units>

element summary_local_quantities/n_i_total
diagram dd_data_dictionary.xml_p3045.png
annotation
documentation
Total ion density (sum over species)
appinfo
<units>m^-3</units>

element summary_local_quantities/zeff
diagram dd_data_dictionary.xml_p3046.png
annotation
documentation
Effective charge
appinfo
<units>-</units>

element summary_local_quantities/momentum_tor
diagram dd_data_dictionary.xml_p3047.png
annotation
documentation
Total plasma toroidal momentum, summed over ion species and electrons
appinfo
<units>kg.m.s^-1</units>

element summary_local_quantities/velocity_tor
diagram dd_data_dictionary.xml_p3048.png
annotation
documentation
Ion toroidal rotation velocity, per species
appinfo
<units>m.s^-1</units>

element summary_local_quantities/q
diagram dd_data_dictionary.xml_p3049.png
annotation
documentation
Safety factor
appinfo
<units>-</units>

element summary_local_quantities/magnetic_shear
diagram dd_data_dictionary.xml_p3050.png
annotation
documentation
Magnetic shear, defined as rho_tor/q . dq/drho_tor
appinfo
<units>-</units>

complexType summary_local_quantities_no_position_name
diagram dd_data_dictionary.xml_p3051.png
annotation
documentation
Set of local quantities without radial position, for localisations outside the LCFS, with a name

element summary_local_quantities_no_position_name/name
diagram dd_data_dictionary.xml_p3052.png
annotation
documentation
Name of the limiter or divertor plate

element summary_local_quantities_no_position_name/t_e
diagram dd_data_dictionary.xml_p3053.png
annotation
documentation
Electron temperature
appinfo
<units>eV</units>

element summary_local_quantities_no_position_name/t_i_average
diagram dd_data_dictionary.xml_p3054.png
annotation
documentation
Ion temperature (average over ion species)
appinfo
<units>eV</units>

element summary_local_quantities_no_position_name/n_e
diagram dd_data_dictionary.xml_p3055.png
annotation
documentation
Electron density
appinfo
<units>m^-3</units>

element summary_local_quantities_no_position_name/n_i
diagram dd_data_dictionary.xml_p3056.png
annotation
documentation
Ion density per species
appinfo
<units>m^-3</units>

element summary_local_quantities_no_position_name/n_i_total
diagram dd_data_dictionary.xml_p3057.png
annotation
documentation
Total ion density (sum over species)
appinfo
<units>m^-3</units>

element summary_local_quantities_no_position_name/zeff
diagram dd_data_dictionary.xml_p3058.png
annotation
documentation
Effective charge
appinfo
<units>-</units>

element summary_local_quantities_no_position_name/flux_expansion
diagram dd_data_dictionary.xml_p3059.png
annotation
documentation
Flux expansion
appinfo
<units>-</units>

complexType summary_local_quantities_r_z
diagram dd_data_dictionary.xml_p3060.png
annotation
documentation
Set of local quantities, including an R,Z position

element summary_local_quantities_r_z/position
diagram dd_data_dictionary.xml_p3061.png
annotation
documentation
Radial position at which physics quantities are evaluated

element summary_local_quantities_r_z/t_e
diagram dd_data_dictionary.xml_p3062.png
annotation
documentation
Electron temperature
appinfo
<units>eV</units>

element summary_local_quantities_r_z/t_i_average
diagram dd_data_dictionary.xml_p3063.png
annotation
documentation
Ion temperature (average over ion species)
appinfo
<units>eV</units>

element summary_local_quantities_r_z/n_e
diagram dd_data_dictionary.xml_p3064.png
annotation
documentation
Electron density
appinfo
<units>m^-3</units>

element summary_local_quantities_r_z/n_i
diagram dd_data_dictionary.xml_p3065.png
annotation
documentation
Ion density per species
appinfo
<units>m^-3</units>

element summary_local_quantities_r_z/n_i_total
diagram dd_data_dictionary.xml_p3066.png
annotation
documentation
Total ion density (sum over species)
appinfo
<units>m^-3</units>

element summary_local_quantities_r_z/zeff
diagram dd_data_dictionary.xml_p3067.png
annotation
documentation
Effective charge
appinfo
<units>-</units>

element summary_local_quantities_r_z/momentum_tor
diagram dd_data_dictionary.xml_p3068.png
annotation
documentation
Total plasma toroidal momentum, summed over ion species and electrons
appinfo
<units>kg.m.s^-1</units>

element summary_local_quantities_r_z/velocity_tor
diagram dd_data_dictionary.xml_p3069.png
annotation
documentation
Ion toroidal rotation velocity, per species
appinfo
<units>m.s^-1</units>

element summary_local_quantities_r_z/q
diagram dd_data_dictionary.xml_p3070.png
annotation
documentation
Safety factor
appinfo
<units>-</units>

element summary_local_quantities_r_z/magnetic_shear
diagram dd_data_dictionary.xml_p3071.png
annotation
documentation
Magnetic shear, defined as rho_tor/q . dq/drho_tor
appinfo
<units>-</units>

element summary_local_quantities_r_z/b_field
diagram dd_data_dictionary.xml_p3072.png
annotation
documentation
Magnetic field
appinfo
<units>T</units>

complexType summary_local_quantities_stellerator
diagram dd_data_dictionary.xml_p3073.png
annotation
documentation
Set of local quantities for stellerators

element summary_local_quantities_stellerator/effective_helical_ripple
diagram dd_data_dictionary.xml_p3074.png
annotation
documentation
Effective helical ripple for 1/nu neoclassical regime (see [Beidler, C. D., and W. N. G. Hitchon, 1994, Plasma Phys. Control. Fusion 35, 317])
appinfo
<units>-</units>

element summary_local_quantities_stellerator/plateau_factor
diagram dd_data_dictionary.xml_p3075.png
annotation
documentation
Plateau factor, as defined in equation (25) of reference [Stroth U. et al 1998 Plasma Phys. Control. Fusion 40 1551]
appinfo
<units>-</units>

element summary_local_quantities_stellerator/iota
diagram dd_data_dictionary.xml_p3076.png
annotation
documentation
Rotational transform (1/q)
appinfo
<units>-</units>

complexType summary_neutron
diagram dd_data_dictionary.xml_p3077.png
annotation
documentation
Description of neutron fluxes

element summary_neutron/total
diagram dd_data_dictionary.xml_p3078.png
annotation
documentation
Total neutron flux from all reactions
appinfo
<units>Hz</units>

element summary_neutron/thermal
diagram dd_data_dictionary.xml_p3079.png
annotation
documentation
Neutron flux from all plasma thermal reactions
appinfo
<units>Hz</units>

element summary_neutron/dd
diagram dd_data_dictionary.xml_p3080.png
annotation
documentation
Neutron fluxes from DD reactions
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_neutron/dt
diagram dd_data_dictionary.xml_p3081.png
annotation
documentation
Neutron fluxes from DT reactions
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_neutron/tt
diagram dd_data_dictionary.xml_p3082.png
annotation
documentation
Neutron fluxes from TT reactions
appinfo
<catalogue_name>suffix</catalogue_name>

complexType summary_neutron_reaction
diagram dd_data_dictionary.xml_p3083.png
annotation
documentation
Neutron fluxes per reaction

element summary_neutron_reaction/total
diagram dd_data_dictionary.xml_p3084.png
annotation
documentation
Total neutron flux coming from this reaction
appinfo
<units>Hz</units>

element summary_neutron_reaction/thermal
diagram dd_data_dictionary.xml_p3085.png
annotation
documentation
Neutron flux coming from thermal plasma
appinfo
<units>Hz</units>

element summary_neutron_reaction/beam_thermal
diagram dd_data_dictionary.xml_p3086.png
annotation
documentation
Neutron flux coming from NBI beam - plasma reactions
appinfo
<units>Hz</units>

element summary_neutron_reaction/beam_beam
diagram dd_data_dictionary.xml_p3087.png
annotation
documentation
Neutron flux coming from NBI beam self reactions
appinfo
<units>Hz</units>

complexType summary_pedestal_fit
diagram dd_data_dictionary.xml_p3088.png
annotation
documentation
Quantities related to generic fit of pedestal profiles

element summary_pedestal_fit/n_e
diagram dd_data_dictionary.xml_p3089.png
annotation
documentation
Electron density related quantities
appinfo
<units>m^-3</units>

element summary_pedestal_fit/t_e
diagram dd_data_dictionary.xml_p3090.png
annotation
documentation
Electron temperature related quantities
appinfo
<units>eV</units>

element summary_pedestal_fit/pressure_electron
diagram dd_data_dictionary.xml_p3091.png
annotation
documentation
Electron pressure related quantities
appinfo
<units>Pa</units>

element summary_pedestal_fit/energy_thermal_pedestal_electron
diagram dd_data_dictionary.xml_p3092.png
annotation
documentation
Pedestal stored thermal energy for electrons
appinfo
<units>J</units>

element summary_pedestal_fit/energy_thermal_pedestal_ion
diagram dd_data_dictionary.xml_p3093.png
annotation
documentation
Pedestal stored thermal energy for ions
appinfo
<units>J</units>

element summary_pedestal_fit/volume_inside_pedestal
diagram dd_data_dictionary.xml_p3094.png
annotation
documentation
Plasma volume enclosed between the magnetic axis and the top of the pedestal
appinfo
<units>m^-3</units>

element summary_pedestal_fit/alpha_electron_pedestal_max
diagram dd_data_dictionary.xml_p3095.png
annotation
documentation
Maximum value in the pedestal of the alpha parameter for electron pressure (see [Miller PoP 5 (1998),973,Eq. 42])
appinfo
<units>-</units>

element summary_pedestal_fit/alpha_electron_pedestal_max_position
diagram dd_data_dictionary.xml_p3096.png
annotation
documentation
Position in normalised poloidal flux of the maximum value in the pedestal of the alpha parameter for electron pressure (see [Miller PoP 5 (1998),973,Eq. 42])
appinfo
<units>-</units>

element summary_pedestal_fit/beta_pol_pedestal_top_electron_average
diagram dd_data_dictionary.xml_p3097.png
annotation
documentation
Poloidal beta at pressure pedestal top for electrons using the flux surface average magnetic poloidal field
appinfo
<units>-</units>

element summary_pedestal_fit/beta_pol_pedestal_top_electron_lfs
diagram dd_data_dictionary.xml_p3098.png
annotation
documentation
Poloidal beta at pedestal top for electrons using the low field side magnetic poloidal field
appinfo
<units>-</units>

element summary_pedestal_fit/beta_pol_pedestal_top_electron_hfs
diagram dd_data_dictionary.xml_p3099.png
annotation
documentation
Poloidal beta at pressure pedestal top for electrons using the high field side magnetic poloidal field
appinfo
<units>-</units>

element summary_pedestal_fit/nustar_pedestal_top_electron
diagram dd_data_dictionary.xml_p3100.png
annotation
documentation
Normalised collisionality at pressure pedestal top for electrons
appinfo
<units>-</units>

element summary_pedestal_fit/rhostar_pedestal_top_electron_lfs
diagram dd_data_dictionary.xml_p3101.png
annotation
documentation
Normalised Larmor radius at pressure pedestal top for electrons using the low field side magnetic field (important for spherical tokamaks)
appinfo
<units>-</units>

element summary_pedestal_fit/rhostar_pedestal_top_electron_hfs
diagram dd_data_dictionary.xml_p3102.png
annotation
documentation
Normalised Larmor radius at pressure pedestal top for electrons using the high field side magnetic field (important for spherical tokamaks)
appinfo
<units>-</units>

element summary_pedestal_fit/rhostar_pedestal_top_electron_magnetic_axis
diagram dd_data_dictionary.xml_p3103.png
annotation
documentation
Normalised Larmor radius at pressure pedestal top for electrons using the magnetic field on the magnetic axis (definition used in most tokamak litterature)
appinfo
<units>-</units>

element summary_pedestal_fit/b_field_pol_pedestal_top_average
diagram dd_data_dictionary.xml_p3104.png
annotation
documentation
Poloidal field calculated at the position of the pressure pedestal top (as determined by the fit) and averaged over the flux surface
appinfo
<units>T</units>

element summary_pedestal_fit/b_field_pol_pedestal_top_hfs
diagram dd_data_dictionary.xml_p3105.png
annotation
documentation
Poloidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the high field side
appinfo
<units>T</units>

element summary_pedestal_fit/b_field_pol_pedestal_top_lfs
diagram dd_data_dictionary.xml_p3106.png
annotation
documentation
Poloidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the low field side
appinfo
<units>T</units>

element summary_pedestal_fit/b_field_pedestal_top_hfs
diagram dd_data_dictionary.xml_p3107.png
annotation
documentation
Total magnetic field calculated at the position of the pressure pedestal top (as determined by the fit) on the high field side
appinfo
<units>T</units>

element summary_pedestal_fit/b_field_pedestal_top_lfs
diagram dd_data_dictionary.xml_p3108.png
annotation
documentation
Total magnetic field calculated at the position of the pressure pedestal top (as determined by the fit) on the low field side
appinfo
<units>T</units>

element summary_pedestal_fit/b_field_tor_pedestal_top_hfs
diagram dd_data_dictionary.xml_p3109.png
annotation
documentation
Toroidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the high field side
appinfo
<units>T</units>

element summary_pedestal_fit/b_field_tor_pedestal_top_lfs
diagram dd_data_dictionary.xml_p3110.png
annotation
documentation
Toroidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the low field side
appinfo
<units>T</units>

element summary_pedestal_fit/coulomb_factor_pedestal_top
diagram dd_data_dictionary.xml_p3111.png
annotation
documentation
Coulomb factor log(lambda) at the position of the pressure pedestal top (as determined by the fit)
appinfo
<units>-</units>

element summary_pedestal_fit/stability
diagram dd_data_dictionary.xml_p3112.png
annotation
documentation
MHD stability analysis of the pedestal (for this fit of the profiles)

element summary_pedestal_fit/parameters
diagram dd_data_dictionary.xml_p3113.png
annotation
documentation
Parameters of the fit
appinfo
<type>constant</type>
<units>mixed</units>
<coordinate1>1...5</coordinate1>

complexType summary_pedestal_fit_linear
diagram dd_data_dictionary.xml_p3114.png
annotation
documentation
Quantities related to linear fit of pedestal profiles

element summary_pedestal_fit_linear/n_e
diagram dd_data_dictionary.xml_p3115.png
annotation
documentation
Electron density related quantities
appinfo
<units>m^-3</units>

element summary_pedestal_fit_linear/t_e
diagram dd_data_dictionary.xml_p3116.png
annotation
documentation
Electron temperature related quantities
appinfo
<units>eV</units>

element summary_pedestal_fit_linear/pressure_electron
diagram dd_data_dictionary.xml_p3117.png
annotation
documentation
Electron pressure related quantities
appinfo
<units>Pa</units>

element summary_pedestal_fit_linear/energy_thermal_pedestal_electron
diagram dd_data_dictionary.xml_p3118.png
annotation
documentation
Pedestal stored thermal energy for electrons
appinfo
<units>J</units>

element summary_pedestal_fit_linear/energy_thermal_pedestal_ion
diagram dd_data_dictionary.xml_p3119.png
annotation
documentation
Pedestal stored thermal energy for ions
appinfo
<units>J</units>

element summary_pedestal_fit_linear/volume_inside_pedestal
diagram dd_data_dictionary.xml_p3120.png
annotation
documentation
Plasma volume enclosed between the magnetic axis and the top of the pedestal
appinfo
<units>m^-3</units>

element summary_pedestal_fit_linear/beta_pol_pedestal_top_electron_average
diagram dd_data_dictionary.xml_p3121.png
annotation
documentation
Poloidal beta at pressure pedestal top for electrons using the flux surface average magnetic poloidal field
appinfo
<units>-</units>

element summary_pedestal_fit_linear/beta_pol_pedestal_top_electron_lfs
diagram dd_data_dictionary.xml_p3122.png
annotation
documentation
Poloidal beta at pressure pedestal top for electrons using the low field side magnetic poloidal field
appinfo
<units>-</units>

element summary_pedestal_fit_linear/beta_pol_pedestal_top_electron_hfs
diagram dd_data_dictionary.xml_p3123.png
annotation
documentation
Poloidal beta at pressure pedestal top for electrons using the high field side magnetic poloidal field
appinfo
<units>-</units>

element summary_pedestal_fit_linear/nustar_pedestal_top_electron
diagram dd_data_dictionary.xml_p3124.png
annotation
documentation
Normalised collisionality at pressure pedestal top for electrons
appinfo
<units>-</units>

element summary_pedestal_fit_linear/rhostar_pedestal_top_electron_lfs
diagram dd_data_dictionary.xml_p3125.png
annotation
documentation
Normalised Larmor radius at pressure pedestal top for electrons using the low field side magnetic field (important for spherical tokamaks)
appinfo
<units>-</units>

element summary_pedestal_fit_linear/rhostar_pedestal_top_electron_hfs
diagram dd_data_dictionary.xml_p3126.png
annotation
documentation
Normalised Larmor radius at pressure pedestal top for electrons using the high field side magnetic field (important for spherical tokamaks)
appinfo
<units>-</units>

element summary_pedestal_fit_linear/rhostar_pedestal_top_electron_magnetic_axis
diagram dd_data_dictionary.xml_p3127.png
annotation
documentation
Normalised Larmor radius at pressure pedestal top for electrons using the magnetic field on the magnetic axis (definition used in most tokamak litterature)
appinfo
<units>-</units>

element summary_pedestal_fit_linear/b_field_pol_pedestal_top_average
diagram dd_data_dictionary.xml_p3128.png
annotation
documentation
Poloidal field calculated at the position of the pressure pedestal top (as determined by the fit) and averaged over the flux surface
appinfo
<units>T</units>

element summary_pedestal_fit_linear/b_field_pol_pedestal_top_hfs
diagram dd_data_dictionary.xml_p3129.png
annotation
documentation
Poloidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the high field side
appinfo
<units>T</units>

element summary_pedestal_fit_linear/b_field_pol_pedestal_top_lfs
diagram dd_data_dictionary.xml_p3130.png
annotation
documentation
Poloidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the low field side
appinfo
<units>T</units>

element summary_pedestal_fit_linear/b_field_pedestal_top_hfs
diagram dd_data_dictionary.xml_p3131.png
annotation
documentation
Total magnetic field calculated at the position of the pressure pedestal top (as determined by the fit) on the high field side
appinfo
<units>T</units>

element summary_pedestal_fit_linear/b_field_pedestal_top_lfs
diagram dd_data_dictionary.xml_p3132.png
annotation
documentation
Total magnetic field calculated at the position of the pressure pedestal top (as determined by the fit) on the low field side
appinfo
<units>T</units>

element summary_pedestal_fit_linear/b_field_tor_pedestal_top_hfs
diagram dd_data_dictionary.xml_p3133.png
annotation
documentation
Toroidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the high field side
appinfo
<units>T</units>

element summary_pedestal_fit_linear/b_field_tor_pedestal_top_lfs
diagram dd_data_dictionary.xml_p3134.png
annotation
documentation
Toroidal field calculated at the position of the pressure pedestal top (as determined by the fit) on the low field side
appinfo
<units>T</units>

element summary_pedestal_fit_linear/coulomb_factor_pedestal_top
diagram dd_data_dictionary.xml_p3135.png
annotation
documentation
Coulomb factor log(lambda) at the position of the pressure pedestal top (as determined by the fit)
appinfo
<units>-</units>

element summary_pedestal_fit_linear/parameters
diagram dd_data_dictionary.xml_p3136.png
annotation
documentation
Parameters of the fit
appinfo
<type>constant</type>
<units>mixed</units>
<coordinate1>1...5</coordinate1>

complexType summary_pedestal_fit_linear_ne
diagram dd_data_dictionary.xml_p3137.png
annotation
documentation
Quantities related to linear fit of pedestal profiles for a given physical quantity (density or pressure)

element summary_pedestal_fit_linear_ne/separatrix
diagram dd_data_dictionary.xml_p3138.png
annotation
documentation
Value at separatrix

element summary_pedestal_fit_linear_ne/pedestal_height
diagram dd_data_dictionary.xml_p3139.png
annotation
documentation
Pedestal height

element summary_pedestal_fit_linear_ne/pedestal_width
diagram dd_data_dictionary.xml_p3140.png
annotation
documentation
Pedestal full width in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_linear_ne/pedestal_position
diagram dd_data_dictionary.xml_p3141.png
annotation
documentation
Pedestal position in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_linear_ne/offset
diagram dd_data_dictionary.xml_p3142.png
annotation
documentation
Offset of the parent quantity in the SOL

element summary_pedestal_fit_linear_ne/d_dpsi_norm
diagram dd_data_dictionary.xml_p3143.png
annotation
documentation
Core slope of the parent quantity

element summary_pedestal_fit_linear_ne/d_dpsi_norm_max
diagram dd_data_dictionary.xml_p3144.png
annotation
documentation
Maximum gradient of the parent quantity (with respect to the normalised poloidal flux) in the pedestal

complexType summary_pedestal_fit_linear_te
diagram dd_data_dictionary.xml_p3145.png
annotation
documentation
Quantities related to linear fit of pedestal profiles for a given physical quantity (temperature)

element summary_pedestal_fit_linear_te/pedestal_height
diagram dd_data_dictionary.xml_p3146.png
annotation
documentation
Pedestal height

element summary_pedestal_fit_linear_te/pedestal_width
diagram dd_data_dictionary.xml_p3147.png
annotation
documentation
Pedestal full width in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_linear_te/pedestal_position
diagram dd_data_dictionary.xml_p3148.png
annotation
documentation
Pedestal position in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_linear_te/offset
diagram dd_data_dictionary.xml_p3149.png
annotation
documentation
Offset of the parent quantity in the SOL

element summary_pedestal_fit_linear_te/d_dpsi_norm
diagram dd_data_dictionary.xml_p3150.png
annotation
documentation
Core slope of the parent quantity

element summary_pedestal_fit_linear_te/d_dpsi_norm_max
diagram dd_data_dictionary.xml_p3151.png
annotation
documentation
Maximum gradient of the parent quantity (with respect to the normalised poloidal flux) in the pedestal

complexType summary_pedestal_fit_ne
diagram dd_data_dictionary.xml_p3152.png
annotation
documentation
Quantities related to a generic fit of pedestal profiles for a given physical quantity (density or pressure)

element summary_pedestal_fit_ne/separatrix
diagram dd_data_dictionary.xml_p3153.png
annotation
documentation
Value at separatrix

element summary_pedestal_fit_ne/pedestal_height
diagram dd_data_dictionary.xml_p3154.png
annotation
documentation
Pedestal height

element summary_pedestal_fit_ne/pedestal_width
diagram dd_data_dictionary.xml_p3155.png
annotation
documentation
Pedestal full width in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_ne/pedestal_position
diagram dd_data_dictionary.xml_p3156.png
annotation
documentation
Pedestal position in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_ne/offset
diagram dd_data_dictionary.xml_p3157.png
annotation
documentation
Offset of the parent quantity in the SOL

element summary_pedestal_fit_ne/d_dpsi_norm
diagram dd_data_dictionary.xml_p3158.png
annotation
documentation
Core slope of the parent quantity

element summary_pedestal_fit_ne/d_dpsi_norm_max
diagram dd_data_dictionary.xml_p3159.png
annotation
documentation
Maximum gradient of the parent quantity (with respect to the normalised poloidal flux) in the pedestal

element summary_pedestal_fit_ne/d_dpsi_norm_max_position
diagram dd_data_dictionary.xml_p3160.png
annotation
documentation
Position (in terms of normalised poloidal flux) of the maximum gradient of the parent quantity in the pedestal
appinfo
<units>-</units>

complexType summary_pedestal_fit_stability
diagram dd_data_dictionary.xml_p3161.png
annotation
documentation
MHD stability analysis of the pedestal (for a given fit of the profiles)

element summary_pedestal_fit_stability/alpha_experimental
diagram dd_data_dictionary.xml_p3162.png
annotation
documentation
Experimental normalized pressure gradient reconstructed by an MHD stability code (with assumptions on the ion pressure). See definition in [Miller PoP 5 (1998),973,Eq. 42]
appinfo
<units>-</units>

element summary_pedestal_fit_stability/bootstrap_current_sauter
diagram dd_data_dictionary.xml_p3163.png
annotation
documentation
MHD calculations of the critical alpha parameter using the Sauter formula for the calculation of the bootstrap current, from Phys. Plasmas 6 (1999) 2834

element summary_pedestal_fit_stability/bootstrap_current_hager
diagram dd_data_dictionary.xml_p3164.png
annotation
documentation
MHD calculations of the critical alpha parameter using the Hager formula for the calculation of the bootstrap current, from Phys. Plasmas 23 (2016) 042503

complexType summary_pedestal_fit_stability_method
diagram dd_data_dictionary.xml_p3165.png
annotation
documentation
MHD stability analysis of the pedestal (for a given method for calculating the bootstrap current)

element summary_pedestal_fit_stability_method/alpha_critical
diagram dd_data_dictionary.xml_p3166.png
annotation
documentation
Critical normalized pressure gradient determined with self-consistent runs with an MHD stability code. Details of the method for scanning parameters in the series of runs must be described in the 'source' node
appinfo
<units>-</units>

element summary_pedestal_fit_stability_method/alpha_ratio
diagram dd_data_dictionary.xml_p3167.png
annotation
documentation
Ratio of alpha_critical over alpha_experimental
appinfo
<units>-</units>

element summary_pedestal_fit_stability_method/t_e_pedestal_top_critical
diagram dd_data_dictionary.xml_p3168.png
annotation
documentation
Critical electron temperature at pedestal top determined with self-consistent runs with an MHD stability code. Details of the method for scanning parameters in the series of runs must be described in the 'source' node
appinfo
<units>eV</units>

complexType summary_pedestal_fit_te
diagram dd_data_dictionary.xml_p3169.png
annotation
documentation
Quantities related to a generic fit of pedestal profiles for a given physical quantity (temperature)

element summary_pedestal_fit_te/pedestal_height
diagram dd_data_dictionary.xml_p3170.png
annotation
documentation
Pedestal height

element summary_pedestal_fit_te/pedestal_width
diagram dd_data_dictionary.xml_p3171.png
annotation
documentation
Pedestal full width in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_te/pedestal_position
diagram dd_data_dictionary.xml_p3172.png
annotation
documentation
Pedestal position in normalised poloidal flux
appinfo
<units>-</units>

element summary_pedestal_fit_te/offset
diagram dd_data_dictionary.xml_p3173.png
annotation
documentation
Offset of the parent quantity in the SOL

element summary_pedestal_fit_te/d_dpsi_norm
diagram dd_data_dictionary.xml_p3174.png
annotation
documentation
Core slope of the parent quantity

element summary_pedestal_fit_te/d_dpsi_norm_max
diagram dd_data_dictionary.xml_p3175.png
annotation
documentation
Maximum gradient of the parent quantity (with respect to the normalised poloidal flux) in the pedestal

element summary_pedestal_fit_te/d_dpsi_norm_max_position
diagram dd_data_dictionary.xml_p3176.png
annotation
documentation
Position (in terms of normalised poloidal flux) of the maximum gradient of the parent quantity in the pedestal
appinfo
<units>-</units>

complexType summary_pedestal_fits
diagram dd_data_dictionary.xml_p3177.png
annotation
documentation
Quantities derived from specific fits of pedestal profiles, typically used in the Pedestal Database

element summary_pedestal_fits/mtanh
diagram dd_data_dictionary.xml_p3178.png
annotation
documentation
Quantities related to "mtanh" fit
appinfo
<catalogue_name>suffix</catalogue_name>

element summary_pedestal_fits/linear
diagram dd_data_dictionary.xml_p3179.png
annotation
documentation
Quantities related to linear fit
appinfo
<catalogue_name>suffix</catalogue_name>

complexType summary_pellets
diagram dd_data_dictionary.xml_p3180.png
annotation
documentation
Pellet related quantities

element summary_pellets/occurrence
diagram dd_data_dictionary.xml_p3181.png
annotation
documentation
Flag set to 1 if there is any pellet injected during the pulse, 0 otherwise
appinfo
<units>Hz</units>

complexType summary_plasma_composition_species
diagram dd_data_dictionary.xml_p3182.png
annotation
documentation
Description of simple species (elements) without declaration of their ionisation state

element summary_plasma_composition_species/a
diagram dd_data_dictionary.xml_p3183.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>

element summary_plasma_composition_species/z_n
diagram dd_data_dictionary.xml_p3184.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>

element summary_plasma_composition_species/label
diagram dd_data_dictionary.xml_p3185.png
annotation
documentation
String identifying the species (e.g. H, D, T, ...)

complexType summary_rmp
diagram dd_data_dictionary.xml_p3186.png
annotation
documentation
Resonant magnetic perturbations related quantities

element summary_rmp/occurrence
diagram dd_data_dictionary.xml_p3187.png
annotation
documentation
Flag set to 1 if resonant magnetic perturbations are used during the pulse, 0 otherwise
appinfo
<units>Hz</units>

complexType summary_runaways
diagram dd_data_dictionary.xml_p3188.png
annotation
documentation
Runaway electrons

element summary_runaways/particles
diagram dd_data_dictionary.xml_p3189.png
annotation
documentation
Number of runaway electrons
appinfo
<units>-</units>

element summary_runaways/current
diagram dd_data_dictionary.xml_p3190.png
annotation
documentation
Parallel current driven by the runaway electrons
appinfo
<units>A</units>

complexType summary_rzphi0d_static
diagram dd_data_dictionary.xml_p3191.png
annotation
documentation
Structure for R, Z, Phi positions (0D, static) + source information

element summary_rzphi0d_static/r
diagram dd_data_dictionary.xml_p3192.png
annotation
documentation
Major radius
appinfo
<units>m</units>

element summary_rzphi0d_static/z
diagram dd_data_dictionary.xml_p3193.png
annotation
documentation
Height
appinfo
<units>m</units>

element summary_rzphi0d_static/phi
diagram dd_data_dictionary.xml_p3194.png
annotation
documentation
Toroidal angle
appinfo
<units>rad</units>

complexType summary_sol
diagram dd_data_dictionary.xml_p3195.png
annotation
documentation
Scrape-Off-Layer characteristics

element summary_sol/t_e_decay_length
diagram dd_data_dictionary.xml_p3196.png
annotation
documentation
Electron temperature radial decay length inv(grad Te/Te)
appinfo
<units>m</units>

element summary_sol/t_i_average_decay_length
diagram dd_data_dictionary.xml_p3197.png
annotation
documentation
Ion temperature (average over ion species) radial decay length inv(grad Ti/Ti)
appinfo
<units>m</units>

element summary_sol/n_e_decay_length
diagram dd_data_dictionary.xml_p3198.png
annotation
documentation
Electron density radial decay length inv(grad ne/ne)
appinfo
<units>m</units>

element summary_sol/n_i_total_decay_length
diagram dd_data_dictionary.xml_p3199.png
annotation
documentation
Ion density radial decay length inv(grad ni/ni)
appinfo
<units>m</units>

element summary_sol/heat_flux_e_decay_length
diagram dd_data_dictionary.xml_p3200.png
annotation
documentation
Electron heat flux radial decay length inv(grad qe/qe)
appinfo
<units>m</units>

element summary_sol/heat_flux_i_decay_length
diagram dd_data_dictionary.xml_p3201.png
annotation
documentation
Ion heat flux radial decay length inv(grad qi/qi)
appinfo
<units>m</units>

element summary_sol/power_radiated
diagram dd_data_dictionary.xml_p3202.png
annotation
documentation
Power radiated from the SOL
appinfo
<units>W</units>

element summary_sol/pressure_neutral
diagram dd_data_dictionary.xml_p3203.png
annotation
documentation
Neutral pressure in the SOL
appinfo
<units>Pa</units>

complexType summary_species
diagram dd_data_dictionary.xml_p3204.png
annotation
documentation
List of ion species used in summary

element summary_species/hydrogen
diagram dd_data_dictionary.xml_p3205.png
annotation
documentation
Hydrogen

element summary_species/deuterium
diagram dd_data_dictionary.xml_p3206.png
annotation
documentation
Deuterium

element summary_species/tritium
diagram dd_data_dictionary.xml_p3207.png
annotation
documentation
Tritium

element summary_species/helium_3
diagram dd_data_dictionary.xml_p3208.png
annotation
documentation
Helium isotope with 3 nucleons

element summary_species/helium_4
diagram dd_data_dictionary.xml_p3209.png
annotation
documentation
Helium isotope with 4 nucleons

element summary_species/beryllium
diagram dd_data_dictionary.xml_p3210.png
annotation
documentation
Beryllium

element summary_species/lithium
diagram dd_data_dictionary.xml_p3211.png
annotation
documentation
Lithium

element summary_species/carbon
diagram dd_data_dictionary.xml_p3212.png
annotation
documentation
Carbon

element summary_species/nitrogen
diagram dd_data_dictionary.xml_p3213.png
annotation
documentation
Nitrogen

element summary_species/neon
diagram dd_data_dictionary.xml_p3214.png
annotation
documentation
Neon

element summary_species/argon
diagram dd_data_dictionary.xml_p3215.png
annotation
documentation
Argon

element summary_species/xenon
diagram dd_data_dictionary.xml_p3216.png
annotation
documentation
Xenon

element summary_species/oxygen
diagram dd_data_dictionary.xml_p3217.png
annotation
documentation
Oxygen

element summary_species/tungsten
diagram dd_data_dictionary.xml_p3218.png
annotation
documentation
Tungsten

complexType summary_static_flt_0d
diagram dd_data_dictionary.xml_p3219.png
annotation
documentation
Summary static FLT_0D + source information

element summary_static_flt_0d/value
diagram dd_data_dictionary.xml_p3220.png
annotation
documentation
Value
appinfo
<type>static</type>
<units>as_parent</units>

element summary_static_flt_0d/source
diagram dd_data_dictionary.xml_p3221.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_static_int_0d
diagram dd_data_dictionary.xml_p3222.png
annotation
documentation
Summary static INT_0D + source information

element summary_static_int_0d/value
diagram dd_data_dictionary.xml_p3223.png
annotation
documentation
Value
appinfo
<type>static</type>

element summary_static_int_0d/source
diagram dd_data_dictionary.xml_p3224.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_static_str_0d
diagram dd_data_dictionary.xml_p3225.png
annotation
documentation
Summary static STR_0D + source information

element summary_static_str_0d/value
diagram dd_data_dictionary.xml_p3226.png
annotation
documentation
Value
appinfo
<type>static</type>

element summary_static_str_0d/source
diagram dd_data_dictionary.xml_p3227.png
annotation
documentation
Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)
appinfo
<type>constant</type>

complexType summary_wall
diagram dd_data_dictionary.xml_p3228.png
annotation
documentation
Wall characteristics

element summary_wall/material
diagram dd_data_dictionary.xml_p3229.png
annotation
documentation
Wall material
appinfo
<doc_identifier>utilities/materials_identifier.xml</doc_identifier>

element summary_wall/evaporation
diagram dd_data_dictionary.xml_p3230.png
annotation
documentation
Chemical formula of the evaporated material or gas used to cover the vaccum vessel wall. NONE for no evaporation.

element temporary
diagram dd_data_dictionary.xml_p3231.png
annotation
documentation
Storage of undeclared data model components
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.0.4</lifecycle_last_change>

element temporary/constant_float0d
diagram dd_data_dictionary.xml_p3232.png
annotation
documentation
Constant 0D float
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element temporary/constant_integer0d
diagram dd_data_dictionary.xml_p3233.png
annotation
documentation
Constant 0D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_string0d
diagram dd_data_dictionary.xml_p3234.png
annotation
documentation
Constant 0D string
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_integer1d
diagram dd_data_dictionary.xml_p3235.png
annotation
documentation
Constant 1D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_string1d
diagram dd_data_dictionary.xml_p3236.png
annotation
documentation
Constant 1D string
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_float1d
diagram dd_data_dictionary.xml_p3237.png
annotation
documentation
Constant 1D float
appinfo
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element temporary/dynamic_float1d
diagram dd_data_dictionary.xml_p3238.png
annotation
documentation
Dynamic 1D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_integer1d
diagram dd_data_dictionary.xml_p3239.png
annotation
documentation
Dynamic 1D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_float2d
diagram dd_data_dictionary.xml_p3240.png
annotation
documentation
Constant 2D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_integer2d
diagram dd_data_dictionary.xml_p3241.png
annotation
documentation
Constant 2D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_float2d
diagram dd_data_dictionary.xml_p3242.png
annotation
documentation
Dynamic 2D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_integer2d
diagram dd_data_dictionary.xml_p3243.png
annotation
documentation
Dynamic 2D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_float3d
diagram dd_data_dictionary.xml_p3244.png
annotation
documentation
Constant 3D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_integer3d
diagram dd_data_dictionary.xml_p3245.png
annotation
documentation
Constant 3D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_float3d
diagram dd_data_dictionary.xml_p3246.png
annotation
documentation
Dynamic 3D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_integer3d
diagram dd_data_dictionary.xml_p3247.png
annotation
documentation
Dynamic 3D integer
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_float4d
diagram dd_data_dictionary.xml_p3248.png
annotation
documentation
Constant 4D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_float4d
diagram dd_data_dictionary.xml_p3249.png
annotation
documentation
Dynamic 4D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_float5d
diagram dd_data_dictionary.xml_p3250.png
annotation
documentation
Constant 5D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_float5d
diagram dd_data_dictionary.xml_p3251.png
annotation
documentation
Dynamic 5D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/constant_float6d
diagram dd_data_dictionary.xml_p3252.png
annotation
documentation
Constant 6D float
appinfo
<coordinate1>1...N</coordinate1>

element temporary/dynamic_float6d
diagram dd_data_dictionary.xml_p3253.png
annotation
documentation
Dynamic 6D float
appinfo
<coordinate1>1...N</coordinate1>

complexType temporary_constant_quantities_float_0d
diagram dd_data_dictionary.xml_p3254.png
annotation
documentation
Temporary constant Float_0D

element temporary_constant_quantities_float_0d/value
diagram dd_data_dictionary.xml_p3255.png
annotation
documentation
Value
appinfo
<type>constant</type>
<units>-</units>

element temporary_constant_quantities_float_0d/identifier
diagram dd_data_dictionary.xml_p3256.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_float_1d
diagram dd_data_dictionary.xml_p3257.png
annotation
documentation
Temporary constant Float_1D

element temporary_constant_quantities_float_1d/value
diagram dd_data_dictionary.xml_p3258.png
annotation
documentation
Value
appinfo
<type>constant</type>
<units>-</units>
<coordinate1>1...N</coordinate1>

element temporary_constant_quantities_float_1d/identifier
diagram dd_data_dictionary.xml_p3259.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_float_2d
diagram dd_data_dictionary.xml_p3260.png
annotation
documentation
Temporary constant Float_2D

element temporary_constant_quantities_float_2d/value
diagram dd_data_dictionary.xml_p3261.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<units>mixed</units>

element temporary_constant_quantities_float_2d/identifier
diagram dd_data_dictionary.xml_p3262.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_float_3d
diagram dd_data_dictionary.xml_p3263.png
annotation
documentation
Temporary constant Float_3D

element temporary_constant_quantities_float_3d/value
diagram dd_data_dictionary.xml_p3264.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<units>mixed</units>

element temporary_constant_quantities_float_3d/identifier
diagram dd_data_dictionary.xml_p3265.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_float_4d
diagram dd_data_dictionary.xml_p3266.png
annotation
documentation
Temporary constant Float_4D

element temporary_constant_quantities_float_4d/value
diagram dd_data_dictionary.xml_p3267.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>1...N</coordinate4>
<units>mixed</units>

element temporary_constant_quantities_float_4d/identifier
diagram dd_data_dictionary.xml_p3268.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_float_5d
diagram dd_data_dictionary.xml_p3269.png
annotation
documentation
Temporary constant Float_5D

element temporary_constant_quantities_float_5d/value
diagram dd_data_dictionary.xml_p3270.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>1...N</coordinate4>
<coordinate5>1...N</coordinate5>
<units>mixed</units>

element temporary_constant_quantities_float_5d/identifier
diagram dd_data_dictionary.xml_p3271.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_float_6d
diagram dd_data_dictionary.xml_p3272.png
annotation
documentation
Temporary constant Float_6D

element temporary_constant_quantities_float_6d/value
diagram dd_data_dictionary.xml_p3273.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>1...N</coordinate4>
<coordinate5>1...N</coordinate5>
<coordinate6>1...N</coordinate6>
<units>mixed</units>

element temporary_constant_quantities_float_6d/identifier
diagram dd_data_dictionary.xml_p3274.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_int_0d
diagram dd_data_dictionary.xml_p3275.png
annotation
documentation
Temporary constant INT_0D

element temporary_constant_quantities_int_0d/value
diagram dd_data_dictionary.xml_p3276.png
annotation
documentation
Value
appinfo
<type>constant</type>

element temporary_constant_quantities_int_0d/identifier
diagram dd_data_dictionary.xml_p3277.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_int_1d
diagram dd_data_dictionary.xml_p3278.png
annotation
documentation
Temporary constant INT_1D

element temporary_constant_quantities_int_1d/value
diagram dd_data_dictionary.xml_p3279.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element temporary_constant_quantities_int_1d/identifier
diagram dd_data_dictionary.xml_p3280.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_int_2d
diagram dd_data_dictionary.xml_p3281.png
annotation
documentation
Temporary constant INT_2D

element temporary_constant_quantities_int_2d/value
diagram dd_data_dictionary.xml_p3282.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>

element temporary_constant_quantities_int_2d/identifier
diagram dd_data_dictionary.xml_p3283.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_int_3d
diagram dd_data_dictionary.xml_p3284.png
annotation
documentation
Temporary constant INT_3D

element temporary_constant_quantities_int_3d/value
diagram dd_data_dictionary.xml_p3285.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>

element temporary_constant_quantities_int_3d/identifier
diagram dd_data_dictionary.xml_p3286.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_string_0d
diagram dd_data_dictionary.xml_p3287.png
annotation
documentation
Temporary constant STR_0D

element temporary_constant_quantities_string_0d/value
diagram dd_data_dictionary.xml_p3288.png
annotation
documentation
Value
appinfo
<type>constant</type>

element temporary_constant_quantities_string_0d/identifier
diagram dd_data_dictionary.xml_p3289.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_constant_quantities_string_1d
diagram dd_data_dictionary.xml_p3290.png
annotation
documentation
Temporary constant STR_1D

element temporary_constant_quantities_string_1d/value
diagram dd_data_dictionary.xml_p3291.png
annotation
documentation
Value
appinfo
<type>constant</type>
<coordinate1>1...N</coordinate1>

element temporary_constant_quantities_string_1d/identifier
diagram dd_data_dictionary.xml_p3292.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_float_1d
diagram dd_data_dictionary.xml_p3293.png
annotation
documentation
Temporary dynamic Float_1D

element temporary_dynamic_quantities_float_1d/value
diagram dd_data_dictionary.xml_p3294.png
annotation
documentation
Value
appinfo
<units>mixed</units>

element temporary_dynamic_quantities_float_1d/identifier
diagram dd_data_dictionary.xml_p3295.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_float_2d
diagram dd_data_dictionary.xml_p3296.png
annotation
documentation
Temporary dynamic Float_2D

element temporary_dynamic_quantities_float_2d/value
diagram dd_data_dictionary.xml_p3297.png
annotation
documentation
Value
appinfo
<units>mixed</units>
<coordinate1>1...N</coordinate1>
<coordinate2>time</coordinate2>

element temporary_dynamic_quantities_float_2d/identifier
diagram dd_data_dictionary.xml_p3298.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_float_3d
diagram dd_data_dictionary.xml_p3299.png
annotation
documentation
Temporary dynamic Float_3D

element temporary_dynamic_quantities_float_3d/value
diagram dd_data_dictionary.xml_p3300.png
annotation
documentation
Value
appinfo
<units>mixed</units>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>time</coordinate3>

element temporary_dynamic_quantities_float_3d/identifier
diagram dd_data_dictionary.xml_p3301.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_float_4d
diagram dd_data_dictionary.xml_p3302.png
annotation
documentation
Temporary dynamic Float_4D

element temporary_dynamic_quantities_float_4d/value
diagram dd_data_dictionary.xml_p3303.png
annotation
documentation
Value
appinfo
<units>mixed</units>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>time</coordinate4>

element temporary_dynamic_quantities_float_4d/identifier
diagram dd_data_dictionary.xml_p3304.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_float_5d
diagram dd_data_dictionary.xml_p3305.png
annotation
documentation
Temporary dynamic Float_5D

element temporary_dynamic_quantities_float_5d/value
diagram dd_data_dictionary.xml_p3306.png
annotation
documentation
Value
appinfo
<units>mixed</units>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>1...N</coordinate4>
<coordinate5>time</coordinate5>

element temporary_dynamic_quantities_float_5d/identifier
diagram dd_data_dictionary.xml_p3307.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_float_6d
diagram dd_data_dictionary.xml_p3308.png
annotation
documentation
Temporary dynamic Float_6D

element temporary_dynamic_quantities_float_6d/value
diagram dd_data_dictionary.xml_p3309.png
annotation
documentation
Value
appinfo
<units>mixed</units>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>1...N</coordinate3>
<coordinate4>1...N</coordinate4>
<coordinate5>1...N</coordinate5>
<coordinate6>time</coordinate6>

element temporary_dynamic_quantities_float_6d/identifier
diagram dd_data_dictionary.xml_p3310.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_int_1d
diagram dd_data_dictionary.xml_p3311.png
annotation
documentation
Temporary dynamic Int_1D

element temporary_dynamic_quantities_int_1d/value
diagram dd_data_dictionary.xml_p3312.png
annotation
documentation
Value

element temporary_dynamic_quantities_int_1d/identifier
diagram dd_data_dictionary.xml_p3313.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_int_2d
diagram dd_data_dictionary.xml_p3314.png
annotation
documentation
Temporary dynamic INT_2D

element temporary_dynamic_quantities_int_2d/value
diagram dd_data_dictionary.xml_p3315.png
annotation
documentation
Value
appinfo
<coordinate1>1...N</coordinate1>
<coordinate2>time</coordinate2>

element temporary_dynamic_quantities_int_2d/identifier
diagram dd_data_dictionary.xml_p3316.png
annotation
documentation
Description of the quantity using the standard identifier structure

complexType temporary_dynamic_quantities_int_3d
diagram dd_data_dictionary.xml_p3317.png
annotation
documentation
Temporary dynamic INT_3D

element temporary_dynamic_quantities_int_3d/value
diagram dd_data_dictionary.xml_p3318.png
annotation
documentation
Value
appinfo
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate3>time</coordinate3>

element temporary_dynamic_quantities_int_3d/identifier
diagram dd_data_dictionary.xml_p3319.png
annotation
documentation
Description of the quantity using the standard identifier structure

element tf
diagram dd_data_dictionary.xml_p3320.png
annotation
documentation
Toroidal field coils
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.0</lifecycle_version>
<lifecycle_last_change>3.20.1</lifecycle_last_change>

element tf/r0
diagram dd_data_dictionary.xml_p3321.png
annotation
documentation
Reference major radius of the device (from the official description of the device). This node is the placeholder for this official machine description quantity (typically the middle of the vessel at the equatorial midplane, although the exact definition may depend on the device)
appinfo
<type>static</type>
<units>m</units>

element tf/is_periodic
diagram dd_data_dictionary.xml_p3322.png
annotation
documentation
Flag indicating whether coils are described one by one in the coil() structure (flag=0) or whether the coil structure represents only coils having different characteristics (flag = 1, n_coils must be filled in that case). In the latter case, the coil() sequence is repeated periodically around the torus.
appinfo
<type>static</type>

element tf/coils_n
diagram dd_data_dictionary.xml_p3323.png
annotation
documentation
Number of coils around the torus, in case is_periodic = 1
appinfo
<type>static</type>

element tf/coil
diagram dd_data_dictionary.xml_p3324.png
annotation
documentation
Set of coils around the tokamak
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

element tf/field_map
diagram dd_data_dictionary.xml_p3325.png
annotation
documentation
Map of the vacuum field at various time slices, represented using the generic grid description
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element tf/b_field_tor_vacuum_r
diagram dd_data_dictionary.xml_p3326.png
annotation
documentation
Vacuum field times major radius in the toroidal field magnet. Positive sign means anti-clockwise when viewed from above
appinfo
<units>T.m</units>

complexType tf_coil
diagram dd_data_dictionary.xml_p3327.png
annotation
documentation
Description of a given coil

element tf_coil/name
diagram dd_data_dictionary.xml_p3328.png
annotation
documentation
Name of the coil
appinfo
<type>static</type>

element tf_coil/identifier
diagram dd_data_dictionary.xml_p3329.png
annotation
documentation
Alphanumeric identifier of coil used for convenience
appinfo
<type>static</type>

element tf_coil/conductor
diagram dd_data_dictionary.xml_p3330.png
annotation
documentation
Set of conductors inside the coil. The structure can be used with size 1 for a simplified description as a single conductor. A conductor is composed of several elements, serially connected, i.e. transporting the same current.
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

element tf_coil/turns
diagram dd_data_dictionary.xml_p3331.png
annotation
documentation
Number of total turns in a toroidal field coil. May be a fraction when describing the coil connections.
appinfo
<type>static</type>
<units>-</units>

element tf_coil/resistance
diagram dd_data_dictionary.xml_p3332.png
annotation
documentation
Coil resistance
appinfo
<type>static</type>
<units>Ohm</units>

element tf_coil/current
diagram dd_data_dictionary.xml_p3333.png
annotation
documentation
Current in the coil
appinfo
<units>A</units>

element tf_coil/voltage
diagram dd_data_dictionary.xml_p3334.png
annotation
documentation
Voltage on the coil terminals
appinfo
<units>V</units>

complexType tf_coil_conductor
diagram dd_data_dictionary.xml_p3335.png
annotation
documentation
Description of a conductor

element tf_coil_conductor/elements
diagram dd_data_dictionary.xml_p3336.png
annotation
documentation
Set of geometrical elements (line segments and/or arcs of a circle) describing the contour of the TF conductor centre

element tf_coil_conductor/cross_section
diagram dd_data_dictionary.xml_p3337.png
annotation
documentation
The cross-section perpendicular to the TF conductor contour is described by a series of contour points, given by their relative position with respect to the start point of the first element. This cross-section is assumed constant for all elements.

element tf_coil_conductor/resistance
diagram dd_data_dictionary.xml_p3338.png
annotation
documentation
conductor resistance
appinfo
<type>static</type>
<units>Ohm</units>

element tf_coil_conductor/current
diagram dd_data_dictionary.xml_p3339.png
annotation
documentation
Current in the conductor
appinfo
<units>A</units>

element tf_coil_conductor/voltage
diagram dd_data_dictionary.xml_p3340.png
annotation
documentation
Voltage on the conductor terminals
appinfo
<units>V</units>

complexType tf_coil_conductor_elements
diagram dd_data_dictionary.xml_p3341.png
annotation
documentation
Elements descibring the conductor contour

element tf_coil_conductor_elements/names
diagram dd_data_dictionary.xml_p3342.png
annotation
documentation
Name or description of every element
appinfo
<type>static</type>
<coordinate1>1...N</coordinate1>

element tf_coil_conductor_elements/types
diagram dd_data_dictionary.xml_p3343.png
annotation
documentation
Type of every element: 1: line segment, its ends are given by the start and end points; index = 2: arc of a circle; index = 3: full circle
appinfo
<type>static</type>
<coordinate1>../names</coordinate1>

element tf_coil_conductor_elements/start_points
diagram dd_data_dictionary.xml_p3344.png
annotation
documentation
Position of the start point of every element

element tf_coil_conductor_elements/intermediate_points
diagram dd_data_dictionary.xml_p3345.png
annotation
documentation
Position of an intermediate point along the arc of circle, for every element, providing the orientation of the element (must define with the corresponding start point an aperture angle strictly inferior to PI). Meaningful only if type/index = 2, fill with default/empty value otherwise

element tf_coil_conductor_elements/end_points
diagram dd_data_dictionary.xml_p3346.png
annotation
documentation
Position of the end point of every element. Meaningful only if type/index = 1 or 2, fill with default/empty value otherwise

element tf_coil_conductor_elements/centres
diagram dd_data_dictionary.xml_p3347.png
annotation
documentation
Position of the centre of the arc of a circle of every element (meaningful only if type/index = 2 or 3, fill with default/empty value otherwise)

complexType tf_ggd
diagram dd_data_dictionary.xml_p3348.png
annotation
documentation
Toroidal field map represented on ggd

element tf_ggd/grid
diagram dd_data_dictionary.xml_p3349.png
annotation
documentation
Grid description

element tf_ggd/b_field_r
diagram dd_data_dictionary.xml_p3350.png
annotation
documentation
R component of the vacuum magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element tf_ggd/b_field_z
diagram dd_data_dictionary.xml_p3351.png
annotation
documentation
Z component of the vacuum magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element tf_ggd/b_field_tor
diagram dd_data_dictionary.xml_p3352.png
annotation
documentation
Toroidal component of the vacuum magnetic field, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T</units>

element tf_ggd/a_field_r
diagram dd_data_dictionary.xml_p3353.png
annotation
documentation
R component of the vacuum vector potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T.m</units>

element tf_ggd/a_field_z
diagram dd_data_dictionary.xml_p3354.png
annotation
documentation
Z component of the vacuum vector potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T.m</units>

element tf_ggd/a_field_tor
diagram dd_data_dictionary.xml_p3355.png
annotation
documentation
Toroidal component of the vacuum vector potential, given on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>T.m</units>

element tf_ggd/time
diagram dd_data_dictionary.xml_p3356.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

element thomson_scattering
diagram dd_data_dictionary.xml_p3357.png
annotation
documentation
Thomson scattering diagnostic
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.0.4</lifecycle_version>
<lifecycle_last_change>3.0.4</lifecycle_last_change>

element thomson_scattering/channel
diagram dd_data_dictionary.xml_p3358.png
annotation
documentation
Set of channels (lines-of-sight)
appinfo
<coordinate1>1...N</coordinate1>

complexType thomson_scattering_channel
diagram dd_data_dictionary.xml_p3359.png
annotation
documentation
Thomson scattering channel

element thomson_scattering_channel/name
diagram dd_data_dictionary.xml_p3360.png
annotation
documentation
Name of the channel
appinfo
<type>static</type>

element thomson_scattering_channel/identifier
diagram dd_data_dictionary.xml_p3361.png
annotation
documentation
ID of the channel
appinfo
<type>static</type>

element thomson_scattering_channel/position
diagram dd_data_dictionary.xml_p3362.png
annotation
documentation
Position of the measurements (intersection between laser beam and line of sight)

element thomson_scattering_channel/t_e
diagram dd_data_dictionary.xml_p3363.png
annotation
documentation
Electron temperature
appinfo
<units>eV</units>

element thomson_scattering_channel/n_e
diagram dd_data_dictionary.xml_p3364.png
annotation
documentation
Electron density
appinfo
<units>m^-3</units>

element transport_solver_numerics
diagram dd_data_dictionary.xml_p3365.png
annotation
documentation
Numerical quantities used by transport solvers and convergence details
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.17.0</lifecycle_last_change>

element transport_solver_numerics/time_step
diagram dd_data_dictionary.xml_p3366.png
annotation
documentation
Internal time step used by the transport solver (assuming all transport equations are solved with the same time step)
appinfo
<units>s</units>

element transport_solver_numerics/time_step_average
diagram dd_data_dictionary.xml_p3367.png
annotation
documentation
Average internal time step used by the transport solver between the previous and the current time stored for this quantity (assuming all transport equations are solved with the same time step)
appinfo
<units>s</units>

element transport_solver_numerics/time_step_min
diagram dd_data_dictionary.xml_p3368.png
annotation
documentation
Minimum internal time step used by the transport solver between the previous and the current time stored for this quantity (assuming all transport equations are solved with the same time step)
appinfo
<units>s</units>

element transport_solver_numerics/solver
diagram dd_data_dictionary.xml_p3369.png
annotation
documentation
Solver identifier

element transport_solver_numerics/primary_coordinate
diagram dd_data_dictionary.xml_p3370.png
annotation
documentation
Primary coordinate system with which the transport equations are solved. For a 1D transport solver: index = 1 means rho_tor_norm; 2 = rho_tor.

element transport_solver_numerics/solver_1d
diagram dd_data_dictionary.xml_p3371.png
annotation
documentation
Numerics related to 1D radial solver, for various time slices.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element transport_solver_numerics/derivatives_1d
diagram dd_data_dictionary.xml_p3372.png
annotation
documentation
Radial profiles derivatives for various time slices. To be removed when the solver_1d structure is finalized.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element transport_solver_numerics/boundary_conditions_1d
diagram dd_data_dictionary.xml_p3373.png
annotation
documentation
Boundary conditions of the radial transport equations for various time slices. To be removed when the solver_1d structure is finalized.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element transport_solver_numerics/boundary_conditions_ggd
diagram dd_data_dictionary.xml_p3374.png
annotation
documentation
Boundary conditions of the transport equations, provided on the GGD, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element transport_solver_numerics/convergence
diagram dd_data_dictionary.xml_p3375.png
annotation
documentation
Convergence details To be removed when the solver_1d structure is finalized.

element transport_solver_numerics/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p3376.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition and in the normalization of current densities)

element transport_solver_numerics/restart_files
diagram dd_data_dictionary.xml_p3377.png
annotation
documentation
Set of code-specific restart files for a given time slice. These files are managed by a physical application to ensure its restart during long simulations
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType numerics_bc_1d
diagram dd_data_dictionary.xml_p3378.png
annotation
documentation
Boundary conditions of radial transport equations for a given time slice

element numerics_bc_1d/current
diagram dd_data_dictionary.xml_p3379.png
annotation
documentation
Boundary condition for the current diffusion equation.

element numerics_bc_1d/electrons
diagram dd_data_dictionary.xml_p3380.png
annotation
documentation
Quantities related to the electrons

element numerics_bc_1d/ion
diagram dd_data_dictionary.xml_p3381.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element numerics_bc_1d/energy_ion_total
diagram dd_data_dictionary.xml_p3382.png
annotation
documentation
Boundary condition for the ion total (sum over ion species) energy equation (temperature if ID = 1)
appinfo
<units>W.m^-3</units>

element numerics_bc_1d/momentum_tor
diagram dd_data_dictionary.xml_p3383.png
annotation
documentation
Boundary condition for the total plasma toroidal momentum equation (summed over ion species and electrons) (momentum if ID = 1)
appinfo
<units>kg.m.s^-1</units>

element numerics_bc_1d/time
diagram dd_data_dictionary.xml_p3384.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType numerics_bc_1d_bc
diagram dd_data_dictionary.xml_p3385.png
annotation
documentation
Boundary conditions for a given transport equation

element numerics_bc_1d_bc/identifier
diagram dd_data_dictionary.xml_p3386.png
annotation
documentation
Identifier of the boundary condition type. ID = 1: value of the field y; 2: radial derivative of the field (-dy/drho_tor); 3: scale length of the field y/(-dy/drho_tor); 4: flux; 5: generic boundary condition y expressed as a1y'+a2y=a3. 6: equation not solved;
appinfo
<units>eV</units>

element numerics_bc_1d_bc/value
diagram dd_data_dictionary.xml_p3387.png
annotation
documentation
Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>1...3</coordinate1>

element numerics_bc_1d_bc/rho_tor_norm
diagram dd_data_dictionary.xml_p3388.png
annotation
documentation
Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.
appinfo
<units>-</units>
<type>dynamic</type>

complexType numerics_bc_1d_current
diagram dd_data_dictionary.xml_p3389.png
annotation
documentation
Boundary conditions for the current diffusion equation

element numerics_bc_1d_current/identifier
diagram dd_data_dictionary.xml_p3390.png
annotation
documentation
Identifier of the boundary condition type. ID = 1: poloidal flux; 2: ip; 3: loop voltage; 4: undefined; 5: generic boundary condition y expressed as a1y'+a2y=a3. 6: equation not solved;
appinfo
<units>eV</units>

element numerics_bc_1d_current/value
diagram dd_data_dictionary.xml_p3391.png
annotation
documentation
Value of the boundary condition. For ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>1...3</coordinate1>

element numerics_bc_1d_current/rho_tor_norm
diagram dd_data_dictionary.xml_p3392.png
annotation
documentation
Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.
appinfo
<units>-</units>
<type>dynamic</type>

complexType numerics_bc_1d_current_new
diagram dd_data_dictionary.xml_p3393.png
annotation
documentation
Boundary conditions for the current diffusion equation

element numerics_bc_1d_current_new/identifier
diagram dd_data_dictionary.xml_p3394.png
annotation
documentation
Identifier of the boundary condition type. ID = 1: poloidal flux; 2: ip; 3: loop voltage; 4: undefined; 5: generic boundary condition y expressed as a1y'+a2y=a3. 6: equation not solved;
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element numerics_bc_1d_current_new/value
diagram dd_data_dictionary.xml_p3395.png
annotation
documentation
Value of the boundary condition. For ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>1...3</coordinate1>

element numerics_bc_1d_current_new/rho_tor_norm
diagram dd_data_dictionary.xml_p3396.png
annotation
documentation
Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.
appinfo
<units>-</units>
<type>dynamic</type>

element numerics_bc_1d_current_new/rho_tor
diagram dd_data_dictionary.xml_p3397.png
annotation
documentation
Position, in toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.
appinfo
<units>m</units>
<type>dynamic</type>

complexType numerics_bc_1d_electrons
diagram dd_data_dictionary.xml_p3398.png
annotation
documentation
Boundary conditions for the electron related transport equations

element numerics_bc_1d_electrons/particles
diagram dd_data_dictionary.xml_p3399.png
annotation
documentation
Boundary condition for the electron density equation (density if ID = 1)
appinfo
<units>m^-3.s^-1</units>

element numerics_bc_1d_electrons/energy
diagram dd_data_dictionary.xml_p3400.png
annotation
documentation
Boundary condition for the electron energy equation (temperature if ID = 1)
appinfo
<units>W.m^-3</units>

complexType numerics_bc_1d_ion
diagram dd_data_dictionary.xml_p3401.png
annotation
documentation
Boundary conditions for a given ion species related transport equations

element numerics_bc_1d_ion/a
diagram dd_data_dictionary.xml_p3402.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>dynamic</type>

element numerics_bc_1d_ion/z_ion
diagram dd_data_dictionary.xml_p3403.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element numerics_bc_1d_ion/z_n
diagram dd_data_dictionary.xml_p3404.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_1d_ion/label
diagram dd_data_dictionary.xml_p3405.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element numerics_bc_1d_ion/particles
diagram dd_data_dictionary.xml_p3406.png
annotation
documentation
Boundary condition for the ion density equation (density if ID = 1)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3.s^-1</units>

element numerics_bc_1d_ion/energy
diagram dd_data_dictionary.xml_p3407.png
annotation
documentation
Boundary condition for the ion energy equation (temperature if ID = 1)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>

element numerics_bc_1d_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3408.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element numerics_bc_1d_ion/state
diagram dd_data_dictionary.xml_p3409.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType numerics_bc_1d_ion_charge_state
diagram dd_data_dictionary.xml_p3410.png
annotation
documentation
Boundary conditions for a given charge state related transport equations

element numerics_bc_1d_ion_charge_state/z_min
diagram dd_data_dictionary.xml_p3411.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/z_max
diagram dd_data_dictionary.xml_p3412.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/label
diagram dd_data_dictionary.xml_p3413.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/vibrational_level
diagram dd_data_dictionary.xml_p3414.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/vibrational_mode
diagram dd_data_dictionary.xml_p3415.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/is_neutral
diagram dd_data_dictionary.xml_p3416.png
annotation
documentation
Flag specifying if this state corresponds to a neutral (1) or not (0)
appinfo
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/neutral_type
diagram dd_data_dictionary.xml_p3417.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element numerics_bc_1d_ion_charge_state/electron_configuration
diagram dd_data_dictionary.xml_p3418.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element numerics_bc_1d_ion_charge_state/particles
diagram dd_data_dictionary.xml_p3419.png
annotation
documentation
Boundary condition for the charge state density equation (density if ID = 1)
appinfo
<units>m^-3.s^-1</units>

element numerics_bc_1d_ion_charge_state/energy
diagram dd_data_dictionary.xml_p3420.png
annotation
documentation
Boundary condition for the charge state energy equation (temperature if ID = 1)
appinfo
<units>W.m^-3</units>

complexType numerics_bc_ggd
diagram dd_data_dictionary.xml_p3421.png
annotation
documentation
Boundary conditions of radial transport equations for a given time slice

element numerics_bc_ggd/grid
diagram dd_data_dictionary.xml_p3422.png
annotation
documentation
Grid description

element numerics_bc_ggd/current
diagram dd_data_dictionary.xml_p3423.png
annotation
documentation
Boundary condition for the current diffusion equation, on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>

element numerics_bc_ggd/electrons
diagram dd_data_dictionary.xml_p3424.png
annotation
documentation
Quantities related to the electrons

element numerics_bc_ggd/ion
diagram dd_data_dictionary.xml_p3425.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element numerics_bc_ggd/time
diagram dd_data_dictionary.xml_p3426.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType numerics_bc_ggd_bc
diagram dd_data_dictionary.xml_p3427.png
annotation
documentation
Boundary conditions for a given transport equation

element numerics_bc_ggd_bc/identifier
diagram dd_data_dictionary.xml_p3428.png
annotation
documentation
Identifier of the boundary condition type. List of options TBD.
appinfo
<units>eV</units>

element numerics_bc_ggd_bc/grid_index
diagram dd_data_dictionary.xml_p3429.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element numerics_bc_ggd_bc/grid_subset_index
diagram dd_data_dictionary.xml_p3430.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element numerics_bc_ggd_bc/values
diagram dd_data_dictionary.xml_p3431.png
annotation
documentation
List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<units>mixed</units>

complexType numerics_bc_ggd_current
diagram dd_data_dictionary.xml_p3432.png
annotation
documentation
Boundary conditions for the current diffusion equation

element numerics_bc_ggd_current/identifier
diagram dd_data_dictionary.xml_p3433.png
annotation
documentation
Identifier of the boundary condition type. List of options TBD.
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>

element numerics_bc_ggd_current/grid_index
diagram dd_data_dictionary.xml_p3434.png
annotation
documentation
Index of the grid used to represent this quantity
appinfo
<type>dynamic</type>

element numerics_bc_ggd_current/grid_subset_index
diagram dd_data_dictionary.xml_p3435.png
annotation
documentation
Index of the grid subset the data is provided on
appinfo
<type>dynamic</type>

element numerics_bc_ggd_current/values
diagram dd_data_dictionary.xml_p3436.png
annotation
documentation
List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<units>mixed</units>

complexType numerics_bc_ggd_electrons
diagram dd_data_dictionary.xml_p3437.png
annotation
documentation
Boundary conditions for the electron related transport equations

element numerics_bc_ggd_electrons/particles
diagram dd_data_dictionary.xml_p3438.png
annotation
documentation
Boundary condition for the electron density equation (density if ID = 1), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3.s^-1</units>

element numerics_bc_ggd_electrons/energy
diagram dd_data_dictionary.xml_p3439.png
annotation
documentation
Boundary condition for the electron energy equation (temperature if ID = 1), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

complexType numerics_bc_ggd_ion
diagram dd_data_dictionary.xml_p3440.png
annotation
documentation
Boundary conditions for a given ion species related transport equations

element numerics_bc_ggd_ion/a
diagram dd_data_dictionary.xml_p3441.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>dynamic</type>

element numerics_bc_ggd_ion/z_ion
diagram dd_data_dictionary.xml_p3442.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element numerics_bc_ggd_ion/z_n
diagram dd_data_dictionary.xml_p3443.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_ggd_ion/label
diagram dd_data_dictionary.xml_p3444.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element numerics_bc_ggd_ion/particles
diagram dd_data_dictionary.xml_p3445.png
annotation
documentation
Boundary condition for the ion density equation (density if ID = 1), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3.s^-1</units>

element numerics_bc_ggd_ion/energy
diagram dd_data_dictionary.xml_p3446.png
annotation
documentation
Boundary condition for the ion energy equation (temperature if ID = 1), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

element numerics_bc_ggd_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3447.png
annotation
documentation
Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element numerics_bc_ggd_ion/state
diagram dd_data_dictionary.xml_p3448.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N</coordinate1>

complexType numerics_bc_ggd_ion_charge_state
diagram dd_data_dictionary.xml_p3449.png
annotation
documentation
Boundary conditions for a given charge state related transport equations

element numerics_bc_ggd_ion_charge_state/z_min
diagram dd_data_dictionary.xml_p3450.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/z_max
diagram dd_data_dictionary.xml_p3451.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/label
diagram dd_data_dictionary.xml_p3452.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/vibrational_level
diagram dd_data_dictionary.xml_p3453.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/vibrational_mode
diagram dd_data_dictionary.xml_p3454.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/is_neutral
diagram dd_data_dictionary.xml_p3455.png
annotation
documentation
Flag specifying if this state corresponds to a neutral (1) or not (0)
appinfo
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/neutral_type
diagram dd_data_dictionary.xml_p3456.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element numerics_bc_ggd_ion_charge_state/electron_configuration
diagram dd_data_dictionary.xml_p3457.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element numerics_bc_ggd_ion_charge_state/particles
diagram dd_data_dictionary.xml_p3458.png
annotation
documentation
Boundary condition for the charge state density equation (density if ID = 1), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>m^-3.s^-1</units>

element numerics_bc_ggd_ion_charge_state/energy
diagram dd_data_dictionary.xml_p3459.png
annotation
documentation
Boundary condition for the charge state energy equation (temperature if ID = 1), on various grid subsets
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-3</units>

complexType numerics_convergence
diagram dd_data_dictionary.xml_p3460.png
annotation
documentation
Convergence details

element numerics_convergence/time_step
diagram dd_data_dictionary.xml_p3461.png
annotation
documentation
Internal time step used by the transport solver (assuming all transport equations are solved with the same time step)
appinfo
<units>s</units>

element numerics_convergence/equations
diagram dd_data_dictionary.xml_p3462.png
annotation
documentation
Convergence details of the transport equations, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType numerics_convergence_equation
diagram dd_data_dictionary.xml_p3463.png
annotation
documentation
Convergence details of a given transport equation

element numerics_convergence_equation/current
diagram dd_data_dictionary.xml_p3464.png
annotation
documentation
Convergence details of the current diffusion equation

element numerics_convergence_equation/electrons
diagram dd_data_dictionary.xml_p3465.png
annotation
documentation
Quantities related to the electrons

element numerics_convergence_equation/ion
diagram dd_data_dictionary.xml_p3466.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element numerics_convergence_equation/energy_ion_total
diagram dd_data_dictionary.xml_p3467.png
annotation
documentation
Convergence details of the ion total (sum over ion species) energy equation
appinfo
<units>W.m^-3</units>

element numerics_convergence_equation/time
diagram dd_data_dictionary.xml_p3468.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType numerics_convergence_equations_electrons
diagram dd_data_dictionary.xml_p3469.png
annotation
documentation
Convergence details for the electron related equations

element numerics_convergence_equations_electrons/particles
diagram dd_data_dictionary.xml_p3470.png
annotation
documentation
Convergence details of the electron density equation
appinfo
<units>m^-3.s^-1</units>

element numerics_convergence_equations_electrons/energy
diagram dd_data_dictionary.xml_p3471.png
annotation
documentation
Convergence details of the electron energy equation
appinfo
<units>W.m^-3</units>

complexType numerics_convergence_equations_ion
diagram dd_data_dictionary.xml_p3472.png
annotation
documentation
Convergence details of a given ion species related transport equations

element numerics_convergence_equations_ion/a
diagram dd_data_dictionary.xml_p3473.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>dynamic</type>

element numerics_convergence_equations_ion/z_ion
diagram dd_data_dictionary.xml_p3474.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element numerics_convergence_equations_ion/z_n
diagram dd_data_dictionary.xml_p3475.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_convergence_equations_ion/label
diagram dd_data_dictionary.xml_p3476.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element numerics_convergence_equations_ion/particles
diagram dd_data_dictionary.xml_p3477.png
annotation
documentation
Convergence details of the  ion density equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>m^-3.s^-1</units>

element numerics_convergence_equations_ion/energy
diagram dd_data_dictionary.xml_p3478.png
annotation
documentation
Convergence details of the ion energy equation
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>W.m^-3</units>

element numerics_convergence_equations_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3479.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element numerics_convergence_equations_ion/state
diagram dd_data_dictionary.xml_p3480.png
annotation
documentation
Convergence details of the related to the different states transport equations
appinfo
<coordinate1>1...N</coordinate1>

complexType numerics_convergence_equations_ion_charge_state
diagram dd_data_dictionary.xml_p3481.png
annotation
documentation
Boundary conditions for a given charge state related transport equations

element numerics_convergence_equations_ion_charge_state/z_min
diagram dd_data_dictionary.xml_p3482.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/z_max
diagram dd_data_dictionary.xml_p3483.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/label
diagram dd_data_dictionary.xml_p3484.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/vibrational_level
diagram dd_data_dictionary.xml_p3485.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/vibrational_mode
diagram dd_data_dictionary.xml_p3486.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/is_neutral
diagram dd_data_dictionary.xml_p3487.png
annotation
documentation
Flag specifying if this state corresponds to a neutral (1) or not (0)
appinfo
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/neutral_type
diagram dd_data_dictionary.xml_p3488.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element numerics_convergence_equations_ion_charge_state/electron_configuration
diagram dd_data_dictionary.xml_p3489.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element numerics_convergence_equations_ion_charge_state/particles
diagram dd_data_dictionary.xml_p3490.png
annotation
documentation
Convergence details of the charge state density equation
appinfo
<units>m^-3.s^-1</units>

element numerics_convergence_equations_ion_charge_state/energy
diagram dd_data_dictionary.xml_p3491.png
annotation
documentation
Convergence details of the charge state energy equation
appinfo
<units>W.m^-3</units>

complexType numerics_convergence_equations_single
diagram dd_data_dictionary.xml_p3492.png
annotation
documentation
Convergence details of a given transport equation

element numerics_convergence_equations_single/iterations_n
diagram dd_data_dictionary.xml_p3493.png
annotation
documentation
Number of iterations carried out in the convergence loop
appinfo
<type>dynamic</type>

complexType numerics_profiles_1d_current_derivatives
diagram dd_data_dictionary.xml_p3494.png
annotation
documentation
Derivatives of the current equation primary quantity

element numerics_profiles_1d_current_derivatives/d_dt
diagram dd_data_dictionary.xml_p3495.png
annotation
documentation
Time derivative
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_current_derivatives/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3496.png
annotation
documentation
Derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_current_derivatives/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3497.png
annotation
documentation
Second derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_current_derivatives/d_drho_tor
diagram dd_data_dictionary.xml_p3498.png
annotation
documentation
Derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_current_derivatives/d2_drho_tor2
diagram dd_data_dictionary.xml_p3499.png
annotation
documentation
Second derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_current_derivatives/d_dt_cphi
diagram dd_data_dictionary.xml_p3500.png
annotation
documentation
Derivative with respect to time, at constant toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>mixed</units>

element numerics_profiles_1d_current_derivatives/d_dt_crho_tor_norm
diagram dd_data_dictionary.xml_p3501.png
annotation
documentation
Derivative with respect to time, at constant normalised toroidal flux coordinate
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>mixed</units>

complexType numerics_profiles_1d_derivatives
diagram dd_data_dictionary.xml_p3502.png
annotation
documentation
Radial profiles derivatives for a given time slice

element numerics_profiles_1d_derivatives/grid
diagram dd_data_dictionary.xml_p3503.png
annotation
documentation
Radial grid

element numerics_profiles_1d_derivatives/electrons
diagram dd_data_dictionary.xml_p3504.png
annotation
documentation
Quantities related to the electrons

element numerics_profiles_1d_derivatives/ion
diagram dd_data_dictionary.xml_p3505.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element numerics_profiles_1d_derivatives/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3506.png
annotation
documentation
Derivatives of total ion quantities with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3507.png
annotation
documentation
Second derivatives of total ion quantities with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives/d_dt
diagram dd_data_dictionary.xml_p3508.png
annotation
documentation
Derivatives of total ion quantities with respect to time

element numerics_profiles_1d_derivatives/dpsi_dt
diagram dd_data_dictionary.xml_p3509.png
annotation
documentation
Derivative of the poloidal flux profile with respect to time
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>V</units>

element numerics_profiles_1d_derivatives/dpsi_dt_cphi
diagram dd_data_dictionary.xml_p3510.png
annotation
documentation
Derivative of the poloidal flux profile with respect to time, at constant toroidal flux
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>V</units>

element numerics_profiles_1d_derivatives/dpsi_dt_crho_tor_norm
diagram dd_data_dictionary.xml_p3511.png
annotation
documentation
Derivative of the poloidal flux profile with respect to time, at constant normalised toroidal flux coordinate
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>V</units>

element numerics_profiles_1d_derivatives/drho_tor_dt
diagram dd_data_dictionary.xml_p3512.png
annotation
documentation
Partial derivative of the toroidal flux coordinate profile with respect to time
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>m.s^-1</units>

element numerics_profiles_1d_derivatives/d_dvolume_drho_tor_dt
diagram dd_data_dictionary.xml_p3513.png
annotation
documentation
Partial derivative with respect to time of the derivative of the volume with respect to the toroidal flux coordinate
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>m^2.s^-1</units>

element numerics_profiles_1d_derivatives/dpsi_drho_tor
diagram dd_data_dictionary.xml_p3514.png
annotation
documentation
Derivative of the poloidal flux profile with respect to the toroidal flux coordinate
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>Wb.m^-1</units>

element numerics_profiles_1d_derivatives/d2psi_drho_tor2
diagram dd_data_dictionary.xml_p3515.png
annotation
documentation
Second derivative of the poloidal flux profile with respect to the toroidal flux coordinate
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>Wb.m^-2</units>

element numerics_profiles_1d_derivatives/time
diagram dd_data_dictionary.xml_p3516.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_charge_state
diagram dd_data_dictionary.xml_p3517.png
annotation
documentation
Quantities related to a given charge state

element numerics_profiles_1d_derivatives_charge_state/z_min
diagram dd_data_dictionary.xml_p3518.png
annotation
documentation
Minimum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/z_max
diagram dd_data_dictionary.xml_p3519.png
annotation
documentation
Maximum Z of the charge state bundle
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/label
diagram dd_data_dictionary.xml_p3520.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/vibrational_level
diagram dd_data_dictionary.xml_p3521.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/vibrational_mode
diagram dd_data_dictionary.xml_p3522.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/is_neutral
diagram dd_data_dictionary.xml_p3523.png
annotation
documentation
Flag specifying if this state corresponds to a neutral (1) or not (0)
appinfo
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/neutral_type
diagram dd_data_dictionary.xml_p3524.png
annotation
documentation
Neutral type (if the considered state is a neutral), in terms of energy. ID =1: cold; 2: thermal; 3: fast; 4: NBI

element numerics_profiles_1d_derivatives_charge_state/electron_configuration
diagram dd_data_dictionary.xml_p3525.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3526.png
annotation
documentation
Derivatives with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives_charge_state/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3527.png
annotation
documentation
Second derivatives with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives_charge_state/d_dt
diagram dd_data_dictionary.xml_p3528.png
annotation
documentation
Derivatives with respect to time

complexType numerics_profiles_1d_derivatives_charge_state_d
diagram dd_data_dictionary.xml_p3529.png
annotation
documentation
Quantities related to a given charge state, derivatives with respect to a given quantity

element numerics_profiles_1d_derivatives_charge_state_d/temperature
diagram dd_data_dictionary.xml_p3530.png
annotation
documentation
Temperature
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/density
diagram dd_data_dictionary.xml_p3531.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/density_fast
diagram dd_data_dictionary.xml_p3532.png
annotation
documentation
Density of fast (non-thermal) particles
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/pressure
diagram dd_data_dictionary.xml_p3533.png
annotation
documentation
Pressure
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p3534.png
annotation
documentation
Fast (non-thermal) perpendicular pressure
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/pressure_fast_parallel
diagram dd_data_dictionary.xml_p3535.png
annotation
documentation
Fast (non-thermal) parallel pressure
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/velocity_tor
diagram dd_data_dictionary.xml_p3536.png
annotation
documentation
Toroidal velocity
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_charge_state_d/velocity_pol
diagram dd_data_dictionary.xml_p3537.png
annotation
documentation
Poloidal velocity
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_depth3
diagram dd_data_dictionary.xml_p3538.png
annotation
documentation
Derivatives of a transport equation primary quantity, depth 3 with respect to the 1D grid

element numerics_profiles_1d_derivatives_depth3/d_dt
diagram dd_data_dictionary.xml_p3539.png
annotation
documentation
Time derivative
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth3/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3540.png
annotation
documentation
Derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth3/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3541.png
annotation
documentation
Second derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth3/d_drho_tor
diagram dd_data_dictionary.xml_p3542.png
annotation
documentation
Derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth3/d2_drho_tor2
diagram dd_data_dictionary.xml_p3543.png
annotation
documentation
Second derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_depth4
diagram dd_data_dictionary.xml_p3544.png
annotation
documentation
Derivatives of a transport equation primary quantity, depth 4 with respect to the 1D grid

element numerics_profiles_1d_derivatives_depth4/d_dt
diagram dd_data_dictionary.xml_p3545.png
annotation
documentation
Time derivative
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth4/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3546.png
annotation
documentation
Derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth4/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3547.png
annotation
documentation
Second derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth4/d_drho_tor
diagram dd_data_dictionary.xml_p3548.png
annotation
documentation
Derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth4/d2_drho_tor2
diagram dd_data_dictionary.xml_p3549.png
annotation
documentation
Second derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_depth5
diagram dd_data_dictionary.xml_p3550.png
annotation
documentation
Derivatives of a transport equation primary quantity, depth 5 with respect to the 1D grid

element numerics_profiles_1d_derivatives_depth5/d_dt
diagram dd_data_dictionary.xml_p3551.png
annotation
documentation
Time derivative
appinfo
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth5/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3552.png
annotation
documentation
Derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth5/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3553.png
annotation
documentation
Second derivative with respect to the normalised toroidal flux
appinfo
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth5/d_drho_tor
diagram dd_data_dictionary.xml_p3554.png
annotation
documentation
Derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_depth5/d2_drho_tor2
diagram dd_data_dictionary.xml_p3555.png
annotation
documentation
Second derivative with respect to the toroidal flux
appinfo
<coordinate1>../../../../../grid/rho_tor_norm</coordinate1>
<units>mixed</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_electrons
diagram dd_data_dictionary.xml_p3556.png
annotation
documentation
Quantities related to electrons

element numerics_profiles_1d_derivatives_electrons/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3557.png
annotation
documentation
Derivatives with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives_electrons/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3558.png
annotation
documentation
Second derivatives with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives_electrons/d_dt
diagram dd_data_dictionary.xml_p3559.png
annotation
documentation
Derivatives with respect to time

complexType numerics_profiles_1d_derivatives_electrons_d
diagram dd_data_dictionary.xml_p3560.png
annotation
documentation
Quantities related to electrons, derivatives with respect to a given quantity

element numerics_profiles_1d_derivatives_electrons_d/temperature
diagram dd_data_dictionary.xml_p3561.png
annotation
documentation
Temperature
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/density
diagram dd_data_dictionary.xml_p3562.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/density_fast
diagram dd_data_dictionary.xml_p3563.png
annotation
documentation
Density of fast (non-thermal) particles
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/pressure
diagram dd_data_dictionary.xml_p3564.png
annotation
documentation
Pressure
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p3565.png
annotation
documentation
Fast (non-thermal) perpendicular pressure
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/pressure_fast_parallel
diagram dd_data_dictionary.xml_p3566.png
annotation
documentation
Fast (non-thermal) parallel pressure
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/velocity_tor
diagram dd_data_dictionary.xml_p3567.png
annotation
documentation
Toroidal velocity
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_electrons_d/velocity_pol
diagram dd_data_dictionary.xml_p3568.png
annotation
documentation
Poloidal velocity
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_ion
diagram dd_data_dictionary.xml_p3569.png
annotation
documentation
Quantities related to an ion species

element numerics_profiles_1d_derivatives_ion/a
diagram dd_data_dictionary.xml_p3570.png
annotation
documentation
Mass of atom
appinfo
<units>Atomic Mass Unit</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion/z_ion
diagram dd_data_dictionary.xml_p3571.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed)
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element numerics_profiles_1d_derivatives_ion/z_n
diagram dd_data_dictionary.xml_p3572.png
annotation
documentation
Nuclear charge
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion/label
diagram dd_data_dictionary.xml_p3573.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion/d_drho_tor_norm
diagram dd_data_dictionary.xml_p3574.png
annotation
documentation
Derivatives with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives_ion/d2_drho_tor_norm2
diagram dd_data_dictionary.xml_p3575.png
annotation
documentation
Second derivatives with respect to the normalised toroidal flux

element numerics_profiles_1d_derivatives_ion/d_dt
diagram dd_data_dictionary.xml_p3576.png
annotation
documentation
Derivatives with respect to time

element numerics_profiles_1d_derivatives_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3577.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion/state
diagram dd_data_dictionary.xml_p3578.png
annotation
documentation
Quantities related to the different states of the species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType numerics_profiles_1d_derivatives_ion_d
diagram dd_data_dictionary.xml_p3579.png
annotation
documentation
Quantities related to an ion species, derivatives with respect to a given quantity

element numerics_profiles_1d_derivatives_ion_d/temperature
diagram dd_data_dictionary.xml_p3580.png
annotation
documentation
Temperature (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>eV</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/density
diagram dd_data_dictionary.xml_p3581.png
annotation
documentation
Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/density_fast
diagram dd_data_dictionary.xml_p3582.png
annotation
documentation
Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m^-3</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/pressure
diagram dd_data_dictionary.xml_p3583.png
annotation
documentation
Pressure (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/pressure_fast_perpendicular
diagram dd_data_dictionary.xml_p3584.png
annotation
documentation
Fast (non-thermal) perpendicular pressure  (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/pressure_fast_parallel
diagram dd_data_dictionary.xml_p3585.png
annotation
documentation
Fast (non-thermal) parallel pressure  (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/velocity_tor
diagram dd_data_dictionary.xml_p3586.png
annotation
documentation
Toroidal velocity (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_ion_d/velocity_pol
diagram dd_data_dictionary.xml_p3587.png
annotation
documentation
Poloidal velocity (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<units>m.s^-1</units>
<type>dynamic</type>

complexType numerics_profiles_1d_derivatives_total_ions
diagram dd_data_dictionary.xml_p3588.png
annotation
documentation
Quantities related to total ion quantities, derivatives with respect to a given quantity

element numerics_profiles_1d_derivatives_total_ions/n_i_total_over_n_e
diagram dd_data_dictionary.xml_p3589.png
annotation
documentation
Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>-</units>
<type>dynamic</type>

element numerics_profiles_1d_derivatives_total_ions/pressure_ion_total
diagram dd_data_dictionary.xml_p3590.png
annotation
documentation
Total thermal ion pressure
appinfo
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<units>Pa</units>
<type>dynamic</type>

complexType numerics_restart
diagram dd_data_dictionary.xml_p3591.png
annotation
documentation
Description of a restart file

element numerics_restart/names
diagram dd_data_dictionary.xml_p3592.png
annotation
documentation
Names of the restart files
appinfo
<coordinate1>1...N</coordinate1>
<type>dynamic</type>

element numerics_restart/descriptions
diagram dd_data_dictionary.xml_p3593.png
annotation
documentation
Descriptions of the restart files
appinfo
<coordinate1>../names</coordinate1>
<type>dynamic</type>

element numerics_restart/time
diagram dd_data_dictionary.xml_p3594.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType numerics_solver_1d
diagram dd_data_dictionary.xml_p3595.png
annotation
documentation
Numerics related to 1D radial solver for a given time slice

element numerics_solver_1d/grid
diagram dd_data_dictionary.xml_p3596.png
annotation
documentation
Radial grid

element numerics_solver_1d/equation
diagram dd_data_dictionary.xml_p3597.png
annotation
documentation
Set of transport equations
appinfo
<coordinate1>1...N</coordinate1>

element numerics_solver_1d/control_parameters
diagram dd_data_dictionary.xml_p3598.png
annotation
documentation
Solver-specific input or output quantities

element numerics_solver_1d/drho_tor_dt
diagram dd_data_dictionary.xml_p3599.png
annotation
documentation
Partial derivative of the toroidal flux coordinate profile with respect to time
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>m.s^-1</units>

element numerics_solver_1d/d_dvolume_drho_tor_dt
diagram dd_data_dictionary.xml_p3600.png
annotation
documentation
Partial derivative with respect to time of the derivative of the volume with respect to the toroidal flux coordinate
appinfo
<coordinate1>../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>m^2.s^-1</units>

element numerics_solver_1d/time
diagram dd_data_dictionary.xml_p3601.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType numerics_solver_1d_equation
diagram dd_data_dictionary.xml_p3602.png
annotation
documentation
Numeric of a given 1D transport equation

element numerics_solver_1d_equation/primary_quantity
diagram dd_data_dictionary.xml_p3603.png
annotation
documentation
Profile and derivatives of the primary quantity of the transport equation

element numerics_solver_1d_equation/boundary_condition
diagram dd_data_dictionary.xml_p3604.png
annotation
documentation
Set of boundary conditions of the transport equation
appinfo
<coordinate1>1...N</coordinate1>

element numerics_solver_1d_equation/coefficient
diagram dd_data_dictionary.xml_p3605.png
annotation
documentation
Set of numerical coefficients involved in the transport equation
appinfo
<coordinate1>1...N</coordinate1>

element numerics_solver_1d_equation/convergence
diagram dd_data_dictionary.xml_p3606.png
annotation
documentation
Convergence details

complexType numerics_solver_1d_equation_bc
diagram dd_data_dictionary.xml_p3607.png
annotation
documentation
Boundary conditions for a 1D transport equation

element numerics_solver_1d_equation_bc/identifier
diagram dd_data_dictionary.xml_p3608.png
annotation
documentation
Identifier of the boundary condition

element numerics_solver_1d_equation_bc/type
diagram dd_data_dictionary.xml_p3609.png
annotation
documentation
Boundary condition type
appinfo
<doc_identifier>transport_solver_numerics/transport_solver_numerics_bc_identifier.xml</doc_identifier>

element numerics_solver_1d_equation_bc/value
diagram dd_data_dictionary.xml_p3610.png
annotation
documentation
Value of the boundary condition. For type/index = 1 to 3, only the first position in the vector is used. For type/index = 5, all three positions are used, meaning respectively a1, a2, a3.
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>1...3</coordinate1>

element numerics_solver_1d_equation_bc/position
diagram dd_data_dictionary.xml_p3611.png
annotation
documentation
Position, in terms of the primary coordinate, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed (in case of a single boundary condition).
appinfo
<units>mixed</units>
<type>dynamic</type>

complexType numerics_solver_1d_equation_coefficient
diagram dd_data_dictionary.xml_p3612.png
annotation
documentation
Coefficient for transport equation

element numerics_solver_1d_equation_coefficient/profile
diagram dd_data_dictionary.xml_p3613.png
annotation
documentation
Radial profile of the numerical coefficient
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

complexType numerics_solver_1d_equation_control_float
diagram dd_data_dictionary.xml_p3614.png
annotation
documentation
FLT0D for control parameters

element numerics_solver_1d_equation_control_float/value
diagram dd_data_dictionary.xml_p3615.png
annotation
documentation
Value of the control parameter
appinfo
<units>mixed</units>
<type>dynamic</type>

complexType numerics_solver_1d_equation_control_int
diagram dd_data_dictionary.xml_p3616.png
annotation
documentation
INT0D for control parameters

element numerics_solver_1d_equation_control_int/value
diagram dd_data_dictionary.xml_p3617.png
annotation
documentation
Value of the control parameter
appinfo
<type>dynamic</type>

complexType numerics_solver_1d_equation_control_parameters
diagram dd_data_dictionary.xml_p3618.png
annotation
documentation
Solver-specific input or output quantities

element numerics_solver_1d_equation_control_parameters/integer0d
diagram dd_data_dictionary.xml_p3619.png
annotation
documentation
Set of integer type scalar control parameters
appinfo
<coordinate1>1...N</coordinate1>

element numerics_solver_1d_equation_control_parameters/real0d
diagram dd_data_dictionary.xml_p3620.png
annotation
documentation
Set of real type scalar control parameters
appinfo
<coordinate1>1...N</coordinate1>

complexType numerics_solver_1d_equation_primary
diagram dd_data_dictionary.xml_p3621.png
annotation
documentation
Profile and derivatives a the primary quantity for a 1D transport equation

element numerics_solver_1d_equation_primary/identifier
diagram dd_data_dictionary.xml_p3622.png
annotation
documentation
Identifier of the primary quantity of the transport equation. The description node contains the path to the quantity in the physics IDS (example:
core_profiles/profiles_1d/ion(1)/density)

element numerics_solver_1d_equation_primary/ion_index
diagram dd_data_dictionary.xml_p3623.png
annotation
documentation
If the primary quantity is related to a ion species, index of the corresponding species in the core_profiles/profiles_1d/ion array
appinfo
<type>dynamic</type>

element numerics_solver_1d_equation_primary/neutral_index
diagram dd_data_dictionary.xml_p3624.png
annotation
documentation
If the primary quantity is related to a neutral species, index of the corresponding species in the core_profiles/profiles_1d/neutral array
appinfo
<type>dynamic</type>

element numerics_solver_1d_equation_primary/state_index
diagram dd_data_dictionary.xml_p3625.png
annotation
documentation
If the primary quantity is related to a particular state (of an ion or a neutral species), index of the corresponding state in the core_profiles/profiles_1d/ion (or neutral)/state array
appinfo
<type>dynamic</type>

element numerics_solver_1d_equation_primary/profile
diagram dd_data_dictionary.xml_p3626.png
annotation
documentation
Profile of the primary quantity
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element numerics_solver_1d_equation_primary/d_dr
diagram dd_data_dictionary.xml_p3627.png
annotation
documentation
Radial derivative with respect to the primary coordinate
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element numerics_solver_1d_equation_primary/d2_dr2
diagram dd_data_dictionary.xml_p3628.png
annotation
documentation
Second order radial derivative with respect to the primary coordinate
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element numerics_solver_1d_equation_primary/d_dt
diagram dd_data_dictionary.xml_p3629.png
annotation
documentation
Time derivative
appinfo
<units>mixed</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element numerics_solver_1d_equation_primary/d_dt_cphi
diagram dd_data_dictionary.xml_p3630.png
annotation
documentation
Derivative with respect to time, at constant toroidal flux (for current diffusion equation)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>mixed</units>

element numerics_solver_1d_equation_primary/d_dt_cr
diagram dd_data_dictionary.xml_p3631.png
annotation
documentation
Derivative with respect to time, at constant primary coordinate coordinate (for current diffusion equation)
appinfo
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<type>dynamic</type>
<units>mixed</units>

element turbulence
diagram dd_data_dictionary.xml_p3632.png
annotation
documentation
Description of plasma turbulence
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.12.1</lifecycle_version>
<lifecycle_last_change>3.12.1</lifecycle_last_change>

element turbulence/grid_2d_type
diagram dd_data_dictionary.xml_p3633.png
annotation
documentation
Selection of one of a set of grid types for grid_2d
appinfo
<doc_identifier>utilities/poloidal_plane_coordinates_identifier.xml</doc_identifier>

element turbulence/grid_2d
diagram dd_data_dictionary.xml_p3634.png
annotation
documentation
Values for the 2D grid, for various time slices. The timebase of this array of structure must be a subset of the profiles_2d timebase
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element turbulence/profiles_2d
diagram dd_data_dictionary.xml_p3635.png
annotation
documentation
Fluctuating physical quantities for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType turbulence_profiles_2d
diagram dd_data_dictionary.xml_p3636.png
annotation
documentation
Fluctuating physical quantities for various time slices

element turbulence_profiles_2d/electrons
diagram dd_data_dictionary.xml_p3637.png
annotation
documentation
Quantities related to electrons

element turbulence_profiles_2d/ion
diagram dd_data_dictionary.xml_p3638.png
annotation
documentation
Quantities related to the various ion species
appinfo
<coordinate1>1...N</coordinate1>

element turbulence_profiles_2d/neutral
diagram dd_data_dictionary.xml_p3639.png
annotation
documentation
Quantities related to the various neutral species
appinfo
<coordinate1>1...N</coordinate1>

element turbulence_profiles_2d/time
diagram dd_data_dictionary.xml_p3640.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType turbulence_profiles_2d_electrons
diagram dd_data_dictionary.xml_p3641.png
annotation
documentation
Quantities related to electrons

element turbulence_profiles_2d_electrons/temperature
diagram dd_data_dictionary.xml_p3642.png
annotation
documentation
Temperature
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>eV</units>
<type>dynamic</type>

element turbulence_profiles_2d_electrons/density
diagram dd_data_dictionary.xml_p3643.png
annotation
documentation
Density (thermal+non-thermal)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element turbulence_profiles_2d_electrons/density_thermal
diagram dd_data_dictionary.xml_p3644.png
annotation
documentation
Density of thermal particles
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

complexType turbulence_profiles_2d_grid
diagram dd_data_dictionary.xml_p3645.png
annotation
documentation
Definition of the 2D grid with time

element turbulence_profiles_2d_grid/dim1
diagram dd_data_dictionary.xml_p3646.png
annotation
documentation
First dimension values
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element turbulence_profiles_2d_grid/dim2
diagram dd_data_dictionary.xml_p3647.png
annotation
documentation
Second dimension values
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<units>mixed</units>

element turbulence_profiles_2d_grid/time
diagram dd_data_dictionary.xml_p3648.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType turbulence_profiles_2d_ions
diagram dd_data_dictionary.xml_p3649.png
annotation
documentation
Quantities related to a given ion species

element turbulence_profiles_2d_ions/element
diagram dd_data_dictionary.xml_p3650.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element turbulence_profiles_2d_ions/z_ion
diagram dd_data_dictionary.xml_p3651.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element turbulence_profiles_2d_ions/label
diagram dd_data_dictionary.xml_p3652.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element turbulence_profiles_2d_ions/neutral_index
diagram dd_data_dictionary.xml_p3653.png
annotation
documentation
Index of the corresponding neutral species in the ../../neutral array
appinfo
<type>dynamic</type>

element turbulence_profiles_2d_ions/temperature
diagram dd_data_dictionary.xml_p3654.png
annotation
documentation
Temperature (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>eV</units>
<type>dynamic</type>

element turbulence_profiles_2d_ions/density
diagram dd_data_dictionary.xml_p3655.png
annotation
documentation
Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element turbulence_profiles_2d_ions/density_thermal
diagram dd_data_dictionary.xml_p3656.png
annotation
documentation
Density (thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

complexType turbulence_profiles_2d_neutral
diagram dd_data_dictionary.xml_p3657.png
annotation
documentation
Quantities related to a given neutral species

element turbulence_profiles_2d_neutral/element
diagram dd_data_dictionary.xml_p3658.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element turbulence_profiles_2d_neutral/label
diagram dd_data_dictionary.xml_p3659.png
annotation
documentation
String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)
appinfo
<type>dynamic</type>

element turbulence_profiles_2d_neutral/ion_index
diagram dd_data_dictionary.xml_p3660.png
annotation
documentation
Index of the corresponding ion species in the ../../ion array
appinfo
<type>dynamic</type>

element turbulence_profiles_2d_neutral/temperature
diagram dd_data_dictionary.xml_p3661.png
annotation
documentation
Temperature (average over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>eV</units>
<type>dynamic</type>

element turbulence_profiles_2d_neutral/density
diagram dd_data_dictionary.xml_p3662.png
annotation
documentation
Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element turbulence_profiles_2d_neutral/density_thermal
diagram dd_data_dictionary.xml_p3663.png
annotation
documentation
Density (thermal) (sum over charge states when multiple charge states are considered)
appinfo
<coordinate1>../../../grid_2d(itime)/dim1</coordinate1>
<coordinate2>../../../grid_2d(itime)/dim2</coordinate2>
<units>m^-3</units>
<type>dynamic</type>

element wall
diagram dd_data_dictionary.xml_p3664.png
annotation
documentation
Description of the torus wall and its interaction with the plasma
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.1.0</lifecycle_version>
<lifecycle_last_change>3.19.0</lifecycle_last_change>

element wall/global_quantities
diagram dd_data_dictionary.xml_p3665.png
annotation
documentation
Simple 0D description of plasma-wall interaction

element wall/description_2d
diagram dd_data_dictionary.xml_p3666.png
annotation
documentation
Set of 2D wall descriptions, for each type of possible physics or engineering configurations necessary (gas tight vs wall with ports and holes, coarse vs fine representation, single contour limiter, disjoint gapped plasma facing components, ...).
appinfo
<coordinate1>1...N</coordinate1>

element wall/description_ggd
diagram dd_data_dictionary.xml_p3667.png
annotation
documentation
Set of 3D wall descriptions, described using the GGD, for each type of possible physics or engineering configurations necessary (gas tight vs wall with ports and holes, coarse vs fine representation, ...).
appinfo
<coordinate1>1...N</coordinate1>

complexType wall_2d
diagram dd_data_dictionary.xml_p3668.png
annotation
documentation
2D wall description

element wall_2d/type
diagram dd_data_dictionary.xml_p3669.png
annotation
documentation
Type of the description. index = 0 for equilibrium codes (single closed limiter and vessel); 1 for gas-tight walls (disjoint PFCs with inner vessel as last limiter_unit; no vessel structure); 2 for free boundary codes (disjoint PFCs and vessel)

element wall_2d/limiter
diagram dd_data_dictionary.xml_p3670.png
annotation
documentation
Description of the immobile limiting surface(s) or plasma facing components for defining the Last Closed Flux Surface.

element wall_2d/mobile
diagram dd_data_dictionary.xml_p3671.png
annotation
documentation
In case of mobile plasma facing components, use the time-dependent description below this node to provide the full outline of the closest PFC surfaces to the plasma. Even in such a case, the 'limiter' structure is still used to provide the outermost limiting surface (can be used e.g. to define the boundary of the mesh of equilibrium reconstruction codes)

element wall_2d/vessel
diagram dd_data_dictionary.xml_p3672.png
annotation
documentation
Mechanical structure of the vacuum vessel. The vessel is described as a set of nested layers with given physics properties; Two representations are admitted for each vessel unit : annular (two contours) or block elements.

complexType wall_2d_limiter
diagram dd_data_dictionary.xml_p3673.png
annotation
documentation
2D limiter description

element wall_2d_limiter/type
diagram dd_data_dictionary.xml_p3674.png
annotation
documentation
Type of the limiter description. index = 0 for the official single contour limiter and 1 for the official disjoint PFC structure like first wall. Additional representations needed on a code-by-code basis follow same incremental pair tagging starting on index =2

element wall_2d_limiter/unit
diagram dd_data_dictionary.xml_p3675.png
annotation
documentation
Set of limiter units
appinfo
<coordinate1>1...N</coordinate1>

complexType wall_2d_limiter_unit
diagram dd_data_dictionary.xml_p3676.png
annotation
documentation
2D limiter unit description

element wall_2d_limiter_unit/name
diagram dd_data_dictionary.xml_p3677.png
annotation
documentation
Name of the limiter unit
appinfo
<type>static</type>

element wall_2d_limiter_unit/closed
diagram dd_data_dictionary.xml_p3678.png
annotation
documentation
Flag identifying whether the contour is closed (1) or open (0)
appinfo
<type>static</type>

element wall_2d_limiter_unit/outline
diagram dd_data_dictionary.xml_p3679.png
annotation
documentation
Irregular outline of the limiting surface. Do NOT repeat the first point for closed contours

element wall_2d_limiter_unit/resistivity
diagram dd_data_dictionary.xml_p3680.png
annotation
documentation
Resistivity of the limiter unit
appinfo
<type>static</type>
<units>ohm.m</units>

complexType wall_2d_mobile
diagram dd_data_dictionary.xml_p3681.png
annotation
documentation
2D mobile parts description

element wall_2d_mobile/type
diagram dd_data_dictionary.xml_p3682.png
annotation
documentation
Type of the description

element wall_2d_mobile/unit
diagram dd_data_dictionary.xml_p3683.png
annotation
documentation
Set of mobile units
appinfo
<coordinate1>1...N</coordinate1>

complexType wall_2d_mobile_unit
diagram dd_data_dictionary.xml_p3684.png
annotation
documentation
2D mobile parts description

element wall_2d_mobile_unit/name
diagram dd_data_dictionary.xml_p3685.png
annotation
documentation
Name of the mobile unit
appinfo
<type>static</type>

element wall_2d_mobile_unit/closed
diagram dd_data_dictionary.xml_p3686.png
annotation
documentation
Flag identifying whether the contour is closed (1) or open (0)
appinfo
<type>static</type>

element wall_2d_mobile_unit/outline
diagram dd_data_dictionary.xml_p3687.png
annotation
documentation
Irregular outline of the mobile unit, for a set of time slices. Do NOT repeat the first point for closed contours
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element wall_2d_mobile_unit/resistivity
diagram dd_data_dictionary.xml_p3688.png
annotation
documentation
Resistivity of the mobile unit
appinfo
<type>static</type>
<units>ohm.m</units>

complexType wall_2d_vessel
diagram dd_data_dictionary.xml_p3689.png
annotation
documentation
2D vessel description

element wall_2d_vessel/type
diagram dd_data_dictionary.xml_p3690.png
annotation
documentation
Type of the vessel description. index = 0 for the official single/multiple annular vessel and 1 for the official block element representation for each vessel unit. Additional representations needed on a code-by-code basis follow same incremental pair tagging starting on index=2

element wall_2d_vessel/unit
diagram dd_data_dictionary.xml_p3691.png
annotation
documentation
Set of vessel units
appinfo
<coordinate1>1...N</coordinate1>

complexType wall_2d_vessel_annular
diagram dd_data_dictionary.xml_p3692.png
annotation
documentation
2D vessel annular description

element wall_2d_vessel_annular/outline_inner
diagram dd_data_dictionary.xml_p3693.png
annotation
documentation
Inner vessel outline. Do NOT repeat the first point for closed contours

element wall_2d_vessel_annular/outline_outer
diagram dd_data_dictionary.xml_p3694.png
annotation
documentation
Outer vessel outline. Do NOT repeat the first point for closed contours

element wall_2d_vessel_annular/resistivity
diagram dd_data_dictionary.xml_p3695.png
annotation
documentation
Resistivity of the vessel unit
appinfo
<type>static</type>
<units>ohm.m</units>

complexType wall_2d_vessel_element
diagram dd_data_dictionary.xml_p3696.png
annotation
documentation
2D vessel block element description

element wall_2d_vessel_element/name
diagram dd_data_dictionary.xml_p3697.png
annotation
documentation
Name of the block element
appinfo
<type>static</type>

element wall_2d_vessel_element/outline
diagram dd_data_dictionary.xml_p3698.png
annotation
documentation
Outline of the block element. Do NOT repeat the first point for closed contours

element wall_2d_vessel_element/resistivity
diagram dd_data_dictionary.xml_p3699.png
annotation
documentation
Resistivity of the block element
appinfo
<type>static</type>
<units>ohm.m</units>

element wall_2d_vessel_element/j_tor
diagram dd_data_dictionary.xml_p3700.png
annotation
documentation
Toroidal current induced in this block element
appinfo
<units>A</units>

element wall_2d_vessel_element/resistance
diagram dd_data_dictionary.xml_p3701.png
annotation
documentation
Resistance of the block element
appinfo
<type>static</type>
<units>Ohm</units>

complexType wall_2d_vessel_unit
diagram dd_data_dictionary.xml_p3702.png
annotation
documentation
2D vessel unit description

element wall_2d_vessel_unit/name
diagram dd_data_dictionary.xml_p3703.png
annotation
documentation
Name of the vessel unit
appinfo
<type>static</type>

element wall_2d_vessel_unit/annular
diagram dd_data_dictionary.xml_p3704.png
annotation
documentation
Annular representation of a vessel layer by two contours, inner and outer

element wall_2d_vessel_unit/element
diagram dd_data_dictionary.xml_p3705.png
annotation
documentation
Set of block elements
appinfo
<coordinate1>1...N</coordinate1>

complexType wall_description_ggd
diagram dd_data_dictionary.xml_p3706.png
annotation
documentation
3D wall description using the GGD

element wall_description_ggd/type
diagram dd_data_dictionary.xml_p3707.png
annotation
documentation
Type of wall: index = 0 for gas tight and 1 for a wall with holes/open ports

element wall_description_ggd/grid_ggd
diagram dd_data_dictionary.xml_p3708.png
annotation
documentation
Wall geometry described using the Generic Grid Description, for various time slices (in case of mobile wall elements). The timebase of this array of structure must be a subset of the timebase on which physical quantities are described (../ggd structure). Grid_subsets are used to describe various  wall components in a modular way.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element wall_description_ggd/ggd
diagram dd_data_dictionary.xml_p3709.png
annotation
documentation
Wall physics quantities represented using the general grid description, for various time slices.
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType wall_description_ggd_ggd
diagram dd_data_dictionary.xml_p3710.png
annotation
documentation
Physics quantities related to the 3D wall description using the GGD

element wall_description_ggd_ggd/power_density
diagram dd_data_dictionary.xml_p3711.png
annotation
documentation
Power density arriving on the wall surface, for various wall components (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>W.m^-2</units>

element wall_description_ggd_ggd/temperature
diagram dd_data_dictionary.xml_p3712.png
annotation
documentation
Temperature of the wall, for various wall components (grid subsets)
appinfo
<coordinate1>1...N</coordinate1>
<units>K</units>

element wall_description_ggd_ggd/time
diagram dd_data_dictionary.xml_p3713.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType wall_global_quantitites
diagram dd_data_dictionary.xml_p3714.png
annotation
documentation
Simple 0D description of plasma-wall interaction

element wall_global_quantitites/electrons
diagram dd_data_dictionary.xml_p3715.png
annotation
documentation
Quantities related to electrons

element wall_global_quantitites/neutral
diagram dd_data_dictionary.xml_p3716.png
annotation
documentation
Quantities related to the various neutral species
appinfo
<coordinate1>1...N</coordinate1>

element wall_global_quantitites/temperature
diagram dd_data_dictionary.xml_p3717.png
annotation
documentation
Wall temperature
appinfo
<type>dynamic</type>
<units>K</units>
<coordinate1>../../time</coordinate1>

element wall_global_quantitites/power_from_plasma
diagram dd_data_dictionary.xml_p3718.png
annotation
documentation
Power flowing from the plasma to the wall
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../time</coordinate1>

element wall_global_quantitites/power_to_cooling
diagram dd_data_dictionary.xml_p3719.png
annotation
documentation
Power to cooling systems
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../time</coordinate1>

element wall_global_quantitites/power_inner_target_ion_total
diagram dd_data_dictionary.xml_p3720.png
annotation
documentation
Total ion (summed over ion species) power on the inner target
appinfo
<coordinate1>../../time</coordinate1>
<units>W</units>
<type>dynamic</type>

element wall_global_quantitites/power_density_inner_target_max
diagram dd_data_dictionary.xml_p3721.png
annotation
documentation
Maximum power density on the inner target
appinfo
<coordinate1>../../time</coordinate1>
<units>W</units>
<type>dynamic</type>

element wall_global_quantitites/power_density_outer_target_max
diagram dd_data_dictionary.xml_p3722.png
annotation
documentation
Maximum power density on the outer target
appinfo
<coordinate1>../../time</coordinate1>
<units>W</units>
<type>dynamic</type>

complexType wall_global_quantitites_electrons
diagram dd_data_dictionary.xml_p3723.png
annotation
documentation
Simple 0D description of plasma-wall interaction, related to electrons

element wall_global_quantitites_electrons/pumping_speed
diagram dd_data_dictionary.xml_p3724.png
annotation
documentation
Pumped particle flux (in equivalent electrons)
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>../../../time</coordinate1>

element wall_global_quantitites_electrons/particle_flux_from_plasma
diagram dd_data_dictionary.xml_p3725.png
annotation
documentation
Particle flux from the plasma (in equivalent electrons)
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>../../../time</coordinate1>

element wall_global_quantitites_electrons/particle_flux_from_wall
diagram dd_data_dictionary.xml_p3726.png
annotation
documentation
Particle flux from the wall corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), in equivalent electrons
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>1...3</coordinate1>
<coordinate2>../../../time</coordinate2>

element wall_global_quantitites_electrons/gas_puff
diagram dd_data_dictionary.xml_p3727.png
annotation
documentation
Gas puff rate (in equivalent electrons)
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>../../../time</coordinate1>

element wall_global_quantitites_electrons/power_inner_target
diagram dd_data_dictionary.xml_p3728.png
annotation
documentation
Electron power on the inner target
appinfo
<coordinate1>../../../time</coordinate1>
<units>W</units>
<type>dynamic</type>

element wall_global_quantitites_electrons/power_outer_target
diagram dd_data_dictionary.xml_p3729.png
annotation
documentation
Electron power on the inner target
appinfo
<coordinate1>../../../time</coordinate1>
<units>W</units>
<type>dynamic</type>

complexType wall_global_quantitites_neutral
diagram dd_data_dictionary.xml_p3730.png
annotation
documentation
Simple 0D description of plasma-wall interaction, related to a given neutral species

element wall_global_quantitites_neutral/element
diagram dd_data_dictionary.xml_p3731.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element wall_global_quantitites_neutral/label
diagram dd_data_dictionary.xml_p3732.png
annotation
documentation
String identifying the species (e.g. H, D, CD4, ...)
appinfo
<type>constant</type>

element wall_global_quantitites_neutral/pumping_speed
diagram dd_data_dictionary.xml_p3733.png
annotation
documentation
Pumped particle flux for that species
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>/time</coordinate1>

element wall_global_quantitites_neutral/particle_flux_from_plasma
diagram dd_data_dictionary.xml_p3734.png
annotation
documentation
Particle flux from the plasma for that species
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>/time</coordinate1>

element wall_global_quantitites_neutral/particle_flux_from_wall
diagram dd_data_dictionary.xml_p3735.png
annotation
documentation
Particle flux from the wall corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>1...3</coordinate1>
<coordinate2>/time</coordinate2>

element wall_global_quantitites_neutral/gas_puff
diagram dd_data_dictionary.xml_p3736.png
annotation
documentation
Gas puff rate for that species
appinfo
<type>dynamic</type>
<units>s^-1</units>
<coordinate1>/time</coordinate1>

element wall_global_quantitites_neutral/wall_inventory
diagram dd_data_dictionary.xml_p3737.png
annotation
documentation
Wall inventory, i.e. cumulated exchange of neutral species between plasma and wall from t = 0, positive if a species has gone to the wall, for that species
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>/time</coordinate1>

element wall_global_quantitites_neutral/recycling_particles_coefficient
diagram dd_data_dictionary.xml_p3738.png
annotation
documentation
Particle recycling coefficient corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>1...3</coordinate1>
<coordinate2>/time</coordinate2>

element wall_global_quantitites_neutral/recycling_energy_coefficient
diagram dd_data_dictionary.xml_p3739.png
annotation
documentation
Energy recycling coefficient corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>1...3</coordinate1>
<coordinate2>/time</coordinate2>

element wall_global_quantitites_neutral/sputtering_physical_coefficient
diagram dd_data_dictionary.xml_p3740.png
annotation
documentation
Effective coefficient of physical sputtering for various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>1...3</coordinate1>
<coordinate2>/time</coordinate2>

element wall_global_quantitites_neutral/sputtering_chemical_coefficient
diagram dd_data_dictionary.xml_p3741.png
annotation
documentation
Effective coefficient of chemical sputtering for various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)
appinfo
<type>dynamic</type>
<units>-</units>
<coordinate1>1...3</coordinate1>
<coordinate2>/time</coordinate2>

element waves
diagram dd_data_dictionary.xml_p3742.png
annotation
documentation
RF wave propagation and deposition. Note that current estimates in this IDS are a priori not taking into account synergies between multiple sources (a convergence loop with Fokker-Planck calculations is required to account for such synergies)
appinfo
<lifecycle_status>alpha</lifecycle_status>
<lifecycle_version>3.5.0</lifecycle_version>
<lifecycle_last_change>3.9.0</lifecycle_last_change>

element waves/coherent_wave
diagram dd_data_dictionary.xml_p3743.png
annotation
documentation
Wave description for each frequency
appinfo
<coordinate1>1...N</coordinate1>

element waves/vacuum_toroidal_field
diagram dd_data_dictionary.xml_p3744.png
annotation
documentation
Characteristics of the vacuum toroidal field (used in rho_tor definition)

element waves/magnetic_axis
diagram dd_data_dictionary.xml_p3745.png
annotation
documentation
Magnetic axis position (used to define a poloidal angle for the 2D profiles)

complexType waves_coherent_wave
diagram dd_data_dictionary.xml_p3746.png
annotation
documentation
Source terms for a given actuator

element waves_coherent_wave/identifier
diagram dd_data_dictionary.xml_p3747.png
annotation
documentation
Identifier of the coherent wave, in terms of the type and name of the antenna driving the wave and an index separating waves driven by the same antenna.

element waves_coherent_wave/wave_solver_type
diagram dd_data_dictionary.xml_p3748.png
annotation
documentation
Type of wave deposition solver used for this wave. Index = 1 for beam/ray tracing; index = 2 for full wave

element waves_coherent_wave/global_quantities
diagram dd_data_dictionary.xml_p3749.png
annotation
documentation
Global quantities for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element waves_coherent_wave/profiles_1d
diagram dd_data_dictionary.xml_p3750.png
annotation
documentation
Source radial profiles (flux surface averaged quantities) for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element waves_coherent_wave/profiles_2d
diagram dd_data_dictionary.xml_p3751.png
annotation
documentation
2D profiles in poloidal cross-section, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element waves_coherent_wave/beam_tracing
diagram dd_data_dictionary.xml_p3752.png
annotation
documentation
Beam tracing calculations, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

element waves_coherent_wave/full_wave
diagram dd_data_dictionary.xml_p3753.png
annotation
documentation
Solution by a full wave code, given on a generic grid description, for various time slices
appinfo
<coordinate1>time</coordinate1>
<type>dynamic</type>

complexType waves_coherent_wave_beam_tracing
diagram dd_data_dictionary.xml_p3754.png
annotation
documentation
Beam tracing calculations for a given time slice

element waves_coherent_wave_beam_tracing/beam
diagram dd_data_dictionary.xml_p3755.png
annotation
documentation
Set of rays/beams describing the wave propagation
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_beam_tracing/time
diagram dd_data_dictionary.xml_p3756.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType waves_coherent_wave_beam_tracing_beam
diagram dd_data_dictionary.xml_p3757.png
annotation
documentation
Beam description

element waves_coherent_wave_beam_tracing_beam/power_initial
diagram dd_data_dictionary.xml_p3758.png
annotation
documentation
Initial power in the ray/beam
appinfo
<units>W</units>
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_beam/length
diagram dd_data_dictionary.xml_p3759.png
annotation
documentation
Ray/beam curvilinear length
appinfo
<units>m</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_beam_tracing_beam/position
diagram dd_data_dictionary.xml_p3760.png
annotation
documentation
Position of the ray/beam along its path

element waves_coherent_wave_beam_tracing_beam/wave_vector
diagram dd_data_dictionary.xml_p3761.png
annotation
documentation
Wave vector of the ray/beam along its path

element waves_coherent_wave_beam_tracing_beam/e_field
diagram dd_data_dictionary.xml_p3762.png
annotation
documentation
Electric field polarization of the ray/beam along its path

element waves_coherent_wave_beam_tracing_beam/power_flow_norm
diagram dd_data_dictionary.xml_p3763.png
annotation
documentation
Normalised power flow

element waves_coherent_wave_beam_tracing_beam/electrons
diagram dd_data_dictionary.xml_p3764.png
annotation
documentation
Quantities related to the electrons

element waves_coherent_wave_beam_tracing_beam/ion
diagram dd_data_dictionary.xml_p3765.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

complexType waves_coherent_wave_beam_tracing_beam_e_field
diagram dd_data_dictionary.xml_p3766.png
annotation
documentation
Components of the electric field for beam tracing

element waves_coherent_wave_beam_tracing_beam_e_field/plus
diagram dd_data_dictionary.xml_p3767.png
annotation
documentation
Left hand polarised electric field component
appinfo
<units>V.m^-1</units>

element waves_coherent_wave_beam_tracing_beam_e_field/minus
diagram dd_data_dictionary.xml_p3768.png
annotation
documentation
Right hand polarised electric field component
appinfo
<units>V.m^-1</units>

element waves_coherent_wave_beam_tracing_beam_e_field/parallel
diagram dd_data_dictionary.xml_p3769.png
annotation
documentation
Parallel to magnetic field polarised electric field component
appinfo
<units>V.m^-1</units>

complexType waves_coherent_wave_beam_tracing_beam_k
diagram dd_data_dictionary.xml_p3770.png
annotation
documentation
Beam wave vector

element waves_coherent_wave_beam_tracing_beam_k/k_r
diagram dd_data_dictionary.xml_p3771.png
annotation
documentation
Wave vector component in the major radius direction
appinfo
<units>m^-1</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_beam_k/k_z
diagram dd_data_dictionary.xml_p3772.png
annotation
documentation
Wave vector component in the vertical direction
appinfo
<units>m^-1</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_beam_k/k_tor
diagram dd_data_dictionary.xml_p3773.png
annotation
documentation
Wave vector component in the toroidal direction
appinfo
<units>m^-1</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_beam_k/n_parallel
diagram dd_data_dictionary.xml_p3774.png
annotation
documentation
Parallel refractive index
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_beam_k/n_perpendicular
diagram dd_data_dictionary.xml_p3775.png
annotation
documentation
Perpendicular refractive index
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_beam_k/n_tor
diagram dd_data_dictionary.xml_p3776.png
annotation
documentation
Toroidal wave number, contains a single value if varying_ntor = 1 to avoid useless repetition constant values
appinfo
<type>dynamic</type>
<coordinate1>../../length OR 1</coordinate1>

element waves_coherent_wave_beam_tracing_beam_k/varying_n_tor
diagram dd_data_dictionary.xml_p3777.png
annotation
documentation
Flag telling whether n_tor is constant along the ray path (0) or varying (1)
appinfo
<type>dynamic</type>

complexType waves_coherent_wave_beam_tracing_electrons
diagram dd_data_dictionary.xml_p3778.png
annotation
documentation
Electrons related quantities for beam tracing

element waves_coherent_wave_beam_tracing_electrons/power
diagram dd_data_dictionary.xml_p3779.png
annotation
documentation
Power absorbed along the beam by the species
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

complexType waves_coherent_wave_beam_tracing_ion
diagram dd_data_dictionary.xml_p3780.png
annotation
documentation
Ion related quantities for beam tracing

element waves_coherent_wave_beam_tracing_ion/element
diagram dd_data_dictionary.xml_p3781.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_beam_tracing_ion/z_ion
diagram dd_data_dictionary.xml_p3782.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element waves_coherent_wave_beam_tracing_ion/label
diagram dd_data_dictionary.xml_p3783.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion/power
diagram dd_data_dictionary.xml_p3784.png
annotation
documentation
Power absorbed along the beam by the species
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3785.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion/state
diagram dd_data_dictionary.xml_p3786.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType waves_coherent_wave_beam_tracing_ion_state
diagram dd_data_dictionary.xml_p3787.png
annotation
documentation
State related quantities for beam tracing

element waves_coherent_wave_beam_tracing_ion_state/z_min
diagram dd_data_dictionary.xml_p3788.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion_state/z_max
diagram dd_data_dictionary.xml_p3789.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion_state/label
diagram dd_data_dictionary.xml_p3790.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p3791.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p3792.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p3793.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element waves_coherent_wave_beam_tracing_ion_state/power
diagram dd_data_dictionary.xml_p3794.png
annotation
documentation
Power absorbed along the beam by the species
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../../length</coordinate1>

complexType waves_coherent_wave_beam_tracing_power_flow
diagram dd_data_dictionary.xml_p3795.png
annotation
documentation
Power flow for beam tracing

element waves_coherent_wave_beam_tracing_power_flow/perpendicular
diagram dd_data_dictionary.xml_p3796.png
annotation
documentation
Normalized power flow in the direction perpendicular to the magnetic field
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

element waves_coherent_wave_beam_tracing_power_flow/parallel
diagram dd_data_dictionary.xml_p3797.png
annotation
documentation
Normalized power flow in the direction parallel to the magnetic field
appinfo
<units>-</units>
<type>dynamic</type>
<coordinate1>../../length</coordinate1>

complexType waves_coherent_wave_full_wave
diagram dd_data_dictionary.xml_p3798.png
annotation
documentation
Full wave solution for a given time slice

element waves_coherent_wave_full_wave/grid
diagram dd_data_dictionary.xml_p3799.png
annotation
documentation
Grid description

element waves_coherent_wave_full_wave/e_field
diagram dd_data_dictionary.xml_p3800.png
annotation
documentation
Components of the wave electric field

element waves_coherent_wave_full_wave/b_field
diagram dd_data_dictionary.xml_p3801.png
annotation
documentation
Components of the wave magnetic field

element waves_coherent_wave_full_wave/k_perpendicular
diagram dd_data_dictionary.xml_p3802.png
annotation
documentation
Perpendicular wave vector, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave/time
diagram dd_data_dictionary.xml_p3803.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType waves_coherent_wave_full_wave_b_field
diagram dd_data_dictionary.xml_p3804.png
annotation
documentation
Components of the full wave magnetic field

element waves_coherent_wave_full_wave_b_field/parallel
diagram dd_data_dictionary.xml_p3805.png
annotation
documentation
Parallel (to the static magnetic field) component of the wave magnetic field, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave_b_field/normal
diagram dd_data_dictionary.xml_p3806.png
annotation
documentation
Magnitude of wave magnetic field normal to a flux surface, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave_b_field/bi_normal
diagram dd_data_dictionary.xml_p3807.png
annotation
documentation
Magnitude of perpendicular (to the static magnetic field) wave magnetic field tangent to a flux surface, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

complexType waves_coherent_wave_full_wave_e_field
diagram dd_data_dictionary.xml_p3808.png
annotation
documentation
Components of the full wave electric field

element waves_coherent_wave_full_wave_e_field/plus
diagram dd_data_dictionary.xml_p3809.png
annotation
documentation
Left hand circularly polarised component of the perpendicular (to the static magnetic field) electric field, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave_e_field/minus
diagram dd_data_dictionary.xml_p3810.png
annotation
documentation
Right hand circularly polarised component of the perpendicular (to the static magnetic field) electric field, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave_e_field/parallel
diagram dd_data_dictionary.xml_p3811.png
annotation
documentation
Parallel (to the static magnetic field) component of electric field, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave_e_field/normal
diagram dd_data_dictionary.xml_p3812.png
annotation
documentation
Magnitude of wave electric field normal to a flux surface, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_full_wave_e_field/bi_normal
diagram dd_data_dictionary.xml_p3813.png
annotation
documentation
Magnitude of perpendicular (to the static magnetic field) wave electric field tangent to a flux surface, given on various grid subsets
appinfo
<units>V.m^-1</units>
<coordinate1>1...N</coordinate1>

complexType waves_coherent_wave_global_quantities
diagram dd_data_dictionary.xml_p3814.png
annotation
documentation
Global quantities (RF waves) for a given time slice

element waves_coherent_wave_global_quantities/frequency
diagram dd_data_dictionary.xml_p3815.png
annotation
documentation
Wave frequency
appinfo
<units>Hz</units>
<type>dynamic</type>

element waves_coherent_wave_global_quantities/n_tor
diagram dd_data_dictionary.xml_p3816.png
annotation
documentation
Toroidal mode numbers
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_global_quantities/power
diagram dd_data_dictionary.xml_p3817.png
annotation
documentation
Total absorbed wave power
appinfo
<units>W</units>
<type>dynamic</type>

element waves_coherent_wave_global_quantities/power_n_tor
diagram dd_data_dictionary.xml_p3818.png
annotation
documentation
Absorbed wave power per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../n_tor</coordinate1>

element waves_coherent_wave_global_quantities/current_tor
diagram dd_data_dictionary.xml_p3819.png
annotation
documentation
Wave driven toroidal current from a stand alone calculation (not consistent with other sources)
appinfo
<units>A</units>
<type>dynamic</type>

element waves_coherent_wave_global_quantities/current_tor_n_tor
diagram dd_data_dictionary.xml_p3820.png
annotation
documentation
Wave driven toroidal current from a stand alone calculation (not consistent with other sources) per toroidal mode number
appinfo
<units>A</units>
<type>dynamic</type>
<coordinate1>../n_tor</coordinate1>

element waves_coherent_wave_global_quantities/electrons
diagram dd_data_dictionary.xml_p3821.png
annotation
documentation
Quantities related to the electrons

element waves_coherent_wave_global_quantities/ion
diagram dd_data_dictionary.xml_p3822.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_global_quantities/time
diagram dd_data_dictionary.xml_p3823.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType waves_coherent_wave_global_quantities_electrons
diagram dd_data_dictionary.xml_p3824.png
annotation
documentation
Global quantities related to electrons

element waves_coherent_wave_global_quantities_electrons/power_thermal
diagram dd_data_dictionary.xml_p3825.png
annotation
documentation
Wave power absorbed by the thermal particle population
appinfo
<type>dynamic</type>
<units>W</units>

element waves_coherent_wave_global_quantities_electrons/power_thermal_n_tor
diagram dd_data_dictionary.xml_p3826.png
annotation
documentation
Wave power absorbed by the thermal particle population per toroidal mode number
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../n_tor</coordinate1>

element waves_coherent_wave_global_quantities_electrons/power_fast
diagram dd_data_dictionary.xml_p3827.png
annotation
documentation
Wave power absorbed by the fast particle population
appinfo
<type>dynamic</type>
<units>W</units>

element waves_coherent_wave_global_quantities_electrons/power_fast_n_tor
diagram dd_data_dictionary.xml_p3828.png
annotation
documentation
Wave power absorbed by the fast particle population per toroidal mode number
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../n_tor</coordinate1>

element waves_coherent_wave_global_quantities_electrons/distribution_assumption
diagram dd_data_dictionary.xml_p3829.png
annotation
appinfo
<type>dynamic</type>
documentation
Assumption on the distribution function used by the wave solver to calculate the power deposition on this species: 0 = Maxwellian (linear absorption); 1 = quasi-linear (F given by a distributions IDS).

complexType waves_coherent_wave_global_quantities_ion
diagram dd_data_dictionary.xml_p3830.png
annotation
documentation
Global quantities related to a given ion species

element waves_coherent_wave_global_quantities_ion/element
diagram dd_data_dictionary.xml_p3831.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_global_quantities_ion/z_ion
diagram dd_data_dictionary.xml_p3832.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element waves_coherent_wave_global_quantities_ion/label
diagram dd_data_dictionary.xml_p3833.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion/power_thermal
diagram dd_data_dictionary.xml_p3834.png
annotation
documentation
Wave power absorbed by the thermal particle population
appinfo
<type>dynamic</type>
<units>W</units>

element waves_coherent_wave_global_quantities_ion/power_thermal_n_tor
diagram dd_data_dictionary.xml_p3835.png
annotation
documentation
Wave power absorbed by the thermal particle population per toroidal mode number
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../n_tor</coordinate1>

element waves_coherent_wave_global_quantities_ion/power_fast
diagram dd_data_dictionary.xml_p3836.png
annotation
documentation
Wave power absorbed by the fast particle population
appinfo
<type>dynamic</type>
<units>W</units>

element waves_coherent_wave_global_quantities_ion/power_fast_n_tor
diagram dd_data_dictionary.xml_p3837.png
annotation
documentation
Wave power absorbed by the fast particle population per toroidal mode number
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../n_tor</coordinate1>

element waves_coherent_wave_global_quantities_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3838.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion/distribution_assumption
diagram dd_data_dictionary.xml_p3839.png
annotation
appinfo
<type>dynamic</type>
documentation
Assumption on the distribution function used by the wave solver to calculate the power deposition on this species: 0 = Maxwellian (linear absorption); 1 = quasi-linear (F given by a distributions IDS).

element waves_coherent_wave_global_quantities_ion/state
diagram dd_data_dictionary.xml_p3840.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType waves_coherent_wave_global_quantities_ion_state
diagram dd_data_dictionary.xml_p3841.png
annotation
documentation
Global quantities related to a given ion species state

element waves_coherent_wave_global_quantities_ion_state/z_min
diagram dd_data_dictionary.xml_p3842.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion_state/z_max
diagram dd_data_dictionary.xml_p3843.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion_state/label
diagram dd_data_dictionary.xml_p3844.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p3845.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p3846.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p3847.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element waves_coherent_wave_global_quantities_ion_state/power_thermal
diagram dd_data_dictionary.xml_p3848.png
annotation
documentation
Wave power absorbed by the thermal particle population
appinfo
<type>dynamic</type>
<units>W</units>

element waves_coherent_wave_global_quantities_ion_state/power_thermal_n_tor
diagram dd_data_dictionary.xml_p3849.png
annotation
documentation
Wave power absorbed by the thermal particle population per toroidal mode number
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../../n_tor</coordinate1>

element waves_coherent_wave_global_quantities_ion_state/power_fast
diagram dd_data_dictionary.xml_p3850.png
annotation
documentation
Wave power absorbed by the fast particle population
appinfo
<type>dynamic</type>
<units>W</units>

element waves_coherent_wave_global_quantities_ion_state/power_fast_n_tor
diagram dd_data_dictionary.xml_p3851.png
annotation
documentation
Wave power absorbed by the fast particle population per toroidal mode number
appinfo
<type>dynamic</type>
<units>W</units>
<coordinate1>../../../n_tor</coordinate1>

complexType waves_coherent_wave_profiles_1d
diagram dd_data_dictionary.xml_p3852.png
annotation
documentation
Radial profiles (RF waves) for a given time slice

element waves_coherent_wave_profiles_1d/grid
diagram dd_data_dictionary.xml_p3853.png
annotation
documentation
Radial grid

element waves_coherent_wave_profiles_1d/n_tor
diagram dd_data_dictionary.xml_p3854.png
annotation
documentation
Toroidal mode numbers
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_profiles_1d/power_density
diagram dd_data_dictionary.xml_p3855.png
annotation
documentation
Flux surface averaged total absorbed wave power density (electrons + ion + fast populations)
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d/power_density_n_tor
diagram dd_data_dictionary.xml_p3856.png
annotation
documentation
Flux surface averaged absorbed wave power density per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<coordinate2>../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d/power_inside
diagram dd_data_dictionary.xml_p3857.png
annotation
documentation
Total absorbed wave power (electrons + ion + fast populations) inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d/power_inside_n_tor
diagram dd_data_dictionary.xml_p3858.png
annotation
documentation
Total absorbed wave power (electrons + ion + fast populations) inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<coordinate2>../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d/current_tor_inside
diagram dd_data_dictionary.xml_p3859.png
annotation
documentation
Wave driven toroidal current, inside a flux surface
appinfo
<units>A</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d/current_tor_inside_n_tor
diagram dd_data_dictionary.xml_p3860.png
annotation
documentation
Wave driven toroidal current, inside a flux surface, per toroidal mode number
appinfo
<units>A</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<coordinate2>../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d/current_parallel_density
diagram dd_data_dictionary.xml_p3861.png
annotation
documentation
Flux surface averaged wave driven parallel current density = average(j.B) / B0, where B0 = vacuum_toroidal_field/b0.
appinfo
<units>A.m^-2</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d/current_parallel_density_n_tor
diagram dd_data_dictionary.xml_p3862.png
annotation
documentation
Flux surface averaged wave driven parallel current density, per toroidal mode number
appinfo
<units>A.m^-2</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<coordinate2>../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d/e_field_n_tor
diagram dd_data_dictionary.xml_p3863.png
annotation
documentation
Components of the electric field per toroidal mode number, averaged over the flux surface, where the averaged is weighted with the power deposition density, such that e_field = ave(e_field.power_density) / ave(power_density)
appinfo
<coordinate1>../n_tor</coordinate1>

element waves_coherent_wave_profiles_1d/k_perpendicular
diagram dd_data_dictionary.xml_p3864.png
annotation
documentation
Perpendicular wave vector,  averaged over the flux surface, where the averaged is weighted with the power deposition density, such that k_perpendicular = ave(k_perpendicular.power_density) / ave(power_density), for every flux surface and every toroidal number
appinfo
<units>V.m^-1</units>
<type>dynamic</type>
<coordinate1>../grid/rho_tor_norm</coordinate1>
<coordinate2>../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d/electrons
diagram dd_data_dictionary.xml_p3865.png
annotation
documentation
Quantities related to the electrons

element waves_coherent_wave_profiles_1d/ion
diagram dd_data_dictionary.xml_p3866.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_profiles_1d/time
diagram dd_data_dictionary.xml_p3867.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType waves_coherent_wave_profiles_1d_electrons
diagram dd_data_dictionary.xml_p3868.png
annotation
documentation
Radial profiles (RF waves) related to electrons

element waves_coherent_wave_profiles_1d_electrons/power_density_thermal
diagram dd_data_dictionary.xml_p3869.png
annotation
documentation
Flux surface averaged absorbed wave power density on the thermal species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_electrons/power_density_thermal_n_tor
diagram dd_data_dictionary.xml_p3870.png
annotation
documentation
Flux surface averaged absorbed wave power density on the thermal species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_electrons/power_density_fast
diagram dd_data_dictionary.xml_p3871.png
annotation
documentation
Flux surface averaged absorbed wave power density on the fast species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_electrons/power_density_fast_n_tor
diagram dd_data_dictionary.xml_p3872.png
annotation
documentation
Flux surface averaged absorbed wave power density on the fast species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_electrons/power_inside_thermal
diagram dd_data_dictionary.xml_p3873.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_electrons/power_inside_thermal_n_tor
diagram dd_data_dictionary.xml_p3874.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_electrons/power_inside_fast
diagram dd_data_dictionary.xml_p3875.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_electrons/power_inside_fast_n_tor
diagram dd_data_dictionary.xml_p3876.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

complexType waves_coherent_wave_profiles_1d_ion
diagram dd_data_dictionary.xml_p3877.png
annotation
documentation
Radial profiles (RF waves) related to a given ion species

element waves_coherent_wave_profiles_1d_ion/element
diagram dd_data_dictionary.xml_p3878.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_profiles_1d_ion/z_ion
diagram dd_data_dictionary.xml_p3879.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element waves_coherent_wave_profiles_1d_ion/label
diagram dd_data_dictionary.xml_p3880.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion/power_density_thermal
diagram dd_data_dictionary.xml_p3881.png
annotation
documentation
Flux surface averaged absorbed wave power density on the thermal species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion/power_density_thermal_n_tor
diagram dd_data_dictionary.xml_p3882.png
annotation
documentation
Flux surface averaged absorbed wave power density on the thermal species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion/power_density_fast
diagram dd_data_dictionary.xml_p3883.png
annotation
documentation
Flux surface averaged absorbed wave power density on the fast species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion/power_density_fast_n_tor
diagram dd_data_dictionary.xml_p3884.png
annotation
documentation
Flux surface averaged absorbed wave power density on the fast species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion/power_inside_thermal
diagram dd_data_dictionary.xml_p3885.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion/power_inside_thermal_n_tor
diagram dd_data_dictionary.xml_p3886.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion/power_inside_fast
diagram dd_data_dictionary.xml_p3887.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion/power_inside_fast_n_tor
diagram dd_data_dictionary.xml_p3888.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3889.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion/state
diagram dd_data_dictionary.xml_p3890.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType waves_coherent_wave_profiles_1d_ion_state
diagram dd_data_dictionary.xml_p3891.png
annotation
documentation
Radial profiles (RF waves) related to a given ion species state

element waves_coherent_wave_profiles_1d_ion_state/z_min
diagram dd_data_dictionary.xml_p3892.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion_state/z_max
diagram dd_data_dictionary.xml_p3893.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion_state/label
diagram dd_data_dictionary.xml_p3894.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p3895.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p3896.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p3897.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_1d_ion_state/power_density_thermal
diagram dd_data_dictionary.xml_p3898.png
annotation
documentation
Flux surface averaged absorbed wave power density on the thermal species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion_state/power_density_thermal_n_tor
diagram dd_data_dictionary.xml_p3899.png
annotation
documentation
Flux surface averaged absorbed wave power density on the thermal species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion_state/power_density_fast
diagram dd_data_dictionary.xml_p3900.png
annotation
documentation
Flux surface averaged absorbed wave power density on the fast species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion_state/power_density_fast_n_tor
diagram dd_data_dictionary.xml_p3901.png
annotation
documentation
Flux surface averaged absorbed wave power density on the fast species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion_state/power_inside_thermal
diagram dd_data_dictionary.xml_p3902.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion_state/power_inside_thermal_n_tor
diagram dd_data_dictionary.xml_p3903.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../n_tor</coordinate2>

element waves_coherent_wave_profiles_1d_ion_state/power_inside_fast
diagram dd_data_dictionary.xml_p3904.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element waves_coherent_wave_profiles_1d_ion_state/power_inside_fast_n_tor
diagram dd_data_dictionary.xml_p3905.png
annotation
documentation
Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number
appinfo
<units>W</units>
<type>dynamic</type>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>
<coordinate2>../../../n_tor</coordinate2>

complexType waves_coherent_wave_profiles_2d
diagram dd_data_dictionary.xml_p3906.png
annotation
documentation
2D profiles (RF waves) for a given time slice

element waves_coherent_wave_profiles_2d/grid
diagram dd_data_dictionary.xml_p3907.png
annotation
documentation
2D grid in a poloidal cross-section

element waves_coherent_wave_profiles_2d/n_tor
diagram dd_data_dictionary.xml_p3908.png
annotation
documentation
Toroidal mode numbers
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_profiles_2d/power_density
diagram dd_data_dictionary.xml_p3909.png
annotation
documentation
Total absorbed wave power density (electrons + ion + fast populations)
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../grid/r</coordinate1_same_as>
<coordinate2_same_as>../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d/power_density_n_tor
diagram dd_data_dictionary.xml_p3910.png
annotation
documentation
Absorbed wave power density per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../grid/r</coordinate1_same_as>
<coordinate2_same_as>../grid/r</coordinate2_same_as>
<coordinate3>../n_tor</coordinate3>

element waves_coherent_wave_profiles_2d/e_field_n_tor
diagram dd_data_dictionary.xml_p3911.png
annotation
documentation
Components of the electric field per toroidal mode number
appinfo
<coordinate1>../n_tor</coordinate1>

element waves_coherent_wave_profiles_2d/electrons
diagram dd_data_dictionary.xml_p3912.png
annotation
documentation
Quantities related to the electrons

element waves_coherent_wave_profiles_2d/ion
diagram dd_data_dictionary.xml_p3913.png
annotation
documentation
Quantities related to the different ion species
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_profiles_2d/time
diagram dd_data_dictionary.xml_p3914.png
annotation
documentation
Time
appinfo
<units>s</units>
<type>dynamic</type>

complexType waves_coherent_wave_profiles_2d_electrons
diagram dd_data_dictionary.xml_p3915.png
annotation
documentation
Global quantities related to electrons

element waves_coherent_wave_profiles_2d_electrons/power_density_thermal
diagram dd_data_dictionary.xml_p3916.png
annotation
documentation
Absorbed wave power density on the thermal species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d_electrons/power_density_thermal_n_tor
diagram dd_data_dictionary.xml_p3917.png
annotation
documentation
Absorbed wave power density on the thermal species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>
<coordinate3>../../n_tor</coordinate3>

element waves_coherent_wave_profiles_2d_electrons/power_density_fast
diagram dd_data_dictionary.xml_p3918.png
annotation
documentation
Absorbed wave power density on the fast species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d_electrons/power_density_fast_n_tor
diagram dd_data_dictionary.xml_p3919.png
annotation
documentation
Absorbed wave power density on the fast species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>
<coordinate3>../../n_tor</coordinate3>

complexType waves_coherent_wave_profiles_2d_grid
diagram dd_data_dictionary.xml_p3920.png
annotation
documentation
2D grid for waves

element waves_coherent_wave_profiles_2d_grid/type
diagram dd_data_dictionary.xml_p3921.png
annotation
documentation
Grid type: index=0: Rectangular grid in the (R,Z) coordinates; index=1: Rectangular grid in the (radial, theta_geometric) coordinates; index=2: Rectangular grid in the (radial, theta_straight) coordinates. index=3: unstructured grid.
appinfo
<coordinate1>../rho_tor_norm</coordinate1>
<units>m^3</units>

element waves_coherent_wave_profiles_2d_grid/r
diagram dd_data_dictionary.xml_p3922.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<units>m</units>

element waves_coherent_wave_profiles_2d_grid/z
diagram dd_data_dictionary.xml_p3923.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>m</units>

element waves_coherent_wave_profiles_2d_grid/theta_straight
diagram dd_data_dictionary.xml_p3924.png
annotation
documentation
Straight field line poloidal angle
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>rad</units>

element waves_coherent_wave_profiles_2d_grid/theta_geometric
diagram dd_data_dictionary.xml_p3925.png
annotation
documentation
Geometrical poloidal angle
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>rad</units>

element waves_coherent_wave_profiles_2d_grid/rho_tor_norm
diagram dd_data_dictionary.xml_p3926.png
annotation
documentation
Normalised toroidal flux coordinate. The normalizing value for rho_tor_norm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>-</units>

element waves_coherent_wave_profiles_2d_grid/rho_tor
diagram dd_data_dictionary.xml_p3927.png
annotation
documentation
Toroidal flux coordinate. The toroidal field used in its definition is indicated under vacuum_toroidal_field/b0
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>m</units>

element waves_coherent_wave_profiles_2d_grid/psi
diagram dd_data_dictionary.xml_p3928.png
annotation
documentation
Poloidal magnetic flux
appinfo
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>Wb</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_grid/volume
diagram dd_data_dictionary.xml_p3929.png
annotation
documentation
Volume enclosed inside the magnetic surface
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>m^3</units>

element waves_coherent_wave_profiles_2d_grid/area
diagram dd_data_dictionary.xml_p3930.png
annotation
documentation
Cross-sectional area of the flux surface
appinfo
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../r</coordinate1_same_as>
<coordinate2_same_as>../r</coordinate2_same_as>
<units>m^2</units>

complexType waves_coherent_wave_profiles_2d_ion
diagram dd_data_dictionary.xml_p3931.png
annotation
documentation
Global quantities related to a given ion species

element waves_coherent_wave_profiles_2d_ion/element
diagram dd_data_dictionary.xml_p3932.png
annotation
documentation
List of elements forming the atom or molecule
appinfo
<coordinate1>1...N</coordinate1>

element waves_coherent_wave_profiles_2d_ion/z_ion
diagram dd_data_dictionary.xml_p3933.png
annotation
documentation
Ion charge (of the dominant ionisation state; lumped ions are allowed).
appinfo
<type>dynamic</type>
<units>Elementary Charge Unit</units>

element waves_coherent_wave_profiles_2d_ion/label
diagram dd_data_dictionary.xml_p3934.png
annotation
documentation
String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion/power_density_thermal
diagram dd_data_dictionary.xml_p3935.png
annotation
documentation
Absorbed wave power density on the thermal species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d_ion/power_density_thermal_n_tor
diagram dd_data_dictionary.xml_p3936.png
annotation
documentation
Absorbed wave power density on the thermal species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>
<coordinate3>../../n_tor</coordinate3>

element waves_coherent_wave_profiles_2d_ion/power_density_fast
diagram dd_data_dictionary.xml_p3937.png
annotation
documentation
Absorbed wave power density on the fast species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d_ion/power_density_fast_n_tor
diagram dd_data_dictionary.xml_p3938.png
annotation
documentation
Absorbed wave power density on the fast species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../grid/r</coordinate2_same_as>
<coordinate3>../../n_tor</coordinate3>

element waves_coherent_wave_profiles_2d_ion/multiple_states_flag
diagram dd_data_dictionary.xml_p3939.png
annotation
documentation
Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion/state
diagram dd_data_dictionary.xml_p3940.png
annotation
documentation
Collisional exchange with the various states of the ion species (ionisation, energy, excitation, ...)
appinfo
<coordinate1>1...N_charge_states</coordinate1>

complexType waves_coherent_wave_profiles_2d_ion_state
diagram dd_data_dictionary.xml_p3941.png
annotation
documentation
Global quantities related to a given ion species state

element waves_coherent_wave_profiles_2d_ion_state/z_min
diagram dd_data_dictionary.xml_p3942.png
annotation
documentation
Minimum Z of the charge state bundle (z_min = z_max = 0 for a neutral)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion_state/z_max
diagram dd_data_dictionary.xml_p3943.png
annotation
documentation
Maximum Z of the charge state bundle (equal to z_min if no bundle)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion_state/label
diagram dd_data_dictionary.xml_p3944.png
annotation
documentation
String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion_state/electron_configuration
diagram dd_data_dictionary.xml_p3945.png
annotation
documentation
Configuration of atomic orbitals of this state, e.g. 1s2-2s1
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion_state/vibrational_level
diagram dd_data_dictionary.xml_p3946.png
annotation
documentation
Vibrational level (can be bundled)
appinfo
<units>Elementary Charge Unit</units>
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion_state/vibrational_mode
diagram dd_data_dictionary.xml_p3947.png
annotation
documentation
Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.
appinfo
<type>dynamic</type>

element waves_coherent_wave_profiles_2d_ion_state/power_density_thermal
diagram dd_data_dictionary.xml_p3948.png
annotation
documentation
Absorbed wave power density on the thermal species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d_ion_state/power_density_thermal_n_tor
diagram dd_data_dictionary.xml_p3949.png
annotation
documentation
Absorbed wave power density on the thermal species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../../grid/r</coordinate2_same_as>
<coordinate3>../../../n_tor</coordinate3>

element waves_coherent_wave_profiles_2d_ion_state/power_density_fast
diagram dd_data_dictionary.xml_p3950.png
annotation
documentation
Absorbed wave power density on the fast species
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../../grid/r</coordinate2_same_as>

element waves_coherent_wave_profiles_2d_ion_state/power_density_fast_n_tor
diagram dd_data_dictionary.xml_p3951.png
annotation
documentation
Absorbed wave power density on the fast species, per toroidal mode number
appinfo
<units>W.m^-3</units>
<type>dynamic</type>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../../grid/r</coordinate2_same_as>
<coordinate3>../../../n_tor</coordinate3>

complexType waves_CPX_1D
diagram dd_data_dictionary.xml_p3952.png
annotation
documentation
Structure for 1D complex number, real and imaginary parts

element waves_CPX_1D/real
diagram dd_data_dictionary.xml_p3953.png
annotation
documentation
Real part
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../../length</coordinate1>

element waves_CPX_1D/imaginary
diagram dd_data_dictionary.xml_p3954.png
annotation
documentation
Imaginary part
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../../length</coordinate1>

complexType waves_CPX_amp_phase_1D
diagram dd_data_dictionary.xml_p3955.png
annotation
documentation
Structure for 1D complex number, amplitude and phase

element waves_CPX_amp_phase_1D/amplitude
diagram dd_data_dictionary.xml_p3956.png
annotation
documentation
Amplitude
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

element waves_CPX_amp_phase_1D/phase
diagram dd_data_dictionary.xml_p3957.png
annotation
documentation
Phase
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>../../../grid/rho_tor_norm</coordinate1>

complexType waves_CPX_amp_phase_2D
diagram dd_data_dictionary.xml_p3958.png
annotation
documentation
Structure for 2D complex number, amplitude and phase

element waves_CPX_amp_phase_2D/amplitude
diagram dd_data_dictionary.xml_p3959.png
annotation
documentation
Amplitude
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../../grid/r</coordinate2_same_as>

element waves_CPX_amp_phase_2D/phase
diagram dd_data_dictionary.xml_p3960.png
annotation
documentation
Phase
appinfo
<type>dynamic</type>
<units>as_parent</units>
<coordinate1>1...N</coordinate1>
<coordinate2>1...N</coordinate2>
<coordinate1_same_as>../../../grid/r</coordinate1_same_as>
<coordinate2_same_as>../../../grid/r</coordinate2_same_as>

complexType waves_profiles_1d_e_field_n_tor
diagram dd_data_dictionary.xml_p3961.png
annotation
documentation
Components of the surface averaged electric field

element waves_profiles_1d_e_field_n_tor/plus
diagram dd_data_dictionary.xml_p3962.png
annotation
documentation
Left hand polarised electric field component for every flux surface
appinfo
<units>V.m^-1</units>

element waves_profiles_1d_e_field_n_tor/minus
diagram dd_data_dictionary.xml_p3963.png
annotation
documentation
Right hand polarised electric field component for every flux surface
appinfo
<units>V.m^-1</units>

element waves_profiles_1d_e_field_n_tor/parallel
diagram dd_data_dictionary.xml_p3964.png
annotation
documentation
Parallel electric field component for every flux surface
appinfo
<units>V.m^-1</units>

complexType waves_profiles_2d_e_field_n_tor
diagram dd_data_dictionary.xml_p3965.png
annotation
documentation
Components of the surface averaged electric field

element waves_profiles_2d_e_field_n_tor/plus
diagram dd_data_dictionary.xml_p3966.png
annotation
documentation
Left hand polarised electric field component
appinfo
<units>V.m^-1</units>

element waves_profiles_2d_e_field_n_tor/minus
diagram dd_data_dictionary.xml_p3967.png
annotation
documentation
Right hand polarised electric field component
appinfo
<units>V.m^-1</units>

element waves_profiles_2d_e_field_n_tor/parallel
diagram dd_data_dictionary.xml_p3968.png
annotation
documentation
Parallel electric field component
appinfo
<units>V.m^-1</units>

complexType waves_rzphipsitheta1d_dynamic_aos3
diagram dd_data_dictionary.xml_p3969.png
annotation
documentation
Structure for R, Z, Phi, Psi, Theta positions (1D, dynamic within a type 3 array of structure)

element waves_rzphipsitheta1d_dynamic_aos3/r
diagram dd_data_dictionary.xml_p3970.png
annotation
documentation
Major radius
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../../length</coordinate1>

element waves_rzphipsitheta1d_dynamic_aos3/z
diagram dd_data_dictionary.xml_p3971.png
annotation
documentation
Height
appinfo
<type>dynamic</type>
<units>m</units>
<coordinate1>../../length</coordinate1>

element waves_rzphipsitheta1d_dynamic_aos3/phi
diagram dd_data_dictionary.xml_p3972.png
annotation
documentation
Toroidal angle
appinfo
<type>dynamic</type>
<units>rad</units>
<coordinate1>../../length</coordinate1>

element waves_rzphipsitheta1d_dynamic_aos3/psi
diagram dd_data_dictionary.xml_p3973.png
annotation
documentation
Poloidal flux
appinfo
<type>dynamic</type>
<units>Wb</units>
<coordinate1>../../length</coordinate1>

element waves_rzphipsitheta1d_dynamic_aos3/theta
diagram dd_data_dictionary.xml_p3974.png
annotation
documentation
Poloidal angle
appinfo
<type>dynamic</type>
<units>rad</units>
<coordinate1>../../length</coordinate1>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy