Commit 3d4ae61de6601aaa6327a790a33790921e3dba1d
1 parent
5136212f
Exists in
juice_jdc
and in
4 other branches
Add Cain model in MAVEN, MEX and MGS missions
Showing
5 changed files
with
318 additions
and
3 deletions
Show diff stats
... | ... | @@ -0,0 +1,105 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
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-sim-1_0_0.xsd"> | |
3 | + <Version>2.2.6</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/MAVEN/Models/mav-cain-model</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>Cain B along s/c orbit</ResourceName> | |
8 | + <ReleaseDate>2016-08-23T00:00:00Z</ReleaseDate> | |
9 | + <Description>Cain model martian crustal magnetic field along s/c orbit is being real-time calculated. | |
10 | + S/c and sampling time should be defined by user. | |
11 | + </Description> | |
12 | + <Acknowledgement/> | |
13 | + <Contact> | |
14 | + <PersonID>spase://CNES/Person/Joseph.C.Cain</PersonID> | |
15 | + <Role>PrincipalInvestigator</Role> | |
16 | + </Contact> | |
17 | + <Contact> | |
18 | + <PersonID>spase://CNES/Person/Benjamin.Renard</PersonID> | |
19 | + <Role>TechnicalContact</Role> | |
20 | + </Contact> | |
21 | + <InformationURL> | |
22 | + <Name>Model description</Name> | |
23 | + <URL>http://onlinelibrary.wiley.com/doi/10.1029/2000JE001487/full</URL> | |
24 | + <Description/> | |
25 | + </InformationURL> | |
26 | + </ResourceHeader> | |
27 | + <AccessInformation> | |
28 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
29 | + <Availability>Online</Availability> | |
30 | + <AccessRights>Open</AccessRights> | |
31 | + <AccessURL> | |
32 | + <Name>AMDA at CDPP</Name> | |
33 | + <URL> | |
34 | + http://amda.cdpp.eu | |
35 | + </URL> | |
36 | + </AccessURL> | |
37 | + <Format>Text.ASCII</Format> | |
38 | + <Acknowledgement/> | |
39 | + </AccessInformation> | |
40 | + <ProviderName>IRAP</ProviderName> | |
41 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/MAVEN/Models</InstrumentID> | |
42 | + <MeasurementType>MagneticField</MeasurementType> | |
43 | + <TemporalDescription> | |
44 | + <TimeSpan> | |
45 | + <StartDate>1970-01-01T00:00:00Z</StartDate> | |
46 | + <StopDate>1970-01-01T00:00:00Z</StopDate> | |
47 | + </TimeSpan> | |
48 | + <Cadence>PTUserDefined</Cadence> | |
49 | + </TemporalDescription> | |
50 | + <ObservedRegion>Mars</ObservedRegion> | |
51 | + <Caveats/> | |
52 | + <Parameter> | |
53 | + <Name>b mso</Name> | |
54 | + <ParameterKey>bcain_mso_60_mav_latlonalt_iaumars</ParameterKey> | |
55 | + <Description/> | |
56 | + <Caveats/> | |
57 | + <Units>nT</Units> | |
58 | + <Structure> | |
59 | + <Size>3</Size> | |
60 | + <Element> | |
61 | + <Name>bx</Name> | |
62 | + <Qualifier>Component.I</Qualifier> | |
63 | + <Index>1</Index> | |
64 | + <ParameterKey>bcain_mso_60_mav_latlonalt_iaumars(0)</ParameterKey> | |
65 | + <ValidMin/> | |
66 | + <ValidMax/> | |
67 | + <FillValue/> | |
68 | + </Element> | |
69 | + <Element> | |
70 | + <Name>by</Name> | |
71 | + <Qualifier>Component.J</Qualifier> | |
72 | + <Index>2</Index> | |
73 | + <ParameterKey>bcain_mso_60_mav_latlonalt_iaumars(1)</ParameterKey> | |
74 | + <ValidMin/> | |
75 | + <ValidMax/> | |
76 | + <FillValue/> | |
77 | + </Element> | |
78 | + <Element> | |
79 | + <Name>bz</Name> | |
80 | + <Qualifier>Component.K</Qualifier> | |
81 | + <Index>3</Index> | |
82 | + <ParameterKey>bcain_mso_60_mav_latlonalt_iaumars(2)</ParameterKey> | |
83 | + <ValidMin/> | |
84 | + <ValidMax/> | |
85 | + <FillValue/> | |
86 | + </Element> | |
87 | + </Structure> | |
88 | + <FillValue>NaN</FillValue> | |
89 | + <Field> | |
90 | + <FieldQuantity>Magnetic</FieldQuantity> | |
91 | + </Field> | |
92 | + </Parameter> | |
93 | + <Parameter> | |
94 | + <Name>b tot</Name> | |
95 | + <ParameterKey>bcain_tot_60_mav_latlonalt_iaumars</ParameterKey> | |
96 | + <Description/> | |
97 | + <Caveats/> | |
98 | + <Units>nT</Units> | |
99 | + <FillValue>NaN</FillValue> | |
100 | + <Field> | |
101 | + <FieldQuantity>Magnetic</FieldQuantity> | |
102 | + </Field> | |
103 | + </Parameter> | |
104 | + </NumericalData> | |
105 | +</Spase> | |
... | ... |
... | ... | @@ -0,0 +1,105 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
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-sim-1_0_0.xsd"> | |
3 | + <Version>2.2.6</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/MEX/Models/mex-cain-model</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>Cain B along s/c orbit</ResourceName> | |
8 | + <ReleaseDate>2016-08-23T00:00:00Z</ReleaseDate> | |
9 | + <Description>Cain model martian crustal magnetic field along s/c orbit is being real-time calculated. | |
10 | + S/c and sampling time should be defined by user. | |
11 | + </Description> | |
12 | + <Acknowledgement/> | |
13 | + <Contact> | |
14 | + <PersonID>spase://CNES/Person/Joseph.C.Cain</PersonID> | |
15 | + <Role>PrincipalInvestigator</Role> | |
16 | + </Contact> | |
17 | + <Contact> | |
18 | + <PersonID>spase://CNES/Person/Benjamin.Renard</PersonID> | |
19 | + <Role>TechnicalContact</Role> | |
20 | + </Contact> | |
21 | + <InformationURL> | |
22 | + <Name>Model description</Name> | |
23 | + <URL>http://onlinelibrary.wiley.com/doi/10.1029/2000JE001487/full</URL> | |
24 | + <Description/> | |
25 | + </InformationURL> | |
26 | + </ResourceHeader> | |
27 | + <AccessInformation> | |
28 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
29 | + <Availability>Online</Availability> | |
30 | + <AccessRights>Open</AccessRights> | |
31 | + <AccessURL> | |
32 | + <Name>AMDA at CDPP</Name> | |
33 | + <URL> | |
34 | + http://amda.cdpp.eu | |
35 | + </URL> | |
36 | + </AccessURL> | |
37 | + <Format>Text.ASCII</Format> | |
38 | + <Acknowledgement/> | |
39 | + </AccessInformation> | |
40 | + <ProviderName>IRAP</ProviderName> | |
41 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/MEX/Models</InstrumentID> | |
42 | + <MeasurementType>MagneticField</MeasurementType> | |
43 | + <TemporalDescription> | |
44 | + <TimeSpan> | |
45 | + <StartDate>1970-01-01T00:00:00Z</StartDate> | |
46 | + <StopDate>1970-01-01T00:00:00Z</StopDate> | |
47 | + </TimeSpan> | |
48 | + <Cadence>PTUserDefined</Cadence> | |
49 | + </TemporalDescription> | |
50 | + <ObservedRegion>Mars</ObservedRegion> | |
51 | + <Caveats/> | |
52 | + <Parameter> | |
53 | + <Name>b mso</Name> | |
54 | + <ParameterKey>bcain_mso_60_mex_latlonalt_iaumars</ParameterKey> | |
55 | + <Description/> | |
56 | + <Caveats/> | |
57 | + <Units>nT</Units> | |
58 | + <Structure> | |
59 | + <Size>3</Size> | |
60 | + <Element> | |
61 | + <Name>bx</Name> | |
62 | + <Qualifier>Component.I</Qualifier> | |
63 | + <Index>1</Index> | |
64 | + <ParameterKey>bcain_mso_60_mex_latlonalt_iaumars(0)</ParameterKey> | |
65 | + <ValidMin/> | |
66 | + <ValidMax/> | |
67 | + <FillValue/> | |
68 | + </Element> | |
69 | + <Element> | |
70 | + <Name>by</Name> | |
71 | + <Qualifier>Component.J</Qualifier> | |
72 | + <Index>2</Index> | |
73 | + <ParameterKey>bcain_mso_60_mex_latlonalt_iaumars(1)</ParameterKey> | |
74 | + <ValidMin/> | |
75 | + <ValidMax/> | |
76 | + <FillValue/> | |
77 | + </Element> | |
78 | + <Element> | |
79 | + <Name>bz</Name> | |
80 | + <Qualifier>Component.K</Qualifier> | |
81 | + <Index>3</Index> | |
82 | + <ParameterKey>bcain_mso_60_mex_latlonalt_iaumars(2)</ParameterKey> | |
83 | + <ValidMin/> | |
84 | + <ValidMax/> | |
85 | + <FillValue/> | |
86 | + </Element> | |
87 | + </Structure> | |
88 | + <FillValue>NaN</FillValue> | |
89 | + <Field> | |
90 | + <FieldQuantity>Magnetic</FieldQuantity> | |
91 | + </Field> | |
92 | + </Parameter> | |
93 | + <Parameter> | |
94 | + <Name>b tot</Name> | |
95 | + <ParameterKey>bcain_tot_60_mex_latlonalt_iaumars</ParameterKey> | |
96 | + <Description/> | |
97 | + <Caveats/> | |
98 | + <Units>nT</Units> | |
99 | + <FillValue>NaN</FillValue> | |
100 | + <Field> | |
101 | + <FieldQuantity>Magnetic</FieldQuantity> | |
102 | + </Field> | |
103 | + </Parameter> | |
104 | + </NumericalData> | |
105 | +</Spase> | |
... | ... |
... | ... | @@ -0,0 +1,105 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
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-sim-1_0_0.xsd"> | |
3 | + <Version>2.2.6</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/MGS/Models/mgs-cain-model</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>Cain B along s/c orbit</ResourceName> | |
8 | + <ReleaseDate>2016-08-23T00:00:00Z</ReleaseDate> | |
9 | + <Description>Cain model martian crustal magnetic field along s/c orbit is being real-time calculated. | |
10 | + S/c and sampling time should be defined by user. | |
11 | + </Description> | |
12 | + <Acknowledgement/> | |
13 | + <Contact> | |
14 | + <PersonID>spase://CNES/Person/Joseph.C.Cain</PersonID> | |
15 | + <Role>PrincipalInvestigator</Role> | |
16 | + </Contact> | |
17 | + <Contact> | |
18 | + <PersonID>spase://CNES/Person/Benjamin.Renard</PersonID> | |
19 | + <Role>TechnicalContact</Role> | |
20 | + </Contact> | |
21 | + <InformationURL> | |
22 | + <Name>Model description</Name> | |
23 | + <URL>http://onlinelibrary.wiley.com/doi/10.1029/2000JE001487/full</URL> | |
24 | + <Description/> | |
25 | + </InformationURL> | |
26 | + </ResourceHeader> | |
27 | + <AccessInformation> | |
28 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
29 | + <Availability>Online</Availability> | |
30 | + <AccessRights>Open</AccessRights> | |
31 | + <AccessURL> | |
32 | + <Name>AMDA at CDPP</Name> | |
33 | + <URL> | |
34 | + http://amda.cdpp.eu | |
35 | + </URL> | |
36 | + </AccessURL> | |
37 | + <Format>Text.ASCII</Format> | |
38 | + <Acknowledgement/> | |
39 | + </AccessInformation> | |
40 | + <ProviderName>IRAP</ProviderName> | |
41 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/MGS/Models</InstrumentID> | |
42 | + <MeasurementType>MagneticField</MeasurementType> | |
43 | + <TemporalDescription> | |
44 | + <TimeSpan> | |
45 | + <StartDate>1970-01-01T00:00:00Z</StartDate> | |
46 | + <StopDate>1970-01-01T00:00:00Z</StopDate> | |
47 | + </TimeSpan> | |
48 | + <Cadence>PTUserDefined</Cadence> | |
49 | + </TemporalDescription> | |
50 | + <ObservedRegion>Mars</ObservedRegion> | |
51 | + <Caveats/> | |
52 | + <Parameter> | |
53 | + <Name>b mso</Name> | |
54 | + <ParameterKey>bcain_mso_60_mgs_latlonalt_iaumars</ParameterKey> | |
55 | + <Description/> | |
56 | + <Caveats/> | |
57 | + <Units>nT</Units> | |
58 | + <Structure> | |
59 | + <Size>3</Size> | |
60 | + <Element> | |
61 | + <Name>bx</Name> | |
62 | + <Qualifier>Component.I</Qualifier> | |
63 | + <Index>1</Index> | |
64 | + <ParameterKey>bcain_mso_60_mgs_latlonalt_iaumars(0)</ParameterKey> | |
65 | + <ValidMin/> | |
66 | + <ValidMax/> | |
67 | + <FillValue/> | |
68 | + </Element> | |
69 | + <Element> | |
70 | + <Name>by</Name> | |
71 | + <Qualifier>Component.J</Qualifier> | |
72 | + <Index>2</Index> | |
73 | + <ParameterKey>bcain_mso_60_mgs_latlonalt_iaumars(1)</ParameterKey> | |
74 | + <ValidMin/> | |
75 | + <ValidMax/> | |
76 | + <FillValue/> | |
77 | + </Element> | |
78 | + <Element> | |
79 | + <Name>bz</Name> | |
80 | + <Qualifier>Component.K</Qualifier> | |
81 | + <Index>3</Index> | |
82 | + <ParameterKey>bcain_mso_60_mgs_latlonalt_iaumars(2)</ParameterKey> | |
83 | + <ValidMin/> | |
84 | + <ValidMax/> | |
85 | + <FillValue/> | |
86 | + </Element> | |
87 | + </Structure> | |
88 | + <FillValue>NaN</FillValue> | |
89 | + <Field> | |
90 | + <FieldQuantity>Magnetic</FieldQuantity> | |
91 | + </Field> | |
92 | + </Parameter> | |
93 | + <Parameter> | |
94 | + <Name>b tot</Name> | |
95 | + <ParameterKey>bcain_tot_60_mgs_latlonalt_iaumars</ParameterKey> | |
96 | + <Description/> | |
97 | + <Caveats/> | |
98 | + <Units>nT</Units> | |
99 | + <FillValue>NaN</FillValue> | |
100 | + <Field> | |
101 | + <FieldQuantity>Magnetic</FieldQuantity> | |
102 | + </Field> | |
103 | + </Parameter> | |
104 | + </NumericalData> | |
105 | +</Spase> | |
... | ... |
NumericalOutput/CDPP-AMDA/CAIN/b_cain.xml
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | <Role>PrincipalInvestigator</Role> |
16 | 16 | </Contact> |
17 | 17 | <Contact> |
18 | - <PersonID>spase://CNES/Person/Elena.Budnik</PersonID> | |
18 | + <PersonID>spase://CNES/Person/Benjamin.Renard</PersonID> | |
19 | 19 | <Role>TechnicalContact</Role> |
20 | 20 | </Contact> |
21 | 21 | <InformationURL> |
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <AccessInformation> |
28 | 28 | <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> |
29 | 29 | <Availability>Online</Availability> |
30 | - <AccessRights>Restricted</AccessRights> | |
30 | + <AccessRights>Open</AccessRights> | |
31 | 31 | <AccessURL> |
32 | 32 | <Name>AMDA at CDPP</Name> |
33 | 33 | <URL> |
... | ... |
SimulationRun/CDPP-AMDA/CAIN/CainRun.xml
... | ... | @@ -35,7 +35,7 @@ INhundred nT in components calculated for areodetic altitudes below 200 km. |
35 | 35 | <Role>PrincipalInvestigator</Role> |
36 | 36 | </Contact> |
37 | 37 | <Contact> |
38 | - <PersonID>spase://CNES/Person/Elena.Budnik</PersonID> | |
38 | + <PersonID>spase://CNES/Person/Benjamin.Renard</PersonID> | |
39 | 39 | <Role>TechnicalContact</Role> |
40 | 40 | </Contact> |
41 | 41 | </ResourceHeader> |
... | ... |