Commit 7ee5c5f2ec9ab0d987f26ee444b086409492999e
1 parent
cd9dcb7a
Exists in
master
and in
7 other branches
parameters for OMNI 1 min
Showing
7 changed files
with
60 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="omni1_imf"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="omni:1min:all"> | |
6 | + <baseParam name="B_GSE"/> | |
7 | +</vi> | |
8 | +</get> | |
9 | +<process>magnitude($omni_1min_all_B_GSE)</process> | |
10 | +<output/></param> | |
... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="omni1_sw_pdyn"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="omni:1min:all"> | |
6 | + <baseParam name="V"/> | |
7 | + <baseParam name="proton_density"/> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>0.000002*$omni_1min_all_proton_density*pow($omni_5min_all_flow_speed,2)</process> | |
11 | + <output/> | |
12 | +</param> | |
... | ... |