Blame view

NumericalData/AMDA/MEX/IMA/mex-ima-param.xml 8.75 KB
1bcff323   Elena.Budnik   NumericalData
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://cdpp1.cesr.fr/AMDA-NG/public/schemas/spase-amda-1_2_0.xsd">
    <Version>2.2.6</Version>
    <NumericalData>
        <ResourceID>spase://CDPP/NumericalData/AMDA/MEX/IMA/mex-ima-param</ResourceID>
        <ResourceHeader>
5755b445   Elena.Budnik   IMA MEX
7
            <ResourceName>ima moments</ResourceName>
1bcff323   Elena.Budnik   NumericalData
8
9
10
            <ReleaseDate>2015-10-15T09:42:00</ReleaseDate>
            <Description/>
            <Contact>
5755b445   Elena.Budnik   IMA MEX
11
                <PersonID>spase://CDPP/Person/Andrei.Fedorov</PersonID>
1bcff323   Elena.Budnik   NumericalData
12
13
                <Role>GeneralContact</Role>
            </Contact>
5755b445   Elena.Budnik   IMA MEX
14
15
16
17
            <Contact>
                <PersonID>spase://CDPP/Person/Elena.Budnik</PersonID>
                <Role>TechnicalContact</Role>
            </Contact>
1bcff323   Elena.Budnik   NumericalData
18
19
20
21
22
23
24
25
26
27
28
29
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID>
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>IRAP</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/MEX/IMA</InstrumentID>
5755b445   Elena.Budnik   IMA MEX
30
        <MeasurementType>ThermalPlasma</MeasurementType>
1bcff323   Elena.Budnik   NumericalData
31
32
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
33
                <StartDate>2004-06-26T19:37:50Z</StartDate>
f7d97a6f   Elena.Budnik   ACE/SWEPAM
34
                <StopDate>2017-01-25T23:21:54Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
35
36
37
38
39
            </TimeSpan>
            <Cadence>PT192S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Mars</ObservedRegion>
        <Parameter>
7fbb156e   Elena.Budnik   work
40
            <Name>protons: moments quality</Name>
1bcff323   Elena.Budnik   NumericalData
41
42
43
44
45
46
47
48
49
50
51
52
            <ParameterKey>mex_h_qual</ParameterKey>
            <Description>Proton moment quality flag</Description>
            <Ucd>meta.code.qual;phys.atmol.ionStage</Ucd>
            <Units>0-1</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Other</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
53
            <Name>heavy: moments quality</Name>
1bcff323   Elena.Budnik   NumericalData
54
55
56
57
58
59
60
61
62
63
64
65
            <ParameterKey>mex_o_qual</ParameterKey>
            <Description>Heavy ion moment quality flag</Description>
            <Ucd>meta.code.qual;phys.atmol.ionStage</Ucd>
            <Units>0-1</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Other</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
66
            <Name>protons: density</Name>
1bcff323   Elena.Budnik   NumericalData
67
68
69
70
71
72
73
74
75
76
77
78
79
            <ParameterKey>mex_h_dens</ParameterKey>
            <Description>Proton density</Description>
            <Ucd>phys.density;phys.atmol.ionStage</Ucd>
            <Units>cm-3</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>NumberDensity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
80
            <Name>heavy: density</Name>
1bcff323   Elena.Budnik   NumericalData
81
82
83
84
85
86
87
88
89
90
91
92
93
            <ParameterKey>mex_o_dens</ParameterKey>
            <Description>Heavy ion density</Description>
            <Ucd>phys.density;phys.atmol.ionStage</Ucd>
            <Units>cm-3</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>NumberDensity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
94
            <Name>protons: temperature</Name>
1bcff323   Elena.Budnik   NumericalData
95
96
97
98
99
100
101
102
103
104
105
106
107
            <ParameterKey>mex_h_temp</ParameterKey>
            <Description>Proton temperature</Description>
            <Ucd>phys.temperature;phys.atmol.ionStage</Ucd>
            <Units>eV</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>Temperature</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
