Commit a71fddafbc691c1110d4473c07d7c2a37d30a496
1 parent
32c631bb
Exists in
master
and in
4 other branches
Add missin file
Showing
1 changed file
with
35 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase 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-sim-1_0_0.xsd" xmlns="http://www.spase-group.org/data/schema"> | |
3 | + <Version>2.2.6</Version> | |
4 | + <SimulationRun> | |
5 | + <ResourceID>spase://CNES/SimulationRun/CDPP-AMDA/KT17/KT17Run</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>KT17 Model</ResourceName> | |
8 | + <AlternateName></AlternateName> | |
9 | + <ReleaseDate>2023-02-17T14:48:29Z</ReleaseDate> | |
10 | + <Description>A model of the magnetic field of Mercury.</Description> | |
11 | + <Contact> | |
12 | + <!-- <PersonID>spase://CNES/Person/CDPP-AMDA/Connerney</PersonID> | |
13 | + <Role>PrincipalInvestigator</Role> --> | |
14 | + </Contact> | |
15 | + </ResourceHeader> | |
16 | + <Model> | |
17 | + <ModelID>spase://CNES/SimulationModel/CDPP-AMDA/KT17</ModelID> | |
18 | + </Model> | |
19 | + <SimulatedRegion>Mercury</SimulatedRegion> | |
20 | + <SimulationDomain> | |
21 | + <CoordinateSystem> | |
22 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
23 | + <CoordinateSystemName>MSM</CoordinateSystemName> | |
24 | + </CoordinateSystem> | |
25 | + <SpatialDimension>3</SpatialDimension> | |
26 | + <Units>Rm</Units> | |
27 | + </SimulationDomain> | |
28 | + <InputParameter> | |
29 | + <Name>Orbit</Name> | |
30 | + <Property> | |
31 | + <PropertyQuantity>Ephemeris</PropertyQuantity> | |
32 | + </Property> | |
33 | + </InputParameter> | |
34 | + </SimulationRun> | |
35 | +</Spase> | ... | ... |