Commit 1fe9882875d75c8ff7efebf4150af24a2d1f39cf
1 parent
dc757d70
Exists in
master
and in
4 other branches
SolarOrbiter / PAS / L2 / MOM - Add pressure tensor + temperature in RTN frame
Showing
1 changed file
with
75 additions
and
1 deletions
Show diff stats
NumericalData/CDPP-AMDA/Solar_Orbiter/PAS/so-pas-momgr1.xml
... | ... | @@ -211,7 +211,38 @@ |
211 | 211 | <ParameterKey>pas_momgr_t(2)</ParameterKey> |
212 | 212 | </Element> |
213 | 213 | </Structure> |
214 | - </Parameter> | |
214 | + </Parameter> | |
215 | + <Parameter> | |
216 | + <Name>t_rtn</Name> | |
217 | + <ParameterKey>pas_momgr_trtn</ParameterKey> | |
218 | + <Description>Temperature components (Tx, Ty, Tz) in RTN frame</Description> | |
219 | + <Ucd/> | |
220 | + <Units>eV</Units> | |
221 | + <RenderingHints> | |
222 | + <DisplayType>TimeSeries</DisplayType> | |
223 | + </RenderingHints> | |
224 | + <Structure> | |
225 | + <Size>3</Size> | |
226 | + <Element> | |
227 | + <Name>t_xx</Name> | |
228 | + <Qualifier>Component.I</Qualifier> | |
229 | + <Index>1</Index> | |
230 | + <ParameterKey>pas_momgr_trtn(0)</ParameterKey> | |
231 | + </Element> | |
232 | + <Element> | |
233 | + <Name>t_yy</Name> | |
234 | + <Qualifier>Component.J</Qualifier> | |
235 | + <Index>2</Index> | |
236 | + <ParameterKey>pas_momgr_trtn(1)</ParameterKey> | |
237 | + </Element> | |
238 | + <Element> | |
239 | + <Name>t_zz</Name> | |
240 | + <Qualifier>Component.K</Qualifier> | |
241 | + <Index>3</Index> | |
242 | + <ParameterKey>pas_momgr_trtn(2)</ParameterKey> | |
243 | + </Element> | |
244 | + </Structure> | |
245 | + </Parameter> | |
215 | 246 | <Parameter> |
216 | 247 | <Name>pressure_srf</Name> |
217 | 248 | <ParameterKey>pas_momgr_press</ParameterKey> |
... | ... | @@ -255,5 +286,48 @@ |
255 | 286 | </Element> |
256 | 287 | </Structure> |
257 | 288 | </Parameter> |
289 | + <Parameter> | |
290 | + <Name>pressure_rtn</Name> | |
291 | + <ParameterKey>pas_momgr_pressrtn</ParameterKey> | |
292 | + <Description>Pressure tensor in RTN frame</Description> | |
293 | + <Ucd/> | |
294 | + <Units>J*cm**-3</Units> | |
295 | + <RenderingHints> | |
296 | + <DisplayType>TimeSeries</DisplayType> | |
297 | + </RenderingHints> | |
298 | + <Structure> | |
299 | + <Size>6</Size> | |
300 | + <Element> | |
301 | + <Name>press_xx</Name> | |
302 | + <Index>1</Index> | |
303 | + <ParameterKey>pas_momgr_pressrtn(0)</ParameterKey> | |
304 | + </Element> | |
305 | + <Element> | |
306 | + <Name>press_yy</Name> | |
307 | + <Index>2</Index> | |
308 | + <ParameterKey>pas_momgr_pressrtn(1)</ParameterKey> | |
309 | + </Element> | |
310 | + <Element> | |
311 | + <Name>press_zz</Name> | |
312 | + <Index>3</Index> | |
313 | + <ParameterKey>pas_momgr_pressrtn(2)</ParameterKey> | |
314 | + </Element> | |
315 | + <Element> | |
316 | + <Name>press_xy</Name> | |
317 | + <Index>4</Index> | |
318 | + <ParameterKey>pas_momgr_pressrtn(3)</ParameterKey> | |
319 | + </Element> | |
320 | + <Element> | |
321 | + <Name>press_xz</Name> | |
322 | + <Index>5</Index> | |
323 | + <ParameterKey>pas_momgr_pressrtn(4)</ParameterKey> | |
324 | + </Element> | |
325 | + <Element> | |
326 | + <Name>press_yz</Name> | |
327 | + <Index>6</Index> | |
328 | + <ParameterKey>pas_momgr_pressrtn(5)</ParameterKey> | |
329 | + </Element> | |
330 | + </Structure> | |
331 | + </Parameter> | |
258 | 332 | </NumericalData> |
259 | 333 | </Spase> | ... | ... |