Commit fb9331b4b3676dd0560e5d681b7c15aee9b9b5eb

Authored by Elena.Budnik
1 parent 3caeabbf

new

HELP_PREDEFINED/SW_Propagation_Model 0 โ†’ 100644
... ... @@ -0,0 +1,8 @@
  1 +<html xmlns:default="http://www.spase-group.org/data/schema">
  2 +<body>
  3 +<h2>Solar Wind Propagation Models</h2>
  4 +<p><b>ReleaseDate</b><br>2016-08-23T00:00:00Z</p>
  5 +<p><b>Description</b><br>
  6 +MHD [1D/3D] simulations of Solar Wind propagation in the heliosphere</p>
  7 +<br><br>
  8 +</body></html>
... ...
ParamTemplateList.xml 0 โ†’ 100644
... ... @@ -0,0 +1,80 @@
  1 +<?xml version="1.0"?>
  2 +
  3 +<paramTemplateList>
  4 + <paramTemplate paramId='bmorsch_mso' fileName='bmorsch_mso_##sampling##_##orbit##'>
  5 + <arguments>
  6 + <argument key='sampling' name='Sampling Time' type='float' default='60'/>
  7 + <argument key='orbit' name='Spacecraft Orbit' type='list' default='mex_xyz'>
  8 + <item key='mex_xyz' name='MEX'/>
  9 + <item key='mav_xyz_mso' name='MAVEN'/>
  10 + <item key='xyz_mgs_mso' name='MGS'/>
  11 + </argument>
  12 + </arguments>
  13 + </paramTemplate>
  14 + <paramTemplate paramId='bmorsch_tot' fileName='bmorsch_tot_##sampling##_##orbit##'>
  15 + <arguments>
  16 + <argument key='sampling' name='Sampling Time' type='float' default='60'/>
  17 + <argument key='orbit' name='Spacecraft Orbit' type='list' default='mex_xyz'>
  18 + <item key='mex_xyz' name='MEX'/>
  19 + <item key='mav_xyz_mso' name='MAVEN'/>
  20 + <item key='xyz_mgs_mso' name='MGS'/>
  21 + </argument>
  22 + </arguments>
  23 + </paramTemplate>
  24 + <paramTemplate paramId='eiscat_esr42m_ne' fileName='eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##'>
  25 + <arguments>
  26 + <argument key='mode' name='Mode' type='list' default='field-aligned'>
  27 + <item key='field-aligned' name='Field aligned'/>
  28 + </argument>
  29 + <argument key='corrected' name='Corrected' type='bool' default='0'/>
  30 + <argument key='yaxis' name='Y Axis' type='list' default='range'>
  31 + <item key='range' name='Range'/>
  32 + <item key='alt' name='Altitude'/>
  33 + <item key='geolat' name='Geographic latitude'/>
  34 + <item key='geolong' name='Geographic longitude'/>
  35 + </argument>
  36 + </arguments>
  37 + </paramTemplate>
  38 + <paramTemplate paramId='eiscat_esr42m_te' fileName='eiscat_esr42m_te_##mode##_##corrected##_##yaxis##'>
  39 + <arguments>
  40 + <argument key='mode' name='Mode' type='list' default='field-aligned'>
  41 + <item key='field-aligned' name='Field aligned'/>
  42 + </argument>
  43 + <argument key='corrected' name='Corrected' type='bool' default='0'/>
  44 + <argument key='yaxis' name='Y Axis' type='list' default='range'>
  45 + <item key='range' name='Range'/>
  46 + <item key='alt' name='Altitude'/>
  47 + <item key='geolat' name='Geographic latitude'/>
  48 + <item key='geolong' name='Geographic longitude'/>
  49 + </argument>
  50 + </arguments>
  51 + </paramTemplate>
  52 + <paramTemplate paramId='eiscat_esr42m_ti' fileName='eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##'>
  53 + <arguments>
  54 + <argument key='mode' name='Mode' type='list' default='field-aligned'>
  55 + <item key='field-aligned' name='Field aligned'/>
  56 + </argument>
  57 + <argument key='corrected' name='Corrected' type='bool' default='0'/>
  58 + <argument key='yaxis' name='Y Axis' type='list' default='range'>
  59 + <item key='range' name='Range'/>
  60 + <item key='alt' name='Altitude'/>
  61 + <item key='geolat' name='Geographic latitude'/>
  62 + <item key='geolong' name='Geographic longitude'/>
  63 + </argument>
  64 + </arguments>
  65 + </paramTemplate>
  66 + <paramTemplate paramId='eiscat_esr42m_vi' fileName='eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##'>
  67 + <arguments>
  68 + <argument key='mode' name='Mode' type='list' default='field-aligned'>
  69 + <item key='field-aligned' name='Field aligned'/>
  70 + </argument>
  71 + <argument key='corrected' name='Corrected' type='bool' default='0'/>
  72 + <argument key='yaxis' name='Y Axis' type='list' default='range'>
  73 + <item key='range' name='Range'/>
  74 + <item key='alt' name='Altitude'/>
  75 + <item key='geolat' name='Geographic latitude'/>
  76 + <item key='geolong' name='Geographic longitude'/>
  77 + </argument>
  78 + </arguments>
  79 + </paramTemplate>
  80 +</paramTemplateList>
