Commit cf1fbb584a89a716be19663851a97b0421d51552
1 parent
e73ffa3f
Exists in
master
and in
112 other branches
IMPEX plot template
Showing
4 changed files
with
99 additions
and
13 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param> | |
3 | + <output> | |
4 | + <plot> | |
5 | + <timePlot> | |
6 | + <params> | |
7 | + <param> | |
8 | + <spectro yAxis="y-left"/> | |
9 | + </param> | |
10 | + </params> | |
11 | + <!-- <axes> | |
12 | + <xAxis> | |
13 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
14 | + <range extend="true"/> | |
15 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
16 | + <legend/> | |
17 | + </timeAxis> | |
18 | + </xAxis> | |
19 | + <yAxis> | |
20 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
21 | + <range extend="true"/> | |
22 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
23 | + <legend/> | |
24 | + </digitalAxis> | |
25 | + </yAxis> | |
26 | + <zAxis> | |
27 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + </colorAxis> | |
31 | + </zAxis> | |
32 | + </axes> --> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param> | |
3 | + <output> | |
4 | + <plot> | |
5 | + <timePlot> | |
6 | + <params> | |
7 | + <param> | |
8 | + <spectro yAxis="y-left"/> | |
9 | + </param> | |
10 | + </params> | |
11 | + <axes> | |
12 | + <xAxis> | |
13 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
14 | + <range extend="true"/> | |
15 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
16 | + <legend/> | |
17 | + </timeAxis> | |
18 | + </xAxis> | |
19 | + <yAxis> | |
20 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
21 | + <range extend="true"/> | |
22 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
23 | + <legend/> | |
24 | + </digitalAxis> | |
25 | + </yAxis> | |
26 | + <zAxis> | |
27 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + </colorAxis> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | |
... | ... |
generic_data/SimuTemplate/templateGUMICS.xml
... | ... | @@ -10,23 +10,23 @@ |
10 | 10 | LikelihoodRating="Probable" |
11 | 11 | start_desc="<b>Reference Frame: </b><br/>GSE, Cartesian<b><br/>Domain: </b>Units: radius of Earth<br/>X=[-224, 32]<br/>Y=[-64, 64]<br/>Z=[-64, 64]<br/><b><br/>"> |
12 | 12 | <dataset name="Mag" SimulatedRegion="Earth.Magnetosphere" domainUnits="m" coordinateSystem="GSE"> |
13 | - <parameter name="Bx,By,Bz" desc="Units: T" size="3"> | |
14 | - <component name="Bx"/> | |
15 | - <component name="By"/> | |
16 | - <component name="Bz"/> | |
13 | + <parameter name="Bx,By,Bz" shortName="Bx,By,Bz" desc="Units: T" size="3"> | |
14 | + <component name="Bx" shortName="Bx"/> | |
15 | + <component name="By" shortName="By"/> | |
16 | + <component name="Bz" shortName="Bz"/> | |
17 | 17 | </parameter> |
18 | - <parameter name="Btot" desc="Units: T" size="1"/> | |
18 | + <parameter name="Btot" desc="Units: T" shortName="Btot" size="1"/> | |
19 | 19 | </dataset> |
20 | 20 | <dataset name="H+_mstate" SimulatedRegion="Earth.Magnetosphere" domainUnits="m" coordinateSystem="GSE"> |
21 | - <parameter name="H+ number density" desc="Units: m^-3" size="1"/> | |
22 | - <parameter name="H+ velocity" desc="Units: m/s" size="3"> | |
23 | - <component name="Ux"/> | |
24 | - <component name="Uy"/> | |
25 | - <component name="Uz"/> | |
21 | + <parameter name="H+ number density" desc="Units: m^-3" shortName="Density" size="1"/> | |
22 | + <parameter name="H+ velocity" desc="Units: m/s" shortName="Ux,Uy,Uz" size="3"> | |
23 | + <component name="Ux" shortName="Ux"/> | |
24 | + <component name="Uy" shortName="Uy"/> | |
25 | + <component name="Uz" shortName="Uz"/> | |
26 | 26 | </parameter> |
27 | - <parameter name="H+ total velocity" desc="Units: m/s" size="1"/> | |
28 | - <parameter name="H+ thermal pressure" desc="Units: Pa" size="1"/> | |
29 | - <parameter name="H+ temperature" desc="Units: K" size="1"/> | |
27 | + <parameter name="H+ total velocity" shortName="Utot" desc="Units: m/s" size="1"/> | |
28 | + <parameter name="H+ thermal pressure" shortName="Pressure" desc="Units: Pa" size="1"/> | |
29 | + <parameter name="H+ temperature" shortName="Temperature" desc="Units: K" size="1"/> | |
30 | 30 | </dataset> |
31 | 31 | </runID> |
32 | 32 | </simulationModel> |
... | ... |