Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions schemas/core_profiles/dd_core_profiles.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@
<xs:documentation>Various ion global quantities</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="t_i_volume_average">
<xs:annotation>
<xs:documentation>Volume averaged temperature of this ion species (averaged over the plasma volume up to the LCFS)</xs:documentation>
<xs:appinfo>
<coordinate1>/time</coordinate1>
<units>eV</units>
<type>dynamic</type>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:group ref="FLT_1D"/>
</xs:complexType>
</xs:element>
<xs:element name="n_i_volume_average">
<xs:annotation>
<xs:documentation>Volume averaged density of this ion species (averaged over the plasma volume up to the LCFS)</xs:documentation>
Expand All @@ -44,10 +31,10 @@
<xs:sequence>
<xs:element name="ip">
<xs:annotation>
<xs:documentation>Total plasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.</xs:documentation>
<xs:documentation>Changing some properties. Total plasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.</xs:documentation>
<xs:appinfo>
<coordinate1>../../time</coordinate1>
<units>A</units>
<units>A.m^2.m^-2</units>
<type>dynamic</type>
<cocos_label_transformation>ip_like</cocos_label_transformation>
<cocos_transformation_expression>.sigma_ip_eff</cocos_transformation_expression>
Expand All @@ -58,6 +45,19 @@
<xs:group ref="FLT_1D"/>
</xs:complexType>
</xs:element>
<xs:element name="test">
<xs:annotation>
<xs:documentation>Test adding a new quantity.</xs:documentation>
<xs:appinfo>
<coordinate1>../../time</coordinate1>
<units>1</units>
<type>dynamic</type>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:group ref="FLT_1D"/>
</xs:complexType>
</xs:element>
<xs:element name="current_non_inductive">
<xs:annotation>
<xs:documentation>Total non-inductive current (toroidal component). Positive sign means anti-clockwise when viewed from above.</xs:documentation>
Expand Down