Commit a8c5154fd031fa207d270bf9c24b1a9ff7d9d636

Authored by Elena.Budnik
1 parent c3cba4b3

pas mom gr threshold

PARAM_DEF/pas_2d_energy.xml
... ... @@ -6,7 +6,7 @@
6 6 <boundsTable dim="1" name="ElevIndex" boundsName="ElevIndex" units=""/>
7 7 </table>
8 8 </info>
9   - <clbManual name="ElevIndex">
  9 + <clbManual name="CEMIndex">
10 10 <value>0</value>
11 11 <value>1</value>
12 12 <value>2</value>
... ... @@ -16,8 +16,10 @@
16 16 <value>6</value>
17 17 <value>7</value>
18 18 <value>8</value>
  19 + <value>9</value>
  20 + <value>10</value>
19 21 </clbManual>
20   - <clbManual name="CEMIndex">
  22 + <clbManual name="ElevIndex">
21 23 <value>0</value>
22 24 <value>1</value>
23 25 <value>2</value>
... ... @@ -27,8 +29,6 @@
27 29 <value>6</value>
28 30 <value>7</value>
29 31 <value>8</value>
30   - <value>9</value>
31   - <value>10</value>
32 32 </clbManual>
33 33 <get>
34 34 <vi name="so:pas:3d">
... ...
PARAM_DEF/pas_momgr_n.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="pas_momgr_n">
  3 + <gap_threshold>20</gap_threshold>
3 4 <get>
4 5 <vi name='so:pas:momgr'>
5 6 <baseParam name="n_density"/>
... ...
PARAM_DEF/pas_momgr_press.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="pas_momgr_press">
  3 + <gap_threshold>20</gap_threshold>
3 4 <get>
4 5 <vi name='so:pas:momgr'>
5 6 <baseParam name="pressure"/>
... ...
PARAM_DEF/pas_momgr_t.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="pas_momgr_t">
  3 + <gap_threshold>20</gap_threshold>
3 4 <get>
4 5 <vi name='so:pas:momgr'>
5 6 <baseParam name="temperature"/>
... ...
PARAM_DEF/pas_momgr_tav.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="pas_momgr_tav">
  3 + <gap_threshold>20</gap_threshold>
3 4 <get>
4 5 <vi name='so:pas:momgr'>
5 6 <baseParam name="avTemp"/>
... ...
PARAM_DEF/pas_momgr_v.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="pas_momgr_v">
  3 + <gap_threshold>20</gap_threshold>
3 4 <get>
4 5 <vi name='so:pas:momgr'>
5 6 <baseParam name="velocity"/>
... ...