0 81 \ No newline at end of file
... ...
bmorsch_mso.xml
1   -<?xml version="1.0"?>
2   -
3   -<!-- TBD -->
4   -<param xml:id="bmorsch_mso"><get><vi><baseParam/></vi></get><process/><output/></param>
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="bmorsch_mso_##sampling##_##orbit##">
  3 + <get>
  4 + <amdaParam name='##orbit##'/>
  5 + </get>
  6 + <process description="bmorsch_mso(##sampling##, ##orbit##)">#morschhauser_bfield(#sampling_classic($##orbit##;##sampling##;5))</process>
  7 + <output/>
  8 +</param>
... ...
bmorsch_tot.xml
1   -<?xml version="1.0"?>
2   -<!-- TBD -->
3   -<param xml:id="bmorsch_tot"><get><vi><baseParam/></vi></get><process/><output/></param>
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="bmorsch_tot_##sampling##_##orbit##">
  3 + <get>
  4 + <amdaParam name='##orbit##'/>
  5 + </get>
  6 + <process description="bmorsch_tot(##sampling##,##orbit##)">#morschhauser_bmag(#sampling_classic($##orbit##;##sampling##;5))</process>
  7 + <output/>
  8 +</param>
... ...
eiscat_esr42m_ne.xml 0 โ†’ 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##">
  3 + <info>
  4 + <name>Electron density</name>
  5 + <short_name>Ne</short_name>
  6 + <components/>
  7 + <units>m-3</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table>
  12 + <centerAutoTable variable="true" centerName="eiscat_esr42m_##yaxis##" log="false"/>
  13 + </table>
  14 + <fill_value/>
  15 + <ucd/>
  16 + <dataset_id/>
  17 + </info>
  18 + <get>
  19 + <vi name="eiscat:42m:fa">
  20 + <baseParam name="Ne"/>
  21 + </vi>
  22 + <amdaParam name='eiscat_esr42m_##yaxis##'/>
  23 + </get>
  24 + <process/>
  25 + <output>
  26 + <plot>
  27 + <timePlot>
  28 + <params>
  29 + <param id="eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##">
  30 + <spectro yAxis="y-left"/>
  31 + </param>
  32 + </params>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...
eiscat_esr42m_te.xml 0 โ†’ 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="eiscat_esr42m_te_##mode##_##corrected##_##yaxis##">
  3 + <info>
  4 + <name>Electron temperature</name>
  5 + <short_name>Te</short_name>
  6 + <components/>
  7 + <units>K</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table>
  12 + <centerAutoTable variable="true" centerName="eiscat_esr42m_##yaxis##" log="false"/>
  13 + </table>
  14 + <fill_value/>
  15 + <ucd/>
  16 + <dataset_id/>
  17 + </info>
  18 + <get>
  19 + <vi name="eiscat:42m:fa">
  20 + <baseParam name="Te"/>
  21 + </vi>
  22 + <amdaParam name='eiscat_esr42m_##yaxis##'/>
  23 + </get>
  24 + <process/>
  25 + <output>
  26 + <plot>
  27 + <timePlot>
  28 + <params>
  29 + <param id="eiscat_esr42m_te_##mode##_##corrected##_##yaxis##">
  30 + <spectro yAxis="y-left"/>
  31 + </param>
  32 + </params>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...
eiscat_esr42m_ti.xml 0 โ†’ 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##">
  3 + <info>
  4 + <name>Ion temperature</name>
  5 + <short_name>Ti</short_name>
  6 + <components/>
  7 + <units>K</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table>
  12 + <centerAutoTable variable="true" centerName="eiscat_esr42m_##yaxis##" log="false"/>
  13 + </table>
  14 + <fill_value/>
  15 + <ucd/>
  16 + <dataset_id/>
  17 + </info>
  18 + <get>
  19 + <vi name="eiscat:42m:fa">
  20 + <baseParam name="Ti"/>
  21 + </vi>
  22 + <amdaParam name='eiscat_esr42m_##yaxis##'/>
  23 + </get>
  24 + <process/>
  25 + <output>
  26 + <plot>
  27 + <timePlot>
  28 + <params>
  29 + <param id="eiscat_esr42m_ti_##mode##_##corrected##_##yaxis##">
  30 + <spectro yAxis="y-left"/>
  31 + </param>
  32 + </params>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...
eiscat_esr42m_vi.xml 0 โ†’ 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##">
  3 + <info>
  4 + <name>Ion velocity</name>
  5 + <short_name>Vi</short_name>
  6 + <components/>
  7 + <units>m.s-1</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table>
  12 + <centerAutoTable variable="true" centerName="eiscat_esr42m_##yaxis##" log="false"/>
  13 + </table>
  14 + <fill_value/>
  15 + <ucd/>
  16 + <dataset_id/>
  17 + </info>
  18 + <get>
  19 + <vi name="eiscat:42m:fa">
  20 + <baseParam name="Vi"/>
  21 + </vi>
  22 + <amdaParam name='eiscat_esr42m_##yaxis##'/>
  23 + </get>
  24 + <process/>
  25 + <output>
  26 + <plot>
  27 + <timePlot>
  28 + <params>
  29 + <param id="eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##">
  30 + <spectro yAxis="y-left"/>
  31 + </param>
  32 + </params>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...