Commit 0eec5728368d11d9ee333a079aca8f6f4af4d3ef

Authored by Quentin Brzustowski
1 parent 598d8c82

Dynamic pressure for ACE

Showing 2 changed files with 24 additions and 0 deletions   Show diff stats
PARAM_DEF/sw_pdyn.xml 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sw_pdyn">
  3 + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="ace:swe:all">
  6 + <baseParam name="Vp"/>
  7 + <baseParam name="Np"/>
  8 + </vi>
  9 + </get>
  10 + <process>0.00002*$ace_swe_all_Np*pow($ace_swe_all_Vp,2)</process>
  11 + <output/>
  12 +</param>
... ...
PARAM_DEF/sw_pdyn_real.xml 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sw_pdyn_real">
  3 + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="ace:swepam:real">
  6 + <baseParam name="Vel"/>
  7 + <baseParam name="Dens"/>
  8 + </vi>
  9 + </get>
  10 + <process>0.00002*$ace_swepam_real_Dens*pow($ace_swepam_real_Vel,2)</process>
  11 + <output/>
  12 +</param>
... ...