Commit 724bdd89cf7227376e9c1e2edebb29b641debaa7

Authored by Quentin Brzustowski
1 parent 04344fe2

dynamic pressure for WIND

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
PARAM_DEF/wnd_swe_pdyn.xml 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="wnd_sw_pdyn">
  3 + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="wnd:swe:kp">
  6 + <baseParam name="Vmag"/>
  7 + <baseParam name="Np"/>
  8 + </vi>
  9 + </get>
  10 + <process>0.000002*$wnd_swe_kp_Np*pow($wnd_swe_kp_Vmag,2)</process>
  11 + <output/>
  12 +</param>
... ...