Commit af3c76319666ec3dee5757aef3cba9e98b290475
1 parent
d075e15d
Exists in
master
and in
7 other branches
corrected DSCOVR fC temp
Showing
2 changed files
with
8 additions
and
4 deletions
Show diff stats
PARAM_DEF/dsc_tpr.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='dsc_tpr'> |
3 | 3 | <get> |
4 | - <amdaParam name="dsc_tpr_k"/> | |
4 | + <vi name='dsc:fc:1m'> | |
5 | + <baseParam name='proton_temperature'/> | |
6 | + </vi> | |
5 | 7 | </get> |
6 | - <process>$dsc_tpr_k*K2EV</process> | |
8 | + <process>$dsc_fc_1m_proton_temperature*K2EV</process> | |
7 | 9 | <output/> |
8 | 10 | </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 | - <amdaParam name="dsc_tpr_k_3s"/> | |
4 | + <vi name='dsc:fc:3s'> | |
5 | + <baseParam name='proton_temperature'/> | |
6 | + </vi> | |
5 | 7 | </get> |
6 | - <process>$dsc_tpr_k_3s*K2EV</process> | |
8 | + <process>$dsc_fc_3s_proton_temperature*K2EV</process> | |
7 | 9 | <output/> |
8 | 10 | </param> |
... | ... |