Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema ntm.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element ntm
Namespace No namespace
Annotations
Description of a Neoclassical Tearing Mode and its evolution.Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo ntm_xsd.tmp#ntm_mode ntm_xsd.tmp#ntm_time utilities_xsd.tmp#codeparam
Properties
content complex
Used by
Element top
Model
Children codeparam, datainfo, mode, time
Instance
<ntm>
  <datainfo>{1,1}</datainfo>
  <mode>{1,unbounded}</mode>
  <time>{1,1}</time>
  <codeparam>{1,1}</codeparam>
</ntm>
Source
<xs:element name="ntm">
  <xs:annotation>
    <xs:documentation>Description of a Neoclassical Tearing Mode and its evolution.Time-dependent CPO</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="mode" type="ntm_mode" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>List of the various NTM modes appearing during the simulation. If a mode appears several times, use several indices in this arra of structure with the same m,n values. All descendant nodes are marked as Time-dependent for technical reasons, to allow the size of the mode AoS to vary.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="time" type="xs:float" default="0.0">
        <xs:annotation>
          <xs:documentation>Time [s]; Time-dependent; Scalar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="codeparam"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ntm / mode
Namespace No namespace
Annotations
List of the various NTM modes appearing during the simulation. If a mode appears several times, use several indices in this arra of structure with the same m,n values. All descendant nodes are marked as Time-dependent for technical reasons, to allow the size of the mode AoS to vary.
Diagram
Diagram ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_onset ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution ntm_xsd.tmp#NO_NAMESPACE_ntm_mode
Type ntm_mode
Properties
content complex
maxOccurs unbounded
Model
Children evolution, full_evol, onset
Instance
<mode>
  <onset>{1,1}</onset>
  <full_evol>{1,1}</full_evol>
  <evolution>{1,1}</evolution>
</mode>
Source
<xs:element name="mode" type="ntm_mode" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>List of the various NTM modes appearing during the simulation. If a mode appears several times, use several indices in this arra of structure with the same m,n values. All descendant nodes are marked as Time-dependent for technical reasons, to allow the size of the mode AoS to vary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode / onset
Namespace No namespace
Annotations
NTM onset characteristics. Time-dependent
Diagram
Diagram ntm_xsd.tmp#ntm_mode_onset_w ntm_xsd.tmp#ntm_mode_onset_time_onset ntm_xsd.tmp#ntm_mode_onset_time_offset ntm_xsd.tmp#ntm_mode_onset_phase ntm_xsd.tmp#ntm_mode_onset_n ntm_xsd.tmp#ntm_mode_onset_m ntm_xsd.tmp#ntm_mode_onset_description ntm_xsd.tmp#ntm_mode_onset
Type ntm_mode_onset
Properties
content complex
Model
Children description, m, n, phase, time_offset, time_onset, w
Instance
<onset>
  <w>{1,1}</w>
  <time_onset>{1,1}</time_onset>
  <time_offset>{1,1}</time_offset>
  <phase>{1,1}</phase>
  <n>{1,1}</n>
  <m>{1,1}</m>
  <description>{1,1}</description>
</onset>
Source
<xs:element name="onset" type="ntm_mode_onset">
  <xs:annotation>
    <xs:documentation>NTM onset characteristics. Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / w
Namespace No namespace
Annotations
Seed island full width [m]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="w" type="xs:float">
  <xs:annotation>
    <xs:documentation>Seed island full width [m]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / time_onset
Namespace No namespace
Annotations
Onset time [s]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="time_onset" type="xs:float">
  <xs:annotation>
    <xs:documentation>Onset time [s]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / time_offset
Namespace No namespace
Annotations
Offset time [s] (when a mode disappears). If the mode reappears later in the simulation, use another index of the mode array of structure. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="time_offset" type="xs:float">
  <xs:annotation>
    <xs:documentation>Offset time [s] (when a mode disappears). If the mode reappears later in the simulation, use another index of the mode array of structure. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / phase
