Commit 4235eee3874647ed698fb386444e05035898c047
1 parent
7578a549
Exists in
master
and in
94 other branches
Commit some missing tests parameters
Showing
3 changed files
with
66 additions
and
0 deletions
Show diff stats
... | ... | @@ -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> | ... | ... |
... | ... | @@ -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> | ... | ... |
... | ... | @@ -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> | ... | ... |