Blame view

NumericalData/CDPP-AMDA/ACE/SWEPAM/ace-swepam-real.xml 4.43 KB
dbc930ab   Elena.Budnik   redmine #7309
1
<?xml version="1.0" encoding="UTF-8"?>
7e407638   Elena.Budnik   schema locally
2
<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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd">
dbc930ab   Elena.Budnik   redmine #7309
3
4
5
6
7
8
9
   <Version>2.3.1</Version>
   <NumericalData>
   <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/ACE/SWEPAM/ace-swepam-real</ResourceID>
   <ResourceHeader>
      <ResourceName>sw : real time</ResourceName>
      <AlternateName>Solar wind 60-sec real time data</AlternateName>   
      <ReleaseDate>2015-10-19T17:05:29Z</ReleaseDate>
88504201   Quentin Brzustowski   removed He3 from ...
10
11
12
13
      <Description>
         The ram pressure is calculated using P=rho*Np*Vp², where rho=1.672622*(1+4*(1/(1-He++_ratio)-1)). 
         We use rho=2 here, which corresponds to a ratio of He++ between 4% and 5%.
      </Description>
dbc930ab   Elena.Budnik   redmine #7309
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
      <Acknowledgement>Please acknowledge the ACE/SWEPAM instrument team and the ACE Science Center. 
      The following would be an appropriate acknowledgement: “We thank the ACE SWEPAM instrument team and the ACE Science Center for providing the ACE data.”  We would appreciate preprints/reprints of your papers when they become available. 
      </Acknowledgement>
      <Contact>
        <!-- David McComas -->
        <PersonID>spase://CNES/Person/David.J.McComas</PersonID>
        <Role>CoInvestigator</Role>
      </Contact>
      <Contact>
        <!-- R. Skoug -->
        <PersonID>spase://SMWG/Person/Ruth.Skoug</PersonID>
        <Role>TechnicalContact</Role>
      </Contact>      
      <InformationURL>
         <Name/>
         <URL>http://www.srl.caltech.edu/ACE/ASC/level2/acknowledgements.html</URL>
      </InformationURL>
   </ResourceHeader>
   <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
33
      <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
      <Availability>Online</Availability>
      <AccessRights>Open</AccessRights>
      <AccessURL>
         <Name>AMDA at CDPP</Name>
         <URL>
            http://amda.cdpp.eu
         </URL>
      </AccessURL>
      <Format>NetCDF</Format>
      <Acknowledgement>
          Please acknowledge the ACE/SWEPAM instrument team, the ACE Science Center, and the CDAWeb team at GSFC/SPDF.
      </Acknowledgement>
   </AccessInformation>
   <ProviderName>NOAA</ProviderName> 
   <ProviderResourceName/>
d1fe7122   Elena.Budnik   redmine 7309 cont...
49
   <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/ACE/SWEPAM</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
   <MeasurementType>ThermalPlasma</MeasurementType>
   <TemporalDescription>
      <TimeSpan>
         <StartDate>2018-09-16T00:00:00Z</StartDate>
         <StopDate>2019-01-24T08:59:59Z</StopDate>
     </TimeSpan>
     <Cadence>PT60S</Cadence>
   </TemporalDescription>
   <ObservedRegion>Heliosphere</ObservedRegion>  
   <ObservedRegion>Heliosphere.NearEarth</ObservedRegion>
   <Parameter>
      <Name>density</Name>
      <ParameterKey>sw_n_real</ParameterKey>
      <Ucd>phys.density;phys.atmol.ionStage</Ucd>
      <Units>cm^-3</Units>
      <RenderingHints>
         <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Particle>
         <ParticleType>Ion</ParticleType>
         <Qualifier>Moment</Qualifier>
         <ParticleQuantity>NumberDensity</ParticleQuantity>
      </Particle>
   </Parameter>
   <Parameter>
      <Name>v_bulk</Name>
      <ParameterKey>sw_v_real</ParameterKey>
      <Description>Solar Wind Bulk Speed</Description>
      <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
      <Units>km/s</Units>
      <RenderingHints>
         <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Particle>
         <ParticleType>Ion</ParticleType>
         <Qualifier>Moment</Qualifier>
         <Qualifier>Scalar</Qualifier>
         <ParticleQuantity>Velocity</ParticleQuantity>
      </Particle>
   </Parameter>
   <Parameter>
      <Name>temperature</Name>
      <ParameterKey>sw_t_real</ParameterKey>
      <Ucd>phys.temperature;phys.atmol.ionStage</Ucd>
      <Units>eV</Units>
      <RenderingHints>
         <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Particle>
         <ParticleType>Ion</ParticleType>
         <Qualifier>Moment</Qualifier>
         <ParticleQuantity>Temperature</ParticleQuantity>
      </Particle>
   </Parameter>
6c1a5193   Quentin Brzustowski   dynamic pressure ...
104
      <Parameter>
88504201   Quentin Brzustowski   removed He3 from ...
105
         <Name>ram pressure</Name>
6c1a5193   Quentin Brzustowski   dynamic pressure ...
106
         <ParameterKey>sw_pdyn_real</ParameterKey>
52e0d82d   Quentin Brzustowski   removed pdyn for ...
107
         <Description>P = 2*10e-6 * Np * Vp^2</Description>
6c1a5193   Quentin Brzustowski   dynamic pressure ...
108
109
110
111
112
         <Units>nPa</Units>
         <RenderingHints>
            <DisplayType>TimeSeries</DisplayType>
         </RenderingHints>
      </Parameter>
dbc930ab   Elena.Budnik   redmine #7309
113
114
 </NumericalData>
</Spase>