Namespace No namespace
Annotations
Phase of the mode at onset [rad]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="phase" type="xs:float">
  <xs:annotation>
    <xs:documentation>Phase of the mode at onset [rad]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / n
Namespace No namespace
Annotations
Toroidal mode number. Time-dependent.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="n" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Toroidal mode number. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / m
Namespace No namespace
Annotations
Poloidal mode number. Time-dependent.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="m" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Poloidal mode number. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_onset / description
Namespace No namespace
Annotations
Cause of the mode onset. Time-dependent.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="description" type="xs:string">
  <xs:annotation>
    <xs:documentation>Cause of the mode onset. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode / full_evol
Namespace No namespace
Annotations
Detailed NTM evolution on a finer timebase than the CPO timebase. Time-dependent.
Diagram
Diagram ntm_xsd.tmp#ntm_mode_full_evol_time_evol ntm_xsd.tmp#ntm_mode_full_evol_w ntm_xsd.tmp#ntm_mode_full_evol_dwdt ntm_xsd.tmp#ntm_mode_full_evol_phase ntm_xsd.tmp#ntm_mode_full_evol_dphasedt ntm_xsd.tmp#ntm_mode_full_evol_frequency ntm_xsd.tmp#ntm_mode_full_evol_dfrequencydt ntm_xsd.tmp#ntm_mode_full_evol_island ntm_xsd.tmp#ntm_mode_full_evol_n ntm_xsd.tmp#ntm_mode_full_evol_m ntm_xsd.tmp#ntm_mode_full_evol_deltaw_value ntm_xsd.tmp#ntm_mode_full_evol_deltaw_name ntm_xsd.tmp#ntm_mode_full_evol_torque_value ntm_xsd.tmp#ntm_mode_full_evol_torque_name ntm_xsd.tmp#ntm_mode_full_evol_delta_diff ntm_xsd.tmp#ntm_mode_full_evol_description ntm_xsd.tmp#ntm_mode_full_evol_rho_tor ntm_xsd.tmp#ntm_mode_full_evol
Type ntm_mode_full_evol
Properties
content complex
Model
Children delta_diff, deltaw_name, deltaw_value, description, dfrequencydt, dphasedt, dwdt, frequency, island, m, n, phase, rho_tor, time_evol, torque_name, torque_value, w
Instance
<full_evol>
  <time_evol>{1,1}</time_evol>
  <w>{1,1}</w>
  <dwdt>{1,1}</dwdt>
  <phase>{1,1}</phase>
  <dphasedt>{1,1}</dphasedt>
  <frequency>{1,1}</frequency>
  <dfrequencydt>{1,1}</dfrequencydt>
  <island>{1,1}</island>
  <n>{1,1}</n>
  <m>{1,1}</m>
  <deltaw_value>{1,1}</deltaw_value>
  <deltaw_name>{1,1}</deltaw_name>
  <torque_value>{1,1}</torque_value>
  <torque_name>{1,1}</torque_name>
  <delta_diff>{1,1}</delta_diff>
  <description>{1,1}</description>
  <rho_tor>{1,1}</rho_tor>
</full_evol>
Source
<xs:element name="full_evol" type="ntm_mode_full_evol">
  <xs:annotation>
    <xs:documentation>Detailed NTM evolution on a finer timebase than the CPO timebase. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / time_evol
