Commit 6c1a51937388a2dce3289c5bc2bf3e556640fb07
1 parent
10cc4eeb
Exists in
master
and in
11 other branches
dynamic pressure for ace
Showing
2 changed files
with
18 additions
and
0 deletions
Show diff stats
NumericalData/CDPP-AMDA/ACE/SWEPAM/ace-swe-all.xml
... | ... | @@ -219,5 +219,14 @@ |
219 | 219 | <ParticleQuantity>NumberDensity</ParticleQuantity> |
220 | 220 | </Particle> |
221 | 221 | </Parameter> |
222 | + <Parameter> | |
223 | + <Name>dynamic pressure</Name> | |
224 | + <ParameterKey>sw_pdyn</ParameterKey> | |
225 | + <Description>P = 2*10e-6 * Np * Vp</Description> | |
226 | + <Units>nPa</Units> | |
227 | + <RenderingHints> | |
228 | + <DisplayType>TimeSeries</DisplayType> | |
229 | + </RenderingHints> | |
230 | + </Parameter> | |
222 | 231 | </NumericalData> |
223 | 232 | </Spase> | ... | ... |
NumericalData/CDPP-AMDA/ACE/SWEPAM/ace-swepam-real.xml
... | ... | @@ -98,5 +98,14 @@ |
98 | 98 | <ParticleQuantity>Temperature</ParticleQuantity> |
99 | 99 | </Particle> |
100 | 100 | </Parameter> |
101 | + <Parameter> | |
102 | + <Name>dynamic pressure</Name> | |
103 | + <ParameterKey>sw_pdyn_real</ParameterKey> | |
104 | + <Description>P = 2*10e-6 * Np * Vp</Description> | |
105 | + <Units>nPa</Units> | |
106 | + <RenderingHints> | |
107 | + <DisplayType>TimeSeries</DisplayType> | |
108 | + </RenderingHints> | |
109 | + </Parameter> | |
101 | 110 | </NumericalData> |
102 | 111 | </Spase> | ... | ... |