Commit 4235eee3874647ed698fb386444e05035898c047

Authored by Benjamin Renard
1 parent 7578a549

Commit some missing tests parameters

test/data/DataBaseParameters/imf_0_5.xml 0 โ†’ 100644
... ... @@ -0,0 +1,22 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="imf_0_5">
  3 + <info>
  4 + <name/>
  5 + <short_name>imf_0_5</short_name>
  6 + <components/>
  7 + <units/>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + </info>
  16 + <time_resolution>0.5</time_resolution>
  17 + <get>
  18 + <amdaParam name="imf_mag"/>
  19 + </get>
  20 + <process description="imf_mag">$imf_mag</process>
  21 + <output/>
  22 +</param>
... ...
test/data/DataBaseParameters/imf_1_5.xml 0 โ†’ 100644
... ... @@ -0,0 +1,22 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="imf_1_5">
  3 + <info>
  4 + <name/>
  5 + <short_name>imf_1_5</short_name>
  6 + <components/>
  7 + <units/>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + </info>
  16 + <time_resolution>1.5</time_resolution>
  17 + <get>
  18 + <amdaParam name="imf_mag"/>
  19 + </get>
  20 + <process description="imf_mag">$imf_mag</process>
  21 + <output/>
  22 +</param>
... ...
test/data/DataBaseParameters/imf_2_5.xml 0 โ†’ 100644
... ... @@ -0,0 +1,22 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="imf_2_5">
  3 + <info>
  4 + <name/>
  5 + <short_name>imf_2_5</short_name>
  6 + <components/>
  7 + <units/>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table/>
  12 + <fill_value/>
  13 + <ucd/>
  14 + <dataset_id/>
  15 + </info>
  16 + <time_resolution>2.5</time_resolution>
  17 + <get>
  18 + <amdaParam name="imf_mag"/>
  19 + </get>
  20 + <process description="imf_mag">$imf_mag</process>
  21 + <output/>
  22 +</param>
... ...