Namespace No namespace
Annotations
Time array used to describe the detailed mode evolution which can be different from the CPO timebase [s]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="time_evol" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Time array used to describe the detailed mode evolution which can be different from the CPO timebase [s]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / w
Namespace No namespace
Annotations
Full width of the mode [m]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="w" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Full width of the mode [m]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / dwdt
Namespace No namespace
Annotations
Time derivative of the full width of the mode [m/s]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dwdt" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Time derivative of the full width of the mode [m/s]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / phase
Namespace No namespace
Annotations
Phase of the mode [rad]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="phase" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Phase of the mode [rad]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / dphasedt
Namespace No namespace
Annotations
Time-derivative of the phase of the mode [rad]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dphasedt" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Time-derivative of the phase of the mode [rad]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / frequency
Namespace No namespace
Annotations
Frequency of the mode [Hz]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="frequency" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Frequency of the mode [Hz]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / dfrequencydt
Namespace No namespace
Annotations
time derivative of the frequency of the mode [Hz]. Vector(ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dfrequencydt" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>time derivative of the frequency of the mode [Hz]. Vector(ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / island
Namespace No namespace
Annotations
Island description
Diagram
Diagram ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island_geometry ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island_coord_values ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island_coord_desc ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island
Type ntm_mode_full_evol_island
Properties
content complex
Model
Children coord_desc, coord_values, geometry
Instance
<island>
  <geometry>{1,1}</geometry>
  <coord_values>{1,1}</coord_values>
  <coord_desc>{1,1}</coord_desc>
</island>
Source
<xs:element name="island" type="ntm_mode_full_evol_island">
  <xs:annotation>
    <xs:documentation>Island description</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol_island / geometry
Namespace No namespace
Annotations
Description of island geometry [?]. Matrix(nradial, ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="geometry" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Description of island geometry [?]. Matrix(nradial, ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol_island / coord_values
Namespace No namespace
Annotations
Radial coordinate values [?]. Matrix(nradial, ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="coord_values" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Radial coordinate values [?]. Matrix(nradial, ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol_island / coord_desc
Namespace No namespace
Annotations
Description of flux label, use the same for all islands. Time-dependent.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="coord_desc" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description of flux label, use the same for all islands. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / n
Namespace No namespace
Annotations
Toroidal mode number. Time-dependent.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="n" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Toroidal mode number. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / m
Namespace No namespace
Annotations
Poloidal mode number. Time-dependent.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="m" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Poloidal mode number. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / deltaw_value
Namespace No namespace
Annotations
Matrix(ntype, ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="deltaw_value" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Matrix(ntype, ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / deltaw_name
Namespace No namespace
Annotations
Name of the deltaw contribution. String vector (ntype). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="deltaw_name" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Name of the deltaw contribution. String vector (ntype). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / torque_value
Namespace No namespace
Annotations
Matrix(ntype_torque, ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="torque_value" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Matrix(ntype_torque, ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / torque_name
Namespace No namespace
Annotations
Name of the torque contribution. String vector (ntype_torque). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="torque_name" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Name of the torque contribution. String vector (ntype_torque). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / delta_diff
Namespace No namespace
Annotations
Extra diffusion coefficient for Te, ne, Ti equation. Matrix(nequation, ntime_evol). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="delta_diff" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Extra diffusion coefficient for Te, ne, Ti equation. Matrix(nequation, ntime_evol). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / description
Namespace No namespace
Annotations
How the mode evolution is calculated. Time-dependent.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="description" type="xs:string">
  <xs:annotation>
    <xs:documentation>How the mode evolution is calculated. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_full_evol / rho_tor
Namespace No namespace
Annotations
[m]. Vector(ntime_evol) Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_tor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>[m]. Vector(ntime_evol) Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode / evolution
Namespace No namespace
Annotations
NTM evolution corresponding to the CPO timebase. Time-dependent.
Diagram
Diagram ntm_xsd.tmp#ntm_mode_evolution_w ntm_xsd.tmp#ntm_mode_evolution_dwdt ntm_xsd.tmp#ntm_mode_evolution_phase ntm_xsd.tmp#ntm_mode_evolution_dphasedt ntm_xsd.tmp#ntm_mode_evolution_frequency ntm_xsd.tmp#ntm_mode_evolution_dfrequencydt ntm_xsd.tmp#ntm_mode_evolution_island ntm_xsd.tmp#ntm_mode_evolution_n ntm_xsd.tmp#ntm_mode_evolution_m ntm_xsd.tmp#ntm_mode_evolution_deltaw_value ntm_xsd.tmp#ntm_mode_evolution_deltaw_name ntm_xsd.tmp#ntm_mode_evolution_torque_value ntm_xsd.tmp#ntm_mode_evolution_torque_name ntm_xsd.tmp#ntm_mode_evolution_delta_diff ntm_xsd.tmp#ntm_mode_evolution_description ntm_xsd.tmp#ntm_mode_evolution_rho_tor ntm_xsd.tmp#ntm_mode_evolution
Type ntm_mode_evolution
Properties
content complex
Model
Children delta_diff, deltaw_name, deltaw_value, description, dfrequencydt, dphasedt, dwdt, frequency, island, m, n, phase, rho_tor, torque_name, torque_value, w
Instance
<evolution>
  <w>{1,1}</w>
  <dwdt>{1,1}</dwdt>
  <phase>{1,1}</phase>
  <dphasedt>{1,1}</dphasedt>
  <frequency>{1,1}</frequency>
  <dfrequencydt>{1,1}</dfrequencydt>
  <island>{1,1}</island>
  <n>{1,1}</n>
  <m>{1,1}</m>
  <deltaw_value>{1,1}</deltaw_value>
  <deltaw_name>{1,1}</deltaw_name>
  <torque_value>{1,1}</torque_value>
  <torque_name>{1,1}</torque_name>
  <delta_diff>{1,1}</delta_diff>
  <description>{1,1}</description>
  <rho_tor>{1,1}</rho_tor>
</evolution>
Source
<xs:element name="evolution" type="ntm_mode_evolution">
  <xs:annotation>
    <xs:documentation>NTM evolution corresponding to the CPO timebase. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / w
Namespace No namespace
Annotations
Full width of the mode [m]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="w" type="xs:float">
  <xs:annotation>
    <xs:documentation>Full width of the mode [m]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / dwdt
Namespace No namespace
Annotations
Time derivative of the full width of the mode [m/s].  Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="dwdt" type="xs:float">
  <xs:annotation>
    <xs:documentation>Time derivative of the full width of the mode [m/s]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / phase
Namespace No namespace
Annotations
Phase of the mode [rad].  Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="phase" type="xs:float">
  <xs:annotation>
    <xs:documentation>Phase of the mode [rad]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / dphasedt
Namespace No namespace
Annotations
Time-derivative of the phase of the mode [rad]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="dphasedt" type="xs:float">
  <xs:annotation>
    <xs:documentation>Time-derivative of the phase of the mode [rad]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / frequency
Namespace No namespace
Annotations
Frequency of the mode [Hz]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="frequency" type="xs:float">
  <xs:annotation>
    <xs:documentation>Frequency of the mode [Hz]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / dfrequencydt
Namespace No namespace
Annotations
Time derivative of the frequency of the mode [Hz].  Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="dfrequencydt" type="xs:float">
  <xs:annotation>
    <xs:documentation>Time derivative of the frequency of the mode [Hz]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / island
Namespace No namespace
Annotations
Island description
Diagram
Diagram ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island_geometry ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island_coord_values ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island_coord_desc ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island
Type ntm_mode_evolution_island
Properties
content complex
Model
Children coord_desc, coord_values, geometry
Instance
<island>
  <geometry>{1,1}</geometry>
  <coord_values>{1,1}</coord_values>
  <coord_desc>{1,1}</coord_desc>
</island>
Source
<xs:element name="island" type="ntm_mode_evolution_island">
  <xs:annotation>
    <xs:documentation>Island description</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution_island / geometry
Namespace No namespace
Annotations
Description of island geometry [?]. Vector(nradial). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="geometry" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Description of island geometry [?]. Vector(nradial). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution_island / coord_values
Namespace No namespace
Annotations
Radial coordinate values [?]. Vector(nradial). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="coord_values" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Radial coordinate values [?]. Vector(nradial). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution_island / coord_desc
Namespace No namespace
Annotations
Description of flux label, use the same for all islands. Time-dependent.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="coord_desc" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description of flux label, use the same for all islands. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / n
Namespace No namespace
Annotations
Toroidal mode number. Time-dependent.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="n" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Toroidal mode number. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / m
Namespace No namespace
Annotations
Poloidal mode number. Time-dependent.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="m" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Poloidal mode number. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / deltaw_value
Namespace No namespace
Annotations
Vector(ntype). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="deltaw_value" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Vector(ntype). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / deltaw_name
Namespace No namespace
Annotations
Name of the deltaw contribution. String vector (ntype). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="deltaw_name" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Name of the deltaw contribution. String vector (ntype). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / torque_value
Namespace No namespace
Annotations
Vector(ntype_torque). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="torque_value" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Vector(ntype_torque). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / torque_name
Namespace No namespace
Annotations
Name of the torque contribution. String vector (ntype). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="torque_name" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Name of the torque contribution. String vector (ntype). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / delta_diff
Namespace No namespace
Annotations
Extra diffusion coefficient for Te, ne, Ti equation. Vector(nequation). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="delta_diff" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Extra diffusion coefficient for Te, ne, Ti equation. Vector(nequation). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / description
Namespace No namespace
Annotations
How the mode evolution is calculated. Time-dependent.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="description" type="xs:string">
  <xs:annotation>
    <xs:documentation>How the mode evolution is calculated. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm_mode_evolution / rho_tor
Namespace No namespace
Annotations
[m]. Time-dependent.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="rho_tor" type="xs:float">
  <xs:annotation>
    <xs:documentation>[m]. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ntm / time
Namespace No namespace
Annotations
Time [s]; Time-dependent; Scalar.
Diagram
Diagram
Type xs:float
Properties
content simple
default 0.0
Source
<xs:element name="time" type="xs:float" default="0.0">
  <xs:annotation>
    <xs:documentation>Time [s]; Time-dependent; Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ntm_mode
Namespace No namespace
Annotations
List of the various NTM modes appearing during the simulation. If a mode appears several times, use several indices in this arra of structure with the same m,n values. All descendant nodes are marked as Time-dependent for technical reasons, to allow the size of the mode AoS to vary.
Diagram
Diagram ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_onset ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution
Used by
Element ntm/mode
Model
Children evolution, full_evol, onset
Source
<xs:complexType name="ntm_mode">
  <xs:annotation>
    <xs:documentation>List of the various NTM modes appearing during the simulation. If a mode appears several times, use several indices in this arra of structure with the same m,n values. All descendant nodes are marked as Time-dependent for technical reasons, to allow the size of the mode AoS to vary.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="onset" type="ntm_mode_onset">
      <xs:annotation>
        <xs:documentation>NTM onset characteristics. Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="full_evol" type="ntm_mode_full_evol">
      <xs:annotation>
        <xs:documentation>Detailed NTM evolution on a finer timebase than the CPO timebase. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="evolution" type="ntm_mode_evolution">
      <xs:annotation>
        <xs:documentation>NTM evolution corresponding to the CPO timebase. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ntm_mode_onset
Namespace No namespace
Annotations
NTM onset characteristics. Time-dependent
Diagram
Diagram ntm_xsd.tmp#ntm_mode_onset_w ntm_xsd.tmp#ntm_mode_onset_time_onset ntm_xsd.tmp#ntm_mode_onset_time_offset ntm_xsd.tmp#ntm_mode_onset_phase ntm_xsd.tmp#ntm_mode_onset_n ntm_xsd.tmp#ntm_mode_onset_m ntm_xsd.tmp#ntm_mode_onset_description
Used by
Element ntm_mode/onset
Model
Children description, m, n, phase, time_offset, time_onset, w
Source
<xs:complexType name="ntm_mode_onset">
  <xs:annotation>
    <xs:documentation>NTM onset characteristics. Time-dependent</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="w" type="xs:float">
      <xs:annotation>
        <xs:documentation>Seed island full width [m]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="time_onset" type="xs:float">
      <xs:annotation>
        <xs:documentation>Onset time [s]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="time_offset" type="xs:float">
      <xs:annotation>
        <xs:documentation>Offset time [s] (when a mode disappears). If the mode reappears later in the simulation, use another index of the mode array of structure. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phase" type="xs:float">
      <xs:annotation>
        <xs:documentation>Phase of the mode at onset [rad]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="n" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Toroidal mode number. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="m" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Poloidal mode number. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:string">
      <xs:annotation>
        <xs:documentation>Cause of the mode onset. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ntm_mode_full_evol
Namespace No namespace
Annotations
Detailed NTM evolution on a finer timebase than the CPO timebase. Time-dependent.
Diagram
Diagram ntm_xsd.tmp#ntm_mode_full_evol_time_evol ntm_xsd.tmp#ntm_mode_full_evol_w ntm_xsd.tmp#ntm_mode_full_evol_dwdt ntm_xsd.tmp#ntm_mode_full_evol_phase ntm_xsd.tmp#ntm_mode_full_evol_dphasedt ntm_xsd.tmp#ntm_mode_full_evol_frequency ntm_xsd.tmp#ntm_mode_full_evol_dfrequencydt ntm_xsd.tmp#ntm_mode_full_evol_island ntm_xsd.tmp#ntm_mode_full_evol_n ntm_xsd.tmp#ntm_mode_full_evol_m ntm_xsd.tmp#ntm_mode_full_evol_deltaw_value ntm_xsd.tmp#ntm_mode_full_evol_deltaw_name ntm_xsd.tmp#ntm_mode_full_evol_torque_value ntm_xsd.tmp#ntm_mode_full_evol_torque_name ntm_xsd.tmp#ntm_mode_full_evol_delta_diff ntm_xsd.tmp#ntm_mode_full_evol_description ntm_xsd.tmp#ntm_mode_full_evol_rho_tor
Used by
Model
Children delta_diff, deltaw_name, deltaw_value, description, dfrequencydt, dphasedt, dwdt, frequency, island, m, n, phase, rho_tor, time_evol, torque_name, torque_value, w
Source
<xs:complexType name="ntm_mode_full_evol">
  <xs:annotation>
    <xs:documentation>Detailed NTM evolution on a finer timebase than the CPO timebase. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="time_evol" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Time array used to describe the detailed mode evolution which can be different from the CPO timebase [s]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="w" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Full width of the mode [m]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dwdt" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Time derivative of the full width of the mode [m/s]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phase" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Phase of the mode [rad]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dphasedt" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Time-derivative of the phase of the mode [rad]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="frequency" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Frequency of the mode [Hz]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dfrequencydt" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>time derivative of the frequency of the mode [Hz]. Vector(ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="island" type="ntm_mode_full_evol_island">
      <xs:annotation>
        <xs:documentation>Island description</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="n" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Toroidal mode number. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="m" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Poloidal mode number. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deltaw_value" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Matrix(ntype, ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deltaw_name" type="vecstring_type">
      <xs:annotation>
        <xs:documentation>Name of the deltaw contribution. String vector (ntype). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="torque_value" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Matrix(ntype_torque, ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="torque_name" type="vecstring_type">
      <xs:annotation>
        <xs:documentation>Name of the torque contribution. String vector (ntype_torque). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_diff" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Extra diffusion coefficient for Te, ne, Ti equation. Matrix(nequation, ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:string">
      <xs:annotation>
        <xs:documentation>How the mode evolution is calculated. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_tor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>[m]. Vector(ntime_evol) Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ntm_mode_full_evol_island
Namespace No namespace
Annotations
Island description
Diagram
Diagram ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island_geometry ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island_coord_values ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_full_evol_island_coord_desc
Used by
Model
Children coord_desc, coord_values, geometry
Source
<xs:complexType name="ntm_mode_full_evol_island">
  <xs:annotation>
    <xs:documentation>Island description</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="geometry" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Description of island geometry [?]. Matrix(nradial, ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="coord_values" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Radial coordinate values [?]. Matrix(nradial, ntime_evol). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="coord_desc" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description of flux label, use the same for all islands. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ntm_mode_evolution
Namespace No namespace
Annotations
NTM evolution corresponding to the CPO timebase. Time-dependent.
Diagram
Diagram ntm_xsd.tmp#ntm_mode_evolution_w ntm_xsd.tmp#ntm_mode_evolution_dwdt ntm_xsd.tmp#ntm_mode_evolution_phase ntm_xsd.tmp#ntm_mode_evolution_dphasedt ntm_xsd.tmp#ntm_mode_evolution_frequency ntm_xsd.tmp#ntm_mode_evolution_dfrequencydt ntm_xsd.tmp#ntm_mode_evolution_island ntm_xsd.tmp#ntm_mode_evolution_n ntm_xsd.tmp#ntm_mode_evolution_m ntm_xsd.tmp#ntm_mode_evolution_deltaw_value ntm_xsd.tmp#ntm_mode_evolution_deltaw_name ntm_xsd.tmp#ntm_mode_evolution_torque_value ntm_xsd.tmp#ntm_mode_evolution_torque_name ntm_xsd.tmp#ntm_mode_evolution_delta_diff ntm_xsd.tmp#ntm_mode_evolution_description ntm_xsd.tmp#ntm_mode_evolution_rho_tor
Used by
Model
Children delta_diff, deltaw_name, deltaw_value, description, dfrequencydt, dphasedt, dwdt, frequency, island, m, n, phase, rho_tor, torque_name, torque_value, w
Source
<xs:complexType name="ntm_mode_evolution">
  <xs:annotation>
    <xs:documentation>NTM evolution corresponding to the CPO timebase. Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="w" type="xs:float">
      <xs:annotation>
        <xs:documentation>Full width of the mode [m]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dwdt" type="xs:float">
      <xs:annotation>
        <xs:documentation>Time derivative of the full width of the mode [m/s]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phase" type="xs:float">
      <xs:annotation>
        <xs:documentation>Phase of the mode [rad]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dphasedt" type="xs:float">
      <xs:annotation>
        <xs:documentation>Time-derivative of the phase of the mode [rad]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="frequency" type="xs:float">
      <xs:annotation>
        <xs:documentation>Frequency of the mode [Hz]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dfrequencydt" type="xs:float">
      <xs:annotation>
        <xs:documentation>Time derivative of the frequency of the mode [Hz]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="island" type="ntm_mode_evolution_island">
      <xs:annotation>
        <xs:documentation>Island description</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="n" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Toroidal mode number. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="m" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Poloidal mode number. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deltaw_value" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Vector(ntype). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deltaw_name" type="vecstring_type">
      <xs:annotation>
        <xs:documentation>Name of the deltaw contribution. String vector (ntype). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="torque_value" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Vector(ntype_torque). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="torque_name" type="vecstring_type">
      <xs:annotation>
        <xs:documentation>Name of the torque contribution. String vector (ntype). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="delta_diff" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Extra diffusion coefficient for Te, ne, Ti equation. Vector(nequation). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:string">
      <xs:annotation>
        <xs:documentation>How the mode evolution is calculated. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_tor" type="xs:float">
      <xs:annotation>
        <xs:documentation>[m]. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ntm_mode_evolution_island
Namespace No namespace
Annotations
Island description
Diagram
Diagram ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island_geometry ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island_coord_values ntm_xsd.tmp#NO_NAMESPACE_ntm_mode_evolution_island_coord_desc
Used by
Model
Children coord_desc, coord_values, geometry
Source
<xs:complexType name="ntm_mode_evolution_island">
  <xs:annotation>
    <xs:documentation>Island description</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="geometry" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Description of island geometry [?]. Vector(nradial). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="coord_values" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Radial coordinate values [?]. Vector(nradial). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="coord_desc" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description of flux label, use the same for all islands. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>