Commit f856aecc94183a5a01c0c39c3d52df47036aaeeb
1 parent
b6b4682a
Exists in
master
and in
7 other branches
dynamic pressure ACE
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="swp_pdyn"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="ace:swp:all"> | |
6 | + <baseParam name="Vp"/> | |
7 | + <basParam name="Np"/> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>0.00002*$ace_swp_all_Np*pow($ace_swp_all_Vp,2)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |