* 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:0e88702cea
[formerly16b4c9253e
] [formerly41b154802c
[formerly c54110914a3a64a2ea7c22093327c9e0d84689b2]] Former-commit-id:41b154802c
Former-commit-id:f6bf1f43bd
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
AWIPS I format
|
|
RM6 | |N|Elevated Right-Moving Supercell | |BARB,ARROW |Layer | *Add,Layer | Wind,1-6kmAgl | RMprop2
|
|
|
|
|
|
varId: |RM6|
|
|
Cross Section (CS): | |
|
|
isAttachToSource: |N|
|
|
varName: |Elevated Right-Moving Supercell |
|
|
units: ||
|
|
displayTypes: |BARB,ARROW| //Handled via fieldDisplayTypes.xml under Volume Browser in AWIPS II
|
|
planeList: |Layer| //No longer used, planes are available and determined by levels attribute in the Method tag,
|
|
//default is all levels. DerivedParameter planes are limited to the sum of all of its
|
|
//method levels
|
|
|
|
functionName, planeList: |Add,Layer|
|
|
varId, plane: |Wind,1-6kmAgl|
|
|
varId: |RMprop2|
|
|
|
|
AWIPS II NEW FILE - RM6.xml
|
|
-->
|
|
<DerivedParameter name="Elevated Right-Moving Supercell" abbreviation="RM6" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
|
<Method levels="Layer" name="Add">
|
|
<Field level="1-6kmAgl" abbreviation="Wind"/>
|
|
<Field abbreviation="RMprop2"/>
|
|
</Method>
|
|
</DerivedParameter>
|