Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema turbulence.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element turbulence
Namespace No namespace
Annotations
Turbulence; Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo turbulence_xsd.tmp#turbulence_composition turbulence_xsd.tmp#turbulence_coordsys turbulence_xsd.tmp#turbulence_var0d turbulence_xsd.tmp#turbulence_var1d turbulence_xsd.tmp#turbulence_var2d turbulence_xsd.tmp#turbulence_var3d turbulence_xsd.tmp#turbulence_var4d turbulence_xsd.tmp#turbulence_var5d turbulence_xsd.tmp#turbulence_spec1d turbulence_xsd.tmp#turbulence_env1d utilities_xsd.tmp#codeparam turbulence_xsd.tmp#turbulence_time
Properties
content complex
Used by
Element top
Model
Children codeparam, composition, coordsys, datainfo, env1d, spec1d, time, var0d, var1d, var2d, var3d, var4d, var5d
Instance
<turbulence>
  <datainfo>{1,1}</datainfo>
  <composition>{1,1}</composition>
  <coordsys>{1,1}</coordsys>
  <var0d>{1,1}</var0d>
  <var1d>{1,1}</var1d>
  <var2d>{1,1}</var2d>
  <var3d>{1,1}</var3d>
  <var4d>{1,1}</var4d>
  <var5d>{1,1}</var5d>
  <spec1d>{1,1}</spec1d>
  <env1d>{1,1}</env1d>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</turbulence>
Source
<xs:element name="turbulence">
  <xs:annotation>
    <xs:documentation>Turbulence; Time-dependent CPO.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="composition" type="turbcomposition">
        <xs:annotation>
          <xs:documentation>Plasma composition (description of ion species).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="coordsys" type="turbcoordsys">
        <xs:annotation>
          <xs:documentation>Decription of the coordinates and metric used by the codes.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="var0d" type="turbvar0d">
        <xs:annotation>
          <xs:documentation>Diagnostic fast time traces.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="var1d" type="turbvar1d">
        <xs:annotation>
          <xs:documentation>Dependent variable radial profile.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="var2d" type="turbvar2d">
        <xs:annotation>
          <xs:documentation>Dependent variable axisymmetric.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="var3d" type="turbvar3d">
        <xs:annotation>
          <xs:documentation>Dependent variable morphology. Grid is defined in coord_sys/turbgrid.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="var4d" type="turbvar4d">
        <xs:annotation>
          <xs:documentation>Gyrokinetic distribution function, axisymmetric component. Grid is defined in coord_sys/turbgrid.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="var5d" type="turbvar5d">
        <xs:annotation>
          <xs:documentation>Gyrokinetic distribution function. Grid is defined in coord_sys/turbgrid.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="spec1d" type="turbspec1d">
        <xs:annotation>
          <xs:documentation>Toroidal mode number spectra.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="env1d" type="turbenv1d">
        <xs:annotation>
          <xs:documentation>Parallel fluctuation envelope.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="codeparam"/>
      <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:sequence>
  </xs:complexType>
</xs:element>
Element turbulence / composition
Namespace No namespace
Annotations
Plasma composition (description of ion species).
Diagram
Diagram turbulence_xsd.tmp#turbcomposition_amn turbulence_xsd.tmp#turbcomposition_zn turbulence_xsd.tmp#turbcomposition_zion turbulence_xsd.tmp#turbcomposition_ie_mass turbulence_xsd.tmp#turbcomposition
Type turbcomposition
Properties
content complex
Model
Children amn, ie_mass, zion, zn
Instance
<composition>
  <amn>{1,1}</amn>
  <zn>{1,1}</zn>
  <zion>{1,1}</zion>
  <ie_mass>{1,1}</ie_mass>
</composition>
Source
<xs:element name="composition" type="turbcomposition">
  <xs:annotation>
    <xs:documentation>Plasma composition (description of ion species).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcomposition / amn
Namespace No namespace
Annotations
Atomic mass number (lumped ions are allowed); Vector (nion)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="amn" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Atomic mass number (lumped ions are allowed); Vector (nion)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element turbcomposition / zn
Namespace No namespace
Annotations
Nuclear charge (lumped ions are allowed); Vector (nion)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="zn" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Nuclear charge (lumped ions are allowed); Vector (nion)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element turbcomposition / zion
Namespace No namespace
Annotations
Ion charge (of the dominant ionisation state; lumped ions are allowed); Vector (nion)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="zion" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Ion charge (of the dominant ionisation state; lumped ions are allowed); Vector (nion)</xs:documentation>
    <xs:appinfo>experimental</xs:appinfo>
  </xs:annotation>
</xs:element>
Element turbcomposition / ie_mass
Namespace No namespace
Annotations
Ion to electron mass ratio as used in the code for each species. To be used only by models which keep electron inertia. Vector (nion)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="ie_mass" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Ion to electron mass ratio as used in the code for each species. To be used only by models which keep electron inertia. Vector (nion)</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / coordsys
Namespace No namespace
Annotations
Decription of the coordinates and metric used by the codes.
Diagram
Diagram turbulence_xsd.tmp#turbcoordsys_grid_type turbulence_xsd.tmp#turbcoordsys_turbgrid turbulence_xsd.tmp#turbcoordsys_jacobian turbulence_xsd.tmp#turbcoordsys_g_11 turbulence_xsd.tmp#turbcoordsys_g_12 turbulence_xsd.tmp#turbcoordsys_g_13 turbulence_xsd.tmp#turbcoordsys_g_22 turbulence_xsd.tmp#turbcoordsys_g_23 turbulence_xsd.tmp#turbcoordsys_g_33 turbulence_xsd.tmp#turbcoordsys_position turbulence_xsd.tmp#turbcoordsys
Type turbcoordsys
Properties
content complex
Model
Children g_11, g_12, g_13, g_22, g_23, g_33, grid_type, jacobian, position, turbgrid
Instance
<coordsys>
  <grid_type>{1,1}</grid_type>
  <turbgrid>{1,1}</turbgrid>
  <jacobian>{1,1}</jacobian>
  <g_11>{1,1}</g_11>
  <g_12>{1,1}</g_12>
  <g_13>{1,1}</g_13>
  <g_22>{1,1}</g_22>
  <g_23>{1,1}</g_23>
  <g_33>{1,1}</g_33>
  <position>{1,1}</position>
</coordsys>
Source
<xs:element name="coordsys" type="turbcoordsys">
  <xs:annotation>
    <xs:documentation>Decription of the coordinates and metric used by the codes.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / grid_type
Namespace No namespace
Annotations
Type of coordinate system.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="grid_type" type="xs:string">
  <xs:annotation>
    <xs:documentation>Type of coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / turbgrid
Namespace No namespace
Annotations
Turbulence grid used by the codes; Time-dependent.
Diagram
Diagram turbulence_xsd.tmp#turbgrid_dim1 turbulence_xsd.tmp#turbgrid_dim2 turbulence_xsd.tmp#turbgrid_dim3 turbulence_xsd.tmp#turbgrid_dim_v1 turbulence_xsd.tmp#turbgrid_dim_v2 turbulence_xsd.tmp#turbgrid
Type turbgrid
Properties
content complex
Model
Children dim1, dim2, dim3, dim_v1, dim_v2
Instance
<turbgrid>
  <dim1>{1,1}</dim1>
  <dim2>{1,1}</dim2>
  <dim3>{1,1}</dim3>
  <dim_v1>{1,1}</dim_v1>
  <dim_v2>{1,1}</dim_v2>
</turbgrid>
Source
<xs:element name="turbgrid" type="turbgrid">
  <xs:annotation>
    <xs:documentation>Turbulence grid used by the codes; Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbgrid / dim1
Namespace No namespace
Annotations
First dimension values; Vector (ndim1).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim1" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>First dimension values; Vector (ndim1).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbgrid / dim2
Namespace No namespace
Annotations
Second dimension values; Vector (ndim2).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim2" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Second dimension values; Vector (ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbgrid / dim3
Namespace No namespace
Annotations
Third dimension values; Vector (ndim3).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim3" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Third dimension values; Vector (ndim3).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbgrid / dim_v1
Namespace No namespace
Annotations
First v-space dimension values; Vector (ndim_v1).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim_v1" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>First v-space dimension values; Vector (ndim_v1).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbgrid / dim_v2
Namespace No namespace
Annotations
Second v-space dimension values; Vector (ndim_v2).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dim_v2" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Second v-space dimension values; Vector (ndim_v2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / jacobian
Namespace No namespace
Annotations
Jacobian of the coordinate system; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="jacobian" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Jacobian of the coordinate system; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / g_11
Namespace No namespace
Annotations
metric coefficients g_11; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="g_11" type="matflt_type">
  <xs:annotation>
    <xs:documentation>metric coefficients g_11; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / g_12
Namespace No namespace
Annotations
metric coefficients g_12; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="g_12" type="matflt_type">
  <xs:annotation>
    <xs:documentation>metric coefficients g_12; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / g_13
Namespace No namespace
Annotations
metric coefficients g_13; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="g_13" type="matflt_type">
  <xs:annotation>
    <xs:documentation>metric coefficients g_13; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / g_22
Namespace No namespace
Annotations
metric coefficients g_22; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="g_22" type="matflt_type">
  <xs:annotation>
    <xs:documentation>metric coefficients g_22; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / g_23
Namespace No namespace
Annotations
metric coefficients g_23; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="g_23" type="matflt_type">
  <xs:annotation>
    <xs:documentation>metric coefficients g_23; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / g_33
Namespace No namespace
Annotations
metric coefficients g_33; Time-dependent; Matrix (ndim1, ndim2).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="g_33" type="matflt_type">
  <xs:annotation>
    <xs:documentation>metric coefficients g_33; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbcoordsys / position
Namespace No namespace
Annotations
R Z phi positions of grid points; Time-dependent; Array3D (ndim1, ndim2, ndim3).
Diagram
Diagram utilities_xsd.tmp#rzphi3D_r utilities_xsd.tmp#rzphi3D_z utilities_xsd.tmp#rzphi3D_phi utilities_xsd.tmp#rzphi3D
Type rzphi3D
Properties
content complex
Model
r , z , phi
Children phi, r, z
Instance
<position>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</position>
Source
<xs:element name="position" type="rzphi3D">
  <xs:annotation>
    <xs:documentation>R Z phi positions of grid points; Time-dependent; Array3D (ndim1, ndim2, ndim3).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / var0d
Namespace No namespace
Annotations
Diagnostic fast time traces.
Diagram
Diagram turbulence_xsd.tmp#turbvar0d_dtime_type turbulence_xsd.tmp#turbvar0d_dtime turbulence_xsd.tmp#turbvar0d_en_exb turbulence_xsd.tmp#turbvar0d_en_mag turbulence_xsd.tmp#turbvar0d_en_el_th turbulence_xsd.tmp#turbvar0d_en_ion_th turbulence_xsd.tmp#turbvar0d_en_el_par turbulence_xsd.tmp#turbvar0d_en_ion_par turbulence_xsd.tmp#turbvar0d_en_tot turbulence_xsd.tmp#turbvar0d_fl_el turbulence_xsd.tmp#turbvar0d_fl_heatel turbulence_xsd.tmp#turbvar0d_fl_ion turbulence_xsd.tmp#turbvar0d_fl_heation turbulence_xsd.tmp#turbvar0d_fl_magel turbulence_xsd.tmp#turbvar0d_fl_magheatel turbulence_xsd.tmp#turbvar0d_fl_magion turbulence_xsd.tmp#turbvar0d_flmagheation turbulence_xsd.tmp#turbvar0d
Type turbvar0d
Properties
content complex
Model
Children dtime, dtime_type, en_el_par, en_el_th, en_exb, en_ion_par, en_ion_th, en_mag, en_tot, fl_el, fl_heatel, fl_heation, fl_ion, fl_magel, fl_magheatel, fl_magion, flmagheation
Instance
<var0d>
  <dtime_type>{1,1}</dtime_type>
  <dtime>{1,1}</dtime>
  <en_exb>{1,1}</en_exb>
  <en_mag>{1,1}</en_mag>
  <en_el_th>{1,1}</en_el_th>
  <en_ion_th>{1,1}</en_ion_th>
  <en_el_par>{1,1}</en_el_par>
  <en_ion_par>{1,1}</en_ion_par>
  <en_tot>{1,1}</en_tot>
  <fl_el>{1,1}</fl_el>
  <fl_heatel>{1,1}</fl_heatel>
  <fl_ion>{1,1}</fl_ion>
  <fl_heation>{1,1}</fl_heation>
  <fl_magel>{1,1}</fl_magel>
  <fl_magheatel>{1,1}</fl_magheatel>
  <fl_magion>{1,1}</fl_magion>
  <flmagheation>{1,1}</flmagheation>
</var0d>
Source
<xs:element name="var0d" type="turbvar0d">
  <xs:annotation>
    <xs:documentation>Diagnostic fast time traces.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / dtime_type
Namespace No namespace
Annotations
Description of time trace e.g. last ndtime points.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="dtime_type" type="xs:string">
  <xs:annotation>
    <xs:documentation>Description of time trace e.g. last ndtime points.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / dtime
