* move derived parameter definitions to base localization level * remove java 7 exception constructor from inventory plugin * move python function adapter to derivparam.python plugin Former-commit-id:16b4c9253e
[formerly c54110914a3a64a2ea7c22093327c9e0d84689b2] Former-commit-id:41b154802c
45 lines
1.2 KiB
XML
45 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
COMMENT:
|
|
//
|
|
// Winter Ingredients-based Fields (Wetzel and Martin)
|
|
//
|
|
|
|
|
|
AWIPS 1 format
|
|
QPV1 |9| |QVec Conv | |CONTOUR,IMAGE,OTHER|MB| *Test|qDiv|1.|-1.e37|0.|qDiv|1.|1.e-37|1.e37|0.
|
|
|
|
|
|
abbreviation: |QPV1|
|
|
Notused1: |9|
|
|
Notused2: | |
|
|
name: |QVec Conv |
|
|
FIELD: ||
|
|
FIELD: |CONTOUR,IMAGE,OTHER|
|
|
FIELD: |MB|
|
|
FIELD: |qDiv|
|
|
FIELD: |1.|
|
|
FIELD: |-1.e37|
|
|
FIELD: |0.|
|
|
FIELD: |qDiv|
|
|
FIELD: |1.|
|
|
FIELD: |1.e-37|
|
|
FIELD: |1.e37|
|
|
FIELD: |0.|
|
|
|
|
|
|
NEW FILE - QPV1.xml
|
|
-->
|
|
<DerivedParameter name="QVec Conv" abbreviation="QPV1" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
|
<Method name="Test">
|
|
<Field abbreviation="qDiv"/>
|
|
<ConstantField value="1.0"/>
|
|
<ConstantField value="-1e37"/>
|
|
<ConstantField value="0.0"/>
|
|
<Field abbreviation="qDiv"/>
|
|
<ConstantField value="1.0"/>
|
|
<ConstantField value="1.0E-37"/>
|
|
<ConstantField value="1e37"/>
|
|
<ConstantField value="0.0"/>
|
|
</Method>
|
|
</DerivedParameter>
|