108
            <Name>heavy: temperature</Name>
1bcff323   Elena.Budnik   NumericalData
109
110
111
112
113
114
115
116
117
118
119
120
121
            <ParameterKey>mex_o_temp</ParameterKey>
            <Description>Heavy ion temperature</Description>
            <Ucd>phys.temperature;phys.atmol.ionStage</Ucd>
            <Units>eV</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Temperature</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
122
            <Name>protons: v_mso</Name>
1bcff323   Elena.Budnik   NumericalData
123
124
125
126
127
128
129
130
131
132
133
            <ParameterKey>mex_h_vel</ParameterKey>
            <Description>Proton bulk velocity components in MSO coordinates</Description>
            <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
            <Units>km/s</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>vx</Name>
5755b445   Elena.Budnik   IMA MEX
134
                    <Index>1</Index>
1bcff323   Elena.Budnik   NumericalData
135
136
137
138
                    <ParameterKey>mex_h_vel(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>vy</Name>
5755b445   Elena.Budnik   IMA MEX
139
                    <Index>2</Index>
1bcff323   Elena.Budnik   NumericalData
140
141
142
143
                    <ParameterKey>mex_h_vel(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>vz</Name>
5755b445   Elena.Budnik   IMA MEX
144
                    <Index>3</Index>
1bcff323   Elena.Budnik   NumericalData
145
146
147
148
149
150
151
152
                    <ParameterKey>mex_h_vel(2)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
         </Parameter>
5755b445   Elena.Budnik   IMA MEX
153
154
155
156
157
158
159
160
161
162
163
164
165
166
         <Parameter>
            <Name>protons: |v|</Name>
            <ParameterKey>mex_h_vtot</ParameterKey>
            <Description>Proton bulk velocity</Description>
            <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
            <Units>km/s</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>            
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
         </Parameter>
1bcff323   Elena.Budnik   NumericalData
167
        <Parameter>
7fbb156e   Elena.Budnik   work
168
            <Name>heavy: v_mso</Name>
1bcff323   Elena.Budnik   NumericalData
169
170
171
172
173
174
175
176
177
178
179
            <ParameterKey>mex_o_vel</ParameterKey>
            <Description>Heavy ion bulk velocity components in MSO coordinates</Description>
            <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
            <Units>km/s</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>vx</Name>
5755b445   Elena.Budnik   IMA MEX
180
                    <Index>1</Index>
1bcff323   Elena.Budnik   NumericalData
181
182
183
184
                    <ParameterKey>mex_o_vel(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>vy</Name>
5755b445   Elena.Budnik   IMA MEX
185
                    <Index>2</Index>
1bcff323   Elena.Budnik   NumericalData
186
187
188
189
                    <ParameterKey>mex_o_vel(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>vz</Name>
5755b445   Elena.Budnik   IMA MEX
190
                    <Index>3</Index>
1bcff323   Elena.Budnik   NumericalData
191
192
193
194
195
196
197
198
199
                    <ParameterKey>mex_o_vel(2)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
5755b445   Elena.Budnik   IMA MEX
200
201
202
203
204
205
206
207
208
209
210
211
212
213
            <Name>heavy: |v|</Name>
            <ParameterKey>mex_o_vtot</ParameterKey>
            <Description>Heavy Ions bulk velocity</Description>
            <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
            <Units>km/s</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>            
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
         </Parameter>
        <Parameter>
7fbb156e   Elena.Budnik   work
214
            <Name>scan flag</Name>
1bcff323   Elena.Budnik   NumericalData
215
216
217
218
219
220
221
222
223
            <ParameterKey>mex_scan</ParameterKey>
            <Description>Scan quality flag</Description>
            <Ucd>meta.code.qual</Ucd>
            <Support>
                <SupportQuantity>Other</SupportQuantity>
            </Support>
        </Parameter>
    </NumericalData>
</Spase>