Commit dd90ad33cbd83f7fd45bf5f56dafbe0d61d7a504
1 parent
0eec5728
Exists in
master
and in
7 other branches
dynamic pressure DSCOVR
Showing
2 changed files
with
24 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="dsc_pdyn"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="dsc:fc:1m"> | |
6 | + <baseParam name="proton_speed"/> | |
7 | + <baseParam name="proton_density"/> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>0.00002*$dsc_fc_1m_proton_density*pow($dsc_fc_1m_proton_speed,2)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="dsc_pdyn_3s"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="dsc:fc:3s"> | |
6 | + <baseParam name="proton_speed"/> | |
7 | + <baseParam name="proton_density"/> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>0.00002*$dsc_fc_3s_proton_density*pow($dsc_fc_3s_proton_speed,2)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |