Commit 71428ce211cd75b8f410eb3c9f4dd3e9ada02675
1 parent
ec3fd1f8
Exists in
master
and in
7 other branches
work
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="ros_rsn_proxy"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <amdaParam name="ros_rsn_n_ng"/> | |
6 | + <amdaParam name="ros_r_cso"/> | |
7 | + </get> | |
8 | + <process description="n[m-3]*4*PI*r[m]^2*v[km/s]">$ros_rsn_n_ng*$ros_r_cso*$ros_r_cso*4.*3.14*400.0*1.0e12</process> | |
9 | + <output/> | |
10 | + </param> | |
... | ... |