Commit 4dacd12e7d51cc2fdaec19b2ebdf465df4b4fa2d
1 parent
005b6d76
Exists in
juice_jdc
and in
4 other branches
Add Kp index info (#9623 + #9617)
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
NumericalData/CDPP-AMDA/OMNI/omni-hour-all.xml
... | ... | @@ -26,6 +26,11 @@ for creating the OMNI data set.</Acknowledgement> |
26 | 26 | <URL>http://omniweb.sci.gsfc.nasa.gov/html/ow_data.html</URL> |
27 | 27 | <Description>Extensive OMNI documentation pages</Description> |
28 | 28 | </InformationURL> |
29 | + <InformationURL> | |
30 | + <Name>Matzka, J., Stolle, C., Yamazaki, Y., Bronkalla, O., and Morschhauser, A. (2021). The geomagnetic Kp index and derived indices of geomagnetic activity. Space Weather, 19, e2020SW002641.</Name> | |
31 | + <URL>https://doi.org/10.1029/2020SW002641</URL> | |
32 | + <Description/> | |
33 | + </InformationURL> | |
29 | 34 | </ResourceHeader> |
30 | 35 | <AccessInformation> |
31 | 36 | <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> |
... | ... | @@ -220,6 +225,7 @@ for creating the OMNI data set.</Acknowledgement> |
220 | 225 | <Parameter> |
221 | 226 | <Name>Kp index</Name> |
222 | 227 | <ParameterKey>omni_kp</ParameterKey> |
228 | + <Description>The standard Kp values look like 0, 0+, 1-, 1, 1+, 2-, ... but are stored as Kp = 0, 3, 7, 10, 13, 17, ... in the OMNI data set. We have mapped 0+ to 3, 1- to 7, 1 to 10, 1+ to 13, 2- to 17, etc.</Description> | |
223 | 229 | <Ucd>meta.code;phys.magField</Ucd> |
224 | 230 | <RenderingHints> |
225 | 231 | <DisplayType>TimeSeries</DisplayType> | ... | ... |