Commit 3e6339454d63f4d95b2e8adf09b70cd3e101377d
1 parent
7a309360
Exists in
master
and in
7 other branches
redmine #5407
Showing
4 changed files
with
49 additions
and
8 deletions
Show diff stats
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='dsc_tpr_k'> | |
3 | + <info> | |
4 | + <name>dsc_tpr</name> | |
5 | + <short_name>proton temperature</short_name> | |
6 | + <components/> | |
7 | + <units>K</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value>-99999.</fill_value> | |
12 | + <ucd/> | |
13 | + <dataset_id>dsc-fc-1m</dataset_id> | |
14 | + </info> | |
15 | + <get> | |
16 | + <vi name='dsc:fc:1m'> | |
17 | + <baseParam name='proton_temperature'/> | |
18 | + </vi> | |
19 | + </get> | |
20 | + <process/> | |
21 | + <output/> | |
22 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='dsc_tpr_k_3s'> | |
3 | + <param xml:id='dsc_tpr_k'> | |
4 | + <info> | |
5 | + <name>dsc_tpr</name> | |
6 | + <short_name>proton temperature</short_name> | |
7 | + <components/> | |
8 | + <units>K</units> | |
9 | + <coordinates_system/> | |
10 | + <tensor_order>0</tensor_order> | |
11 | + <si_conversion/> | |
12 | + <fill_value>-99999.</fill_value> | |
13 | + <ucd/> | |
14 | + <dataset_id>dsc-fc-3s</dataset_id> | |
15 | + </info> | |
16 | + <get> | |
17 | + <vi name='dsc:fc:3s'> | |
18 | + <baseParam name='proton_temperature'/> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
PARAM_DEF/dsc_tpr.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='dsc_tpr'> |
3 | 3 | <get> |
4 | - <vi name='dsc:fc:1m'> | |
5 | - <baseParam name='proton_temperature'/> | |
6 | - </vi> | |
4 | + <amdaParam name="dsc_tpr_k"/> | |
7 | 5 | </get> |
8 | - <process>$dsc_fc_1m_proton_temperature*K2EV</process> | |
6 | + <process>$dsc_tpr_k*K2EV</process> | |
9 | 7 | <output/> |
10 | 8 | </param> | ... | ... |
PARAM_DEF/dsc_tpr_3s.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='dsc_tpr_3s'> |
3 | 3 | <get> |
4 | - <vi name='dsc:fc:3s'> | |
5 | - <baseParam name='proton_temperature'/> | |
6 | - </vi> | |
4 | + <amdaParam name="dsc_tpr_k_3s"/> | |
7 | 5 | </get> |
8 | - <process>$dsc_fc_3s_proton_temperature*K2EV</process> | |
6 | + <process>$dsc_tpr_k_3s*K2EV</process> | |
9 | 7 | <output/> |
10 | 8 | </param> | ... | ... |