From b986602992bc537a42a56222a4d767eaca3a1f66 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Thu, 30 Jul 2020 11:40:25 +0200 Subject: [PATCH] rm 8038 Dipole tilt --- Instrument/CDPP-AMDA/Planets/Earth.xml | 15 +++++++++++++++ NumericalData/CDPP-AMDA/Planets/Earth/earth-info-mag.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Observatory/CDPP-AMDA/PlanetsProperties.xml | 15 +++++++++++++++ 3 files changed, 114 insertions(+), 0 deletions(-) create mode 100644 Instrument/CDPP-AMDA/Planets/Earth.xml create mode 100644 NumericalData/CDPP-AMDA/Planets/Earth/earth-info-mag.xml create mode 100644 Observatory/CDPP-AMDA/PlanetsProperties.xml diff --git a/Instrument/CDPP-AMDA/Planets/Earth.xml b/Instrument/CDPP-AMDA/Planets/Earth.xml new file mode 100644 index 0000000..35c4b26 --- /dev/null +++ b/Instrument/CDPP-AMDA/Planets/Earth.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> + <Version>2.3.1</Version> + <Instrument> + <ResourceID>spase://CNES/Instrument/CDPP-AMDA/Indices/Earth</ResourceID> + <ResourceHeader> + <ResourceName>Earth</ResourceName> + <ReleaseDate>2009-05-20T21:10:13Z</ReleaseDate> + <Description>Different usefull geomagnetic properties</Description> + </ResourceHeader> + <InstrumentType/> + <InvestigationName/> + <ObservatoryID>spase://CNES/Observatory/CDPP-AMDA/PlanetsProperties</ObservatoryID> + </Instrument> +</Spase> diff --git a/NumericalData/CDPP-AMDA/Planets/Earth/earth-info-mag.xml b/NumericalData/CDPP-AMDA/Planets/Earth/earth-info-mag.xml new file mode 100644 index 0000000..91f8134 --- /dev/null +++ b/NumericalData/CDPP-AMDA/Planets/Earth/earth-info-mag.xml @@ -0,0 +1,84 @@ +<?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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> + <Version>2.3.1</Version> + <NumericalData> + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Indices/Planets/earth-info-mag</ResourceID> + <ResourceHeader> + <ResourceName>earth dipole</ResourceName> + <AlternateName>Geomagnetic Properties</AlternateName> + <ReleaseDate>2020-07-31T00:00:00Z</ReleaseDate> + <Description>For characterizing the attitude of the Earth Magnetic dipole relatively to the Earth-Sun axis, 2 + angles can be used. The magnetic moment of the Earth is a vector opposite to the unit vector carrying the ZSM axis + (SM: Solar Magnetic reference frame). + + The tilt angle is the angle between the ZSM (the opposite of the Earth magnetic moment) and ZGSM + directions. + + The roll angle is the angle between the projection of the Earth magnetic moment on the + YZGSE plane and the ZGSE direction. It is also the angle between the XZGSM and the XZGSE + planes or the XYGSM and XYGSE planes. + + Earth dipole tilt and roll angles are calculated with the use of GEOPACK-2008 package.</Description> + <Acknowledgement>TBD</Acknowledgement> + <Contact> + <PersonID>spase://CNES/Person/Nikolai.Tsyganenko</PersonID> + <Role>PrincipalInvestigator</Role> + </Contact> + <Contact> + <PersonID>spase://CNES/Person/Christian.Jacquey</PersonID> + <Role>TechnicalContact</Role> + </Contact> + <InformationURL> + <Name>Description</Name> + <URL>http://amda-test.irap.omp.eu/help/parameters/tilt_dipole.pdf</URL> + <Description/> + </InformationURL> + <InformationURL> + <Name>Code source</Name> + <URL>http://geo.phys.spbu.ru/~tsyganenko/Geopack-2008.html</URL> + <Description>Code source with detailed description</Description> + </InformationURL> + </ResourceHeader> + <AccessInformation> + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> + <Availability>Online</Availability> + <AccessRights>Open</AccessRights> + <AccessURL> + <Name>AMDA at CDPP</Name> + <URL>http://amda.cdpp.eu</URL> + </AccessURL> + <Format>Text</Format> + <Acknowledgement/> + </AccessInformation> + <ProviderName>IRAP</ProviderName> + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Planets/Earth</InstrumentID> + <MeasurementType>MagneticField</MeasurementType> + <TemporalDescription> + <TimeSpan> + <StartDate>1970-01-01T00:00:00Z</StartDate> + <StopDate>2025-01-01T00:00:00Z</StopDate> + </TimeSpan> + <Cadence>PT1M</Cadence> + </TemporalDescription> + <ObservedRegion>Earth</ObservedRegion> + <Caveats/> + <Parameter> + <Name>tilt angle</Name> + <ParameterKey>tilt_angle_60</ParameterKey> + <Description>The angle between the ZSM (the opposite of the Earth magnetic moment) and ZGSM + directions</Description> + <Ucd/> + <Units>deg</Units> + <UnitsConversion/> + </Parameter> + <Parameter> + <Name>roll angle</Name> + <ParameterKey>roll_angle_60</ParameterKey> + <Description>The angle between the projection of the Earth magnetic moment on the + YZGSE plane and the ZGSE direction</Description> + <Ucd/> + <Units>deg</Units> + <UnitsConversion/> + </Parameter> + </NumericalData> +</Spase> diff --git a/Observatory/CDPP-AMDA/PlanetsProperties.xml b/Observatory/CDPP-AMDA/PlanetsProperties.xml new file mode 100644 index 0000000..90d283e --- /dev/null +++ b/Observatory/CDPP-AMDA/PlanetsProperties.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> + <Version>2.3.1</Version> + <Observatory> + <ResourceID>spase://CNES/Observatory/CDPP-AMDA/PlanetsProperties</ResourceID> + <ResourceHeader> + <ResourceName>Planets Properties</ResourceName> + <ReleaseDate>2020-09-27T18:45:12Z</ReleaseDate> + <Description>Different usefull planets properties</Description> + </ResourceHeader> + <Location> + <ObservatoryRegion>Heliosphere</ObservatoryRegion> + </Location> + </Observatory> +</Spase> -- libgit2 0.21.2