Commit 94f482abad54ee8970476beee31ea22859ef16a0
1 parent
27ce373f
Exists in
master
and in
7 other branches
Added parameter file for POLAR/HYDRA/MOMENTS-14SEC
Showing
8 changed files
with
96 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="plr_el_v_gsm"> | |
3 | + <get> | |
4 | + <vi name="plr:hyd:mom"> | |
5 | + <baseParam name="BULK_VELOCITY_ELE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process></process> | |
9 | + <output> | |
10 | + <!---<plot>ORBIT</plot>--> | |
11 | + </output> | |
12 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="plr_i_v_gsm"> | |
3 | + <get> | |
4 | + <vi name="plr:hyd:mom"> | |
5 | + <baseParam name="BULK_VELOCITY_ION"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process></process> | |
9 | + <output> | |
10 | + <!---<plot>ORBIT</plot>--> | |
11 | + </output> | |
12 | +</param> | |
... | ... |