Namespace No namespace
Annotations
Fast diagnostic time [s]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="dtime" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Fast diagnostic time [s]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_exb
Namespace No namespace
Annotations
ExB energy [J/m^3]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="en_exb" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>ExB energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_mag
Namespace No namespace
Annotations
Magnetic energy [J/m^3]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="en_mag" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Magnetic energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_el_th
Namespace No namespace
Annotations
electron thermal energy or free energy [J/m^3]; Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="en_el_th" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>electron thermal energy or free energy [J/m^3]; Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_ion_th
Namespace No namespace
Annotations
Ion thermal energy or free energy [J/m^3]; Time-dependent; Matrix (ndtime, nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="en_ion_th" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion thermal energy or free energy [J/m^3]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_el_par
Namespace No namespace
Annotations
Electron parallel energy [J/m^3]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="en_el_par" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron parallel energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_ion_par
Namespace No namespace
Annotations
Ion parallel energy [J/m^3]; Time-dependent; Matrix (ndtime,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="en_ion_par" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion parallel energy [J/m^3]; Time-dependent; Matrix (ndtime,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / en_tot
Namespace No namespace
Annotations
Total energy or free energy [J/m^3]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="en_tot" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Total energy or free energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_el
Namespace No namespace
Annotations
Electron flux [m^-2 s^-1]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fl_el" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron flux [m^-2 s^-1]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_heatel
Namespace No namespace
Annotations
Conductive electron heat flux [W.m^-2]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fl_heatel" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Conductive electron heat flux [W.m^-2]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_ion
Namespace No namespace
Annotations
Ion flux [m^-2 s^-1]; Time-dependent; Matrix (ndtime, nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="fl_ion" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion flux [m^-2 s^-1]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_heation
Namespace No namespace
Annotations
Conductive ion heat flux [W.m^-2]; Time-dependent; Matrix (ndtime, nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="fl_heation" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Conductive ion heat flux [W.m^-2]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_magel
Namespace No namespace
Annotations
Electron flux [m^-2 s^-1]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fl_magel" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron flux [m^-2 s^-1]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_magheatel
Namespace No namespace
Annotations
Conductive electron heat flux [W.m^-2]; Time-dependent; Vector (ndtime).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fl_magheatel" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Conductive electron heat flux [W.m^-2]; Time-dependent; Vector (ndtime).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / fl_magion
Namespace No namespace
Annotations
Ion flux [m^-2 s^-1]; Time-dependent; Matrix (ndtime, nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="fl_magion" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion flux [m^-2 s^-1]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar0d / flmagheation
Namespace No namespace
Annotations
Conductive ion heat flux [W.m^-2]; Time-dependent; Matrix (ndtime, nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="flmagheation" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Conductive ion heat flux [W.m^-2]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / var1d
Namespace No namespace
Annotations
Dependent variable radial profile.
Diagram
Diagram turbulence_xsd.tmp#turbvar1d_rho_tor_norm turbulence_xsd.tmp#turbvar1d_phi turbulence_xsd.tmp#turbvar1d_er turbulence_xsd.tmp#turbvar1d_vor turbulence_xsd.tmp#turbvar1d_apl turbulence_xsd.tmp#turbvar1d_jpl turbulence_xsd.tmp#turbvar1d_ne turbulence_xsd.tmp#turbvar1d_te turbulence_xsd.tmp#turbvar1d_ni turbulence_xsd.tmp#turbvar1d_ti turbulence_xsd.tmp#turbvar1d_ui turbulence_xsd.tmp#turbvar1d
Type turbvar1d
Properties
content complex
Model
rho_tor_norm , phi , er , vor , apl , jpl , ne , te , ni , ti , ui
Children apl, er, jpl, ne, ni, phi, rho_tor_norm, te, ti, ui, vor
Instance
<var1d>
  <rho_tor_norm>{1,1}</rho_tor_norm>
  <phi>{1,1}</phi>
  <er>{1,1}</er>
  <vor>{1,1}</vor>
  <apl>{1,1}</apl>
  <jpl>{1,1}</jpl>
  <ne>{1,1}</ne>
  <te>{1,1}</te>
  <ni>{1,1}</ni>
  <ti>{1,1}</ti>
  <ui>{1,1}</ui>
</var1d>
Source
<xs:element name="var1d" type="turbvar1d">
  <xs:annotation>
    <xs:documentation>Dependent variable radial profile.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / rho_tor_norm
Namespace No namespace
Annotations
Normalised toroidal flux  coordinate. Vector(nrho1d)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_tor_norm" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Normalised toroidal flux coordinate. Vector(nrho1d)</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / phi
Namespace No namespace
Annotations
Electrostatic potential [V]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="phi" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electrostatic potential [V]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / er
Namespace No namespace
Annotations
Radial electric field [V/m]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="er" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Radial electric field [V/m]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / vor
Namespace No namespace
Annotations
Vorticity [s^-1]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="vor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Vorticity [s^-1]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / apl
Namespace No namespace
Annotations
Parallel magnetic potential divided by B [m]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="apl" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Parallel magnetic potential divided by B [m]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / jpl
Namespace No namespace
Annotations
Parallel current divided by B [A/m^2 per T]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="jpl" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Parallel current divided by B [A/m^2 per T]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / ne
Namespace No namespace
Annotations
Electron density [m^-3]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="ne" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron density [m^-3]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / te
Namespace No namespace
Annotations
Electron temperature [eV]; Time-dependent; Vector (nrho1d).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="te" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron temperature [eV]; Time-dependent; Vector (nrho1d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / ni
Namespace No namespace
Annotations
Ion density [m^-3]; Time-dependent; Matrix (nrho1d,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ni" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion density [m^-3]; Time-dependent; Matrix (nrho1d,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / ti
Namespace No namespace
Annotations
Ion temperature [eV]; Time-dependent; Matrix (nrho1d,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ti" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion temperature [eV]; Time-dependent; Matrix (nrho1d,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar1d / ui
Namespace No namespace
Annotations
Ion parallel velocity divided by B [m/s per T]; Time-dependent; Matrix (nrho1d,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ui" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion parallel velocity divided by B [m/s per T]; Time-dependent; Matrix (nrho1d,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / var2d
Namespace No namespace
Annotations
Dependent variable axisymmetric.
Diagram
Diagram turbulence_xsd.tmp#turbvar2d_rho_tor_norm turbulence_xsd.tmp#turbvar2d_theta turbulence_xsd.tmp#turbvar2d_phi turbulence_xsd.tmp#turbvar2d_apl turbulence_xsd.tmp#turbvar2d_jpl turbulence_xsd.tmp#turbvar2d_vor turbulence_xsd.tmp#turbvar2d_ne turbulence_xsd.tmp#turbvar2d_te turbulence_xsd.tmp#turbvar2d_ni turbulence_xsd.tmp#turbvar2d_ti turbulence_xsd.tmp#turbvar2d_ui turbulence_xsd.tmp#turbvar2d
Type turbvar2d
Properties
content complex
Model
rho_tor_norm , theta , phi , apl , jpl , vor , ne , te , ni , ti , ui
Children apl, jpl, ne, ni, phi, rho_tor_norm, te, theta, ti, ui, vor
Instance
<var2d>
  <rho_tor_norm>{1,1}</rho_tor_norm>
  <theta>{1,1}</theta>
  <phi>{1,1}</phi>
  <apl>{1,1}</apl>
  <jpl>{1,1}</jpl>
  <vor>{1,1}</vor>
  <ne>{1,1}</ne>
  <te>{1,1}</te>
  <ni>{1,1}</ni>
  <ti>{1,1}</ti>
  <ui>{1,1}</ui>
</var2d>
Source
<xs:element name="var2d" type="turbvar2d">
  <xs:annotation>
    <xs:documentation>Dependent variable axisymmetric.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / rho_tor_norm
Namespace No namespace
Annotations
Normalised toroidal flux  coordinate. Vector(nrho2d)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_tor_norm" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Normalised toroidal flux coordinate. Vector(nrho2d)</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / theta
Namespace No namespace
Annotations
Straight field line poloidal angle angle [rad]. Vector(ntheta2d)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="theta" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Straight field line poloidal angle angle [rad]. Vector(ntheta2d)</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / phi
Namespace No namespace
Annotations
Electrostatic potential [V]; Time-dependent; Matrix (nrho2d,ntheta2d).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="phi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Electrostatic potential [V]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / apl
Namespace No namespace
Annotations
Parallel magnetic potential divided by B [m]; Time-dependent; Matrix(nrho2d,ntheta2d).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="apl" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Parallel magnetic potential divided by B [m]; Time-dependent; Matrix(nrho2d,ntheta2d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / jpl
Namespace No namespace
Annotations
Parallel current divided by B [A/m^2 per T]; Time-dependent; Matrix (nrho2d,ntheta2d).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="jpl" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Parallel current divided by B [A/m^2 per T]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / vor
Namespace No namespace
Annotations
Vorticity [s^-1]; Time-dependent; Matrix(nrho2d,ntheta2d).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="vor" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Vorticity [s^-1]; Time-dependent; Matrix(nrho2d,ntheta2d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / ne
Namespace No namespace
Annotations
Electron density [m^-3]; Time-dependent; Matrix (nrho2d,ntheta2d).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ne" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Electron density [m^-3]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / te
Namespace No namespace
Annotations
Electron temperature [eV]; Time-dependent; Matrix (nrho2d,ntheta2d).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="te" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Electron temperature [eV]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / ni
Namespace No namespace
Annotations
Ion density [m^-3]; Time-dependent; Array3D (nrho2d,ntheta2d,nion).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="ni" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Ion density [m^-3]; Time-dependent; Array3D (nrho2d,ntheta2d,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / ti
Namespace No namespace
Annotations
Ion temperature [eV]; Time-dependent; Array3D (nrho2d,ntheta2d,nion).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="ti" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Ion temperature [eV]; Time-dependent; Array3D (nrho2d,ntheta2d,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar2d / ui
Namespace No namespace
Annotations
Ion parallel velocity divided by B [m/s per T]; Time-dependent; Array3D(nrho2d,ntheta2d,nion).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="ui" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Ion parallel velocity divided by B [m/s per T]; Time-dependent; Array3D(nrho2d,ntheta2d,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / var3d
Namespace No namespace
Annotations
Dependent variable morphology. Grid is defined in coord_sys/turbgrid.
Diagram
Diagram turbulence_xsd.tmp#turbvar3d_phi turbulence_xsd.tmp#turbvar3d_vor turbulence_xsd.tmp#turbvar3d_jpl turbulence_xsd.tmp#turbvar3d_ne turbulence_xsd.tmp#turbvar3d
Type turbvar3d
Properties
content complex
Model
phi , vor , jpl , ne
Children jpl, ne, phi, vor
Instance
<var3d>
  <phi>{1,1}</phi>
  <vor>{1,1}</vor>
  <jpl>{1,1}</jpl>
  <ne>{1,1}</ne>
</var3d>
Source
<xs:element name="var3d" type="turbvar3d">
  <xs:annotation>
    <xs:documentation>Dependent variable morphology. Grid is defined in coord_sys/turbgrid.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar3d / phi
Namespace No namespace
Annotations
Electrostatic potential [V]; Time-dependent; Array3D(ndim1,ndim2,ndim3).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="phi" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Electrostatic potential [V]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar3d / vor
Namespace No namespace
Annotations
Vorticity [s^-1]; Time-dependent; Array3D(ndim1,ndim2,ndim3).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="vor" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Vorticity [s^-1]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar3d / jpl
Namespace No namespace
Annotations
Parallel current [A/m^2]; Time-dependent; Array3D(ndim1,ndim2,ndim3).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="jpl" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Parallel current [A/m^2]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar3d / ne
Namespace No namespace
Annotations
Electron density [m^-3]; Time-dependent; Array3D(ndim1,ndim2,ndim3).
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="ne" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>Electron density [m^-3]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / var4d
Namespace No namespace
Annotations
Gyrokinetic distribution function, axisymmetric component. Grid is defined in coord_sys/turbgrid.
Diagram
Diagram turbulence_xsd.tmp#turbvar4d_fe turbulence_xsd.tmp#turbvar4d_fi turbulence_xsd.tmp#turbvar4d
Type turbvar4d
Properties
content complex
Model
fe , fi
Children fe, fi
Instance
<var4d>
  <fe>{1,1}</fe>
  <fi>{1,1}</fi>
</var4d>
Source
<xs:element name="var4d" type="turbvar4d">
  <xs:annotation>
    <xs:documentation>Gyrokinetic distribution function, axisymmetric component. Grid is defined in coord_sys/turbgrid.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar4d / fe
Namespace No namespace
Annotations
Electron distribution function times V-space volume element, axisymmetric component [m^-3]; Time-dependent; Array4D(ndim1,ndim2,ndim3,ndim_v1).
Diagram
Diagram utilities_xsd.tmp#array4dflt_type
Type array4dflt_type
Properties
content simple
Source
<xs:element name="fe" type="array4dflt_type">
  <xs:annotation>
    <xs:documentation>Electron distribution function times V-space volume element, axisymmetric component [m^-3]; Time-dependent; Array4D(ndim1,ndim2,ndim3,ndim_v1).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar4d / fi
Namespace No namespace
Annotations
Ion distribution function times V-space volume element, axisymmetric component [m^-3]; Time-dependent; Array5D(ndim1,ndim2,ndim3,ndim_v1,nion).
Diagram
Diagram utilities_xsd.tmp#array5dflt_type
Type array5dflt_type
Properties
content simple
Source
<xs:element name="fi" type="array5dflt_type">
  <xs:annotation>
    <xs:documentation>Ion distribution function times V-space volume element, axisymmetric component [m^-3]; Time-dependent; Array5D(ndim1,ndim2,ndim3,ndim_v1,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / var5d
Namespace No namespace
Annotations
Gyrokinetic distribution function. Grid is defined in coord_sys/turbgrid.
Diagram
Diagram turbulence_xsd.tmp#turbvar5d_fe turbulence_xsd.tmp#turbvar5d_fi turbulence_xsd.tmp#turbvar5d
Type turbvar5d
Properties
content complex
Model
fe , fi
Children fe, fi
Instance
<var5d>
  <fe>{1,1}</fe>
  <fi>{1,1}</fi>
</var5d>
Source
<xs:element name="var5d" type="turbvar5d">
  <xs:annotation>
    <xs:documentation>Gyrokinetic distribution function. Grid is defined in coord_sys/turbgrid.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar5d / fe
Namespace No namespace
Annotations
Electron distribution function times V-space volume element [m^-3]; Time-dependent; Array5D(ndim1,ndim2,ndim3,ndim_v1,ndim_v2).
Diagram
Diagram utilities_xsd.tmp#array5dflt_type
Type array5dflt_type
Properties
content simple
Source
<xs:element name="fe" type="array5dflt_type">
  <xs:annotation>
    <xs:documentation>Electron distribution function times V-space volume element [m^-3]; Time-dependent; Array5D(ndim1,ndim2,ndim3,ndim_v1,ndim_v2).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbvar5d / fi
Namespace No namespace
Annotations
Ion distribution function times V-space volume element [m^-3]; Time-dependent; Array6D(ndim1,ndim2,ndim3,ndim_v1,ndim_v2,nion).
Diagram
Diagram utilities_xsd.tmp#array6dflt_type
Type array6dflt_type
Properties
content simple
Source
<xs:element name="fi" type="array6dflt_type">
  <xs:annotation>
    <xs:documentation>Ion distribution function times V-space volume element [m^-3]; Time-dependent; Array6D(ndim1,ndim2,ndim3,ndim_v1,ndim_v2,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / spec1d
Namespace No namespace
Annotations
Toroidal mode number spectra.
Diagram
Diagram turbulence_xsd.tmp#turbspec1d_kperp turbulence_xsd.tmp#turbspec1d_phi turbulence_xsd.tmp#turbspec1d_vor turbulence_xsd.tmp#turbspec1d_b turbulence_xsd.tmp#turbspec1d_jpl turbulence_xsd.tmp#turbspec1d_ne turbulence_xsd.tmp#turbspec1d_te turbulence_xsd.tmp#turbspec1d_ti turbulence_xsd.tmp#turbspec1d_fe turbulence_xsd.tmp#turbspec1d_qe turbulence_xsd.tmp#turbspec1d_qi turbulence_xsd.tmp#turbspec1d_me turbulence_xsd.tmp#turbspec1d_mi turbulence_xsd.tmp#turbspec1d
Type turbspec1d
Properties
content complex
Model
kperp , phi , vor , b , jpl , ne , te , ti , fe , qe , qi , me , mi
Children b, fe, jpl, kperp, me, mi, ne, phi, qe, qi, te, ti, vor
Instance
<spec1d>
  <kperp>{1,1}</kperp>
  <phi>{1,1}</phi>
  <vor>{1,1}</vor>
  <b>{1,1}</b>
  <jpl>{1,1}</jpl>
  <ne>{1,1}</ne>
  <te>{1,1}</te>
  <ti>{1,1}</ti>
  <fe>{1,1}</fe>
  <qe>{1,1}</qe>
  <qi>{1,1}</qi>
  <me>{1,1}</me>
  <mi>{1,1}</mi>
</spec1d>
Source
<xs:element name="spec1d" type="turbspec1d">
  <xs:annotation>
    <xs:documentation>Toroidal mode number spectra.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / kperp
Namespace No namespace
Annotations
Perpendicular wavenumber [m^-1]; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="kperp" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Perpendicular wavenumber [m^-1]; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / phi
Namespace No namespace
Annotations
Electrostatic potential [V^2 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="phi" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electrostatic potential [V^2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / vor
Namespace No namespace
Annotations
Vorticity [s^-2 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="vor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Vorticity [s^-2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / b
Namespace No namespace
Annotations
Magnetic energy [T^2 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="b" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Magnetic energy [T^2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / jpl
Namespace No namespace
Annotations
Current [A^2/m^4 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="jpl" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Current [A^2/m^4 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / ne
Namespace No namespace
Annotations
Electron density [m^-6 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="ne" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron density [m^-6 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / te
Namespace No namespace
Annotations
Electron temperature [eV^2 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="te" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron temperature [eV^2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / ti
Namespace No namespace
Annotations
Ion temperature [eV^2 per mode]; Time-dependent; Matrix (ndim_spec,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ti" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion temperature [eV^2 per mode]; Time-dependent; Matrix (ndim_spec,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / fe
Namespace No namespace
Annotations
Electron particle flux [m^-2/s per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fe" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron particle flux [m^-2/s per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / qe
Namespace No namespace
Annotations
Electron conductive heat flux [W.m^-2 per mode]; Time-dependent; Vector (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="qe" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron conductive heat flux [W.m^-2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / qi
Namespace No namespace
Annotations
Ion conductive heat flux [W.m^-2 per mode]; Time-dependent; Matrix(ndim_spec,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="qi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion conductive heat flux [W.m^-2 per mode]; Time-dependent; Matrix(ndim_spec,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / me
Namespace No namespace
Annotations
Magnetic electron heat flux [W.m^-2 per mode]; Time-dependent; Matrix (ndim_spec).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="me" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Magnetic electron heat flux [W.m^-2 per mode]; Time-dependent; Matrix (ndim_spec).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbspec1d / mi
Namespace No namespace
Annotations
Magnetic ion heat flux [W.m^-2 per mode]; Time-dependent; Matrix (ndim_spec,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="mi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Magnetic ion heat flux [W.m^-2 per mode]; Time-dependent; Matrix (ndim_spec,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / env1d
Namespace No namespace
Annotations
Parallel fluctuation envelope.
Diagram
Diagram turbulence_xsd.tmp#turbenv1d_theta turbulence_xsd.tmp#turbenv1d_phi turbulence_xsd.tmp#turbenv1d_vor turbulence_xsd.tmp#turbenv1d_jpl turbulence_xsd.tmp#turbenv1d_ne turbulence_xsd.tmp#turbenv1d_he turbulence_xsd.tmp#turbenv1d_te turbulence_xsd.tmp#turbenv1d_ni turbulence_xsd.tmp#turbenv1d_ti turbulence_xsd.tmp#turbenv1d_ui turbulence_xsd.tmp#turbenv1d_fe turbulence_xsd.tmp#turbenv1d_qe turbulence_xsd.tmp#turbenv1d_qi turbulence_xsd.tmp#turbenv1d_me turbulence_xsd.tmp#turbenv1d_mi turbulence_xsd.tmp#turbenv1d
Type turbenv1d
Properties
content complex
Model
theta , phi , vor , jpl , ne , he , te , ni , ti , ui , fe , qe , qi , me , mi
Children fe, he, jpl, me, mi, ne, ni, phi, qe, qi, te, theta, ti, ui, vor
Instance
<env1d>
  <theta>{1,1}</theta>
  <phi>{1,1}</phi>
  <vor>{1,1}</vor>
  <jpl>{1,1}</jpl>
  <ne>{1,1}</ne>
  <he>{1,1}</he>
  <te>{1,1}</te>
  <ni>{1,1}</ni>
  <ti>{1,1}</ti>
  <ui>{1,1}</ui>
  <fe>{1,1}</fe>
  <qe>{1,1}</qe>
  <qi>{1,1}</qi>
  <me>{1,1}</me>
  <mi>{1,1}</mi>
</env1d>
Source
<xs:element name="env1d" type="turbenv1d">
  <xs:annotation>
    <xs:documentation>Parallel fluctuation envelope.</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / theta
Namespace No namespace
Annotations
Straight field line poloidal angle [rad]; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="theta" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Straight field line poloidal angle [rad]; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / phi
Namespace No namespace
Annotations
Electrostatic potential [V^2]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="phi" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electrostatic potential [V^2]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / vor
Namespace No namespace
Annotations
Vorticity [coulomb^2/m^6]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="vor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Vorticity [coulomb^2/m^6]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / jpl
Namespace No namespace
Annotations
Parallel current [A^2/m^4]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="jpl" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Parallel current [A^2/m^4]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / ne
Namespace No namespace
Annotations
Electron density [m^-6]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="ne" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron density [m^-6]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / he
Namespace No namespace
Annotations
Nonadiabatic electron density [m^-6]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="he" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Nonadiabatic electron density [m^-6]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / te
Namespace No namespace
Annotations
Electron temperature [eV^2]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="te" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron temperature [eV^2]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / ni
Namespace No namespace
Annotations
Ion density [m^-6]; Time-dependent; Matrix(ntheta_env,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ni" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion density [m^-6]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / ti
Namespace No namespace
Annotations
Ion temperature [eV^2]; Time-dependent; Matrix(ntheta_env,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ti" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion temperature [eV^2]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / ui
Namespace No namespace
Annotations
Ion parallel velocity [m^2/s^2]; Time-dependent; Matrix (ntheta_env,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="ui" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion parallel velocity [m^2/s^2]; Time-dependent; Matrix (ntheta_env,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / fe
Namespace No namespace
Annotations
Electron particle flux [m^-2/s per mode]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="fe" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron particle flux [m^-2/s per mode]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / qe
Namespace No namespace
Annotations
Electron conductive heat flux [W.m^-2 per mode]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="qe" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Electron conductive heat flux [W.m^-2 per mode]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / qi
Namespace No namespace
Annotations
Ion conductive heat flux [W. m^-2 per mode]; Time-dependent; Matrix(ntheta_env,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="qi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Ion conductive heat flux [W. m^-2 per mode]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / me
Namespace No namespace
Annotations
Magnetic electron heat flux [W.m^-2 per mode]; Time-dependent; Vector (ntheta_env).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="me" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Magnetic electron heat flux [W.m^-2 per mode]; Time-dependent; Vector (ntheta_env).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbenv1d / mi
Namespace No namespace
Annotations
Magnetic ion heat flux [W. m^-2 per mode]; Time-dependent; Matrix(ntheta_env,nion).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="mi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Magnetic ion heat flux [W. m^-2 per mode]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
  </xs:annotation>
</xs:element>
Element turbulence / 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 turbcomposition
Namespace No namespace
Annotations
Plasma composition (description of ion species).
Diagram
Diagram turbulence_xsd.tmp#turbcomposition_amn turbulence_xsd.tmp#turbcomposition_zn turbulence_xsd.tmp#turbcomposition_zion turbulence_xsd.tmp#turbcomposition_ie_mass
Used by
Model
Children amn, ie_mass, zion, zn
Source
<xs:complexType name="turbcomposition">
  <xs:annotation>
    <xs:documentation>Plasma composition (description of ion species).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="amn" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Atomic mass number (lumped ions are allowed); Vector (nion)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="zn" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Nuclear charge (lumped ions are allowed); Vector (nion)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="zion" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Ion charge (of the dominant ionisation state; lumped ions are allowed); Vector (nion)</xs:documentation>
        <xs:appinfo>experimental</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="ie_mass" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Ion to electron mass ratio as used in the code for each species. To be used only by models which keep electron inertia. Vector (nion)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbcoordsys
Namespace No namespace
Annotations
Decription of the coordinates and metric.
Diagram
Diagram turbulence_xsd.tmp#turbcoordsys_grid_type turbulence_xsd.tmp#turbcoordsys_turbgrid turbulence_xsd.tmp#turbcoordsys_jacobian turbulence_xsd.tmp#turbcoordsys_g_11 turbulence_xsd.tmp#turbcoordsys_g_12 turbulence_xsd.tmp#turbcoordsys_g_13 turbulence_xsd.tmp#turbcoordsys_g_22 turbulence_xsd.tmp#turbcoordsys_g_23 turbulence_xsd.tmp#turbcoordsys_g_33 turbulence_xsd.tmp#turbcoordsys_position
Used by
Model
Children g_11, g_12, g_13, g_22, g_23, g_33, grid_type, jacobian, position, turbgrid
Source
<xs:complexType name="turbcoordsys">
  <xs:annotation>
    <xs:documentation>Decription of the coordinates and metric.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="grid_type" type="xs:string">
      <xs:annotation>
        <xs:documentation>Type of coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="turbgrid" type="turbgrid">
      <xs:annotation>
        <xs:documentation>Turbulence grid used by the codes; Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jacobian" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Jacobian of the coordinate system; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="g_11" type="matflt_type">
      <xs:annotation>
        <xs:documentation>metric coefficients g_11; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="g_12" type="matflt_type">
      <xs:annotation>
        <xs:documentation>metric coefficients g_12; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="g_13" type="matflt_type">
      <xs:annotation>
        <xs:documentation>metric coefficients g_13; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="g_22" type="matflt_type">
      <xs:annotation>
        <xs:documentation>metric coefficients g_22; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="g_23" type="matflt_type">
      <xs:annotation>
        <xs:documentation>metric coefficients g_23; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="g_33" type="matflt_type">
      <xs:annotation>
        <xs:documentation>metric coefficients g_33; Time-dependent; Matrix (ndim1, ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="position" type="rzphi3D">
      <xs:annotation>
        <xs:documentation>R Z phi positions of grid points; Time-dependent; Array3D (ndim1, ndim2, ndim3).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbgrid
Namespace No namespace
Annotations
Generic structure for a turbulence grid.
Diagram
Diagram turbulence_xsd.tmp#turbgrid_dim1 turbulence_xsd.tmp#turbgrid_dim2 turbulence_xsd.tmp#turbgrid_dim3 turbulence_xsd.tmp#turbgrid_dim_v1 turbulence_xsd.tmp#turbgrid_dim_v2
Used by
Model
Children dim1, dim2, dim3, dim_v1, dim_v2
Source
<xs:complexType name="turbgrid">
  <xs:annotation>
    <xs:documentation>Generic structure for a turbulence grid.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="dim1" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>First dimension values; Vector (ndim1).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dim2" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Second dimension values; Vector (ndim2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dim3" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Third dimension values; Vector (ndim3).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dim_v1" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>First v-space dimension values; Vector (ndim_v1).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dim_v2" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Second v-space dimension values; Vector (ndim_v2).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbvar0d
Namespace No namespace
Annotations
Time traces.
Diagram
Diagram turbulence_xsd.tmp#turbvar0d_dtime_type turbulence_xsd.tmp#turbvar0d_dtime turbulence_xsd.tmp#turbvar0d_en_exb turbulence_xsd.tmp#turbvar0d_en_mag turbulence_xsd.tmp#turbvar0d_en_el_th turbulence_xsd.tmp#turbvar0d_en_ion_th turbulence_xsd.tmp#turbvar0d_en_el_par turbulence_xsd.tmp#turbvar0d_en_ion_par turbulence_xsd.tmp#turbvar0d_en_tot turbulence_xsd.tmp#turbvar0d_fl_el turbulence_xsd.tmp#turbvar0d_fl_heatel turbulence_xsd.tmp#turbvar0d_fl_ion turbulence_xsd.tmp#turbvar0d_fl_heation turbulence_xsd.tmp#turbvar0d_fl_magel turbulence_xsd.tmp#turbvar0d_fl_magheatel turbulence_xsd.tmp#turbvar0d_fl_magion turbulence_xsd.tmp#turbvar0d_flmagheation
Used by
Model
Children dtime, dtime_type, en_el_par, en_el_th, en_exb, en_ion_par, en_ion_th, en_mag, en_tot, fl_el, fl_heatel, fl_heation, fl_ion, fl_magel, fl_magheatel, fl_magion, flmagheation
Source
<xs:complexType name="turbvar0d">
  <xs:annotation>
    <xs:documentation>Time traces.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="dtime_type" type="xs:string">
      <xs:annotation>
        <xs:documentation>Description of time trace e.g. last ndtime points.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dtime" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Fast diagnostic time [s]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_exb" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>ExB energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_mag" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Magnetic energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_el_th" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>electron thermal energy or free energy [J/m^3]; Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_ion_th" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion thermal energy or free energy [J/m^3]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_el_par" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron parallel energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_ion_par" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion parallel energy [J/m^3]; Time-dependent; Matrix (ndtime,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="en_tot" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Total energy or free energy [J/m^3]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_el" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron flux [m^-2 s^-1]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_heatel" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Conductive electron heat flux [W.m^-2]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_ion" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion flux [m^-2 s^-1]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_heation" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Conductive ion heat flux [W.m^-2]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_magel" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron flux [m^-2 s^-1]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_magheatel" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Conductive electron heat flux [W.m^-2]; Time-dependent; Vector (ndtime).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fl_magion" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion flux [m^-2 s^-1]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="flmagheation" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Conductive ion heat flux [W.m^-2]; Time-dependent; Matrix (ndtime, nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbvar1d
Namespace No namespace
Annotations
Dependent variable zonal average radial profile.
Diagram
Diagram turbulence_xsd.tmp#turbvar1d_rho_tor_norm turbulence_xsd.tmp#turbvar1d_phi turbulence_xsd.tmp#turbvar1d_er turbulence_xsd.tmp#turbvar1d_vor turbulence_xsd.tmp#turbvar1d_apl turbulence_xsd.tmp#turbvar1d_jpl turbulence_xsd.tmp#turbvar1d_ne turbulence_xsd.tmp#turbvar1d_te turbulence_xsd.tmp#turbvar1d_ni turbulence_xsd.tmp#turbvar1d_ti turbulence_xsd.tmp#turbvar1d_ui
Used by
Model
rho_tor_norm , phi , er , vor , apl , jpl , ne , te , ni , ti , ui
Children apl, er, jpl, ne, ni, phi, rho_tor_norm, te, ti, ui, vor
Source
<xs:complexType name="turbvar1d">
  <xs:annotation>
    <xs:documentation>Dependent variable zonal average radial profile.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="rho_tor_norm" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Normalised toroidal flux coordinate. Vector(nrho1d)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phi" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electrostatic potential [V]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="er" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Radial electric field [V/m]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Vorticity [s^-1]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="apl" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Parallel magnetic potential divided by B [m]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jpl" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Parallel current divided by B [A/m^2 per T]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ne" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron density [m^-3]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="te" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron temperature [eV]; Time-dependent; Vector (nrho1d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ni" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion density [m^-3]; Time-dependent; Matrix (nrho1d,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ti" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion temperature [eV]; Time-dependent; Matrix (nrho1d,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ui" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion parallel velocity divided by B [m/s per T]; Time-dependent; Matrix (nrho1d,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbvar2d
Namespace No namespace
Annotations
Dependent variable axisymmetric component.
Diagram
Diagram turbulence_xsd.tmp#turbvar2d_rho_tor_norm turbulence_xsd.tmp#turbvar2d_theta turbulence_xsd.tmp#turbvar2d_phi turbulence_xsd.tmp#turbvar2d_apl turbulence_xsd.tmp#turbvar2d_jpl turbulence_xsd.tmp#turbvar2d_vor turbulence_xsd.tmp#turbvar2d_ne turbulence_xsd.tmp#turbvar2d_te turbulence_xsd.tmp#turbvar2d_ni turbulence_xsd.tmp#turbvar2d_ti turbulence_xsd.tmp#turbvar2d_ui
Used by
Model
rho_tor_norm , theta , phi , apl , jpl , vor , ne , te , ni , ti , ui
Children apl, jpl, ne, ni, phi, rho_tor_norm, te, theta, ti, ui, vor
Source
<xs:complexType name="turbvar2d">
  <xs:annotation>
    <xs:documentation>Dependent variable axisymmetric component.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="rho_tor_norm" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Normalised toroidal flux coordinate. Vector(nrho2d)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="theta" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Straight field line poloidal angle angle [rad]. Vector(ntheta2d)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Electrostatic potential [V]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="apl" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Parallel magnetic potential divided by B [m]; Time-dependent; Matrix(nrho2d,ntheta2d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jpl" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Parallel current divided by B [A/m^2 per T]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vor" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Vorticity [s^-1]; Time-dependent; Matrix(nrho2d,ntheta2d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ne" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Electron density [m^-3]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="te" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Electron temperature [eV]; Time-dependent; Matrix (nrho2d,ntheta2d).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ni" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Ion density [m^-3]; Time-dependent; Array3D (nrho2d,ntheta2d,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ti" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Ion temperature [eV]; Time-dependent; Array3D (nrho2d,ntheta2d,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ui" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Ion parallel velocity divided by B [m/s per T]; Time-dependent; Array3D(nrho2d,ntheta2d,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbvar3d
Namespace No namespace
Annotations
Dependent variable morphology (on the internal grid code coord_sys/turbgrid).
Diagram
Diagram turbulence_xsd.tmp#turbvar3d_phi turbulence_xsd.tmp#turbvar3d_vor turbulence_xsd.tmp#turbvar3d_jpl turbulence_xsd.tmp#turbvar3d_ne
Used by
Model
phi , vor , jpl , ne
Children jpl, ne, phi, vor
Source
<xs:complexType name="turbvar3d">
  <xs:annotation>
    <xs:documentation>Dependent variable morphology (on the internal grid code coord_sys/turbgrid).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="phi" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Electrostatic potential [V]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vor" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Vorticity [s^-1]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jpl" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Parallel current [A/m^2]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ne" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>Electron density [m^-3]; Time-dependent; Array3D(ndim1,ndim2,ndim3).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbvar4d
Namespace No namespace
Annotations
Gyrokinetic distribution function, axisymmetric component. Grid is defined in coord_sys/turbgrid.
Diagram
Diagram turbulence_xsd.tmp#turbvar4d_fe turbulence_xsd.tmp#turbvar4d_fi
Used by
Model
fe , fi
Children fe, fi
Source
<xs:complexType name="turbvar4d">
  <xs:annotation>
    <xs:documentation>Gyrokinetic distribution function, axisymmetric component. Grid is defined in coord_sys/turbgrid.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="fe" type="array4dflt_type">
      <xs:annotation>
        <xs:documentation>Electron distribution function times V-space volume element, axisymmetric component [m^-3]; Time-dependent; Array4D(ndim1,ndim2,ndim3,ndim_v1).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fi" type="array5dflt_type">
      <xs:annotation>
        <xs:documentation>Ion distribution function times V-space volume element, axisymmetric component [m^-3]; Time-dependent; Array5D(ndim1,ndim2,ndim3,ndim_v1,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbvar5d
Namespace No namespace
Annotations
Gyrokinetic distribution function. Grid is defined in coord_sys/turbgrid.
Diagram
Diagram turbulence_xsd.tmp#turbvar5d_fe turbulence_xsd.tmp#turbvar5d_fi
Used by
Model
fe , fi
Children fe, fi
Source
<xs:complexType name="turbvar5d">
  <xs:annotation>
    <xs:documentation>Gyrokinetic distribution function. Grid is defined in coord_sys/turbgrid.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="fe" type="array5dflt_type">
      <xs:annotation>
        <xs:documentation>Electron distribution function times V-space volume element [m^-3]; Time-dependent; Array5D(ndim1,ndim2,ndim3,ndim_v1,ndim_v2).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fi" type="array6dflt_type">
      <xs:annotation>
        <xs:documentation>Ion distribution function times V-space volume element [m^-3]; Time-dependent; Array6D(ndim1,ndim2,ndim3,ndim_v1,ndim_v2,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbspec1d
Namespace No namespace
Annotations
Perpendicular wavenumber spectra.
Diagram
Diagram turbulence_xsd.tmp#turbspec1d_kperp turbulence_xsd.tmp#turbspec1d_phi turbulence_xsd.tmp#turbspec1d_vor turbulence_xsd.tmp#turbspec1d_b turbulence_xsd.tmp#turbspec1d_jpl turbulence_xsd.tmp#turbspec1d_ne turbulence_xsd.tmp#turbspec1d_te turbulence_xsd.tmp#turbspec1d_ti turbulence_xsd.tmp#turbspec1d_fe turbulence_xsd.tmp#turbspec1d_qe turbulence_xsd.tmp#turbspec1d_qi turbulence_xsd.tmp#turbspec1d_me turbulence_xsd.tmp#turbspec1d_mi
Used by
Model
kperp , phi , vor , b , jpl , ne , te , ti , fe , qe , qi , me , mi
Children b, fe, jpl, kperp, me, mi, ne, phi, qe, qi, te, ti, vor
Source
<xs:complexType name="turbspec1d">
  <xs:annotation>
    <xs:documentation>Perpendicular wavenumber spectra.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="kperp" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Perpendicular wavenumber [m^-1]; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phi" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electrostatic potential [V^2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Vorticity [s^-2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="b" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Magnetic energy [T^2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jpl" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Current [A^2/m^4 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ne" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron density [m^-6 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="te" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron temperature [eV^2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ti" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion temperature [eV^2 per mode]; Time-dependent; Matrix (ndim_spec,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fe" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron particle flux [m^-2/s per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="qe" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron conductive heat flux [W.m^-2 per mode]; Time-dependent; Vector (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="qi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion conductive heat flux [W.m^-2 per mode]; Time-dependent; Matrix(ndim_spec,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="me" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Magnetic electron heat flux [W.m^-2 per mode]; Time-dependent; Matrix (ndim_spec).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="mi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Magnetic ion heat flux [W.m^-2 per mode]; Time-dependent; Matrix (ndim_spec,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type turbenv1d
Namespace No namespace
Annotations
Parallel fluctuation envelope.
Diagram
Diagram turbulence_xsd.tmp#turbenv1d_theta turbulence_xsd.tmp#turbenv1d_phi turbulence_xsd.tmp#turbenv1d_vor turbulence_xsd.tmp#turbenv1d_jpl turbulence_xsd.tmp#turbenv1d_ne turbulence_xsd.tmp#turbenv1d_he turbulence_xsd.tmp#turbenv1d_te turbulence_xsd.tmp#turbenv1d_ni turbulence_xsd.tmp#turbenv1d_ti turbulence_xsd.tmp#turbenv1d_ui turbulence_xsd.tmp#turbenv1d_fe turbulence_xsd.tmp#turbenv1d_qe turbulence_xsd.tmp#turbenv1d_qi turbulence_xsd.tmp#turbenv1d_me turbulence_xsd.tmp#turbenv1d_mi
Used by
Model
theta , phi , vor , jpl , ne , he , te , ni , ti , ui , fe , qe , qi , me , mi
Children fe, he, jpl, me, mi, ne, ni, phi, qe, qi, te, theta, ti, ui, vor
Source
<xs:complexType name="turbenv1d">
  <xs:annotation>
    <xs:documentation>Parallel fluctuation envelope.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="theta" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Straight field line poloidal angle [rad]; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phi" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electrostatic potential [V^2]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="vor" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Vorticity [coulomb^2/m^6]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jpl" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Parallel current [A^2/m^4]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ne" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron density [m^-6]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="he" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Nonadiabatic electron density [m^-6]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="te" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron temperature [eV^2]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ni" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion density [m^-6]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ti" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion temperature [eV^2]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ui" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion parallel velocity [m^2/s^2]; Time-dependent; Matrix (ntheta_env,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fe" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron particle flux [m^-2/s per mode]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="qe" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Electron conductive heat flux [W.m^-2 per mode]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="qi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Ion conductive heat flux [W. m^-2 per mode]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="me" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Magnetic electron heat flux [W.m^-2 per mode]; Time-dependent; Vector (ntheta_env).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="mi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Magnetic ion heat flux [W. m^-2 per mode]; Time-dependent; Matrix(ntheta_env,nion).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>