Commit c1bec52aad24c56a5076eb8272e5a463f708bdb9
1 parent
30f71be2
Exists in
master
and in
7 other branches
correct derived param
Showing
3 changed files
with
3 additions
and
8 deletions
Show diff stats
PARAM_DEF/omni1_sw_n.xml
PARAM_DEF/omni1_sw_pdyn.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="omni1_sw_pdyn"> |
3 | - <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | 3 | <get> |
5 | - <vi name="omni:1min:all"> | |
6 | - <baseParam name="flow_speed"/> | |
7 | - <baseParam name="proton_density"/> | |
8 | - </vi> | |
4 | + <amdaParam name="omni1_sw_n"/> | |
5 | + <amdaParam name="omni1_sw_v"/> | |
9 | 6 | </get> |
10 | - <process>0.000002*$omni_1min_all_proton_density*pow($omni_1min_all_flow_speed,2)</process> | |
7 | + <process>0.000002*$omni1_sw_n*pow($omni1_sw_v,2)</process> | |
11 | 8 | <output/> |
12 | 9 | </param> | ... | ... |