* 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
30 lines
812 B
XML
30 lines
812 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- COMMENT:
|
|
//
|
|
// Sig Severe Parameter (Craven and Brooks)
|
|
//
|
|
|
|
|
|
AWIPS 1 format
|
|
SSP | | |Significant Severe Parameter| |CONTOUR,IMAGE,OTHER|Layer| *Multiply,Layer|cCape,ML|BlkMag,0-6kmAgl
|
|
|
|
|
|
abbreviation: |SSP|
|
|
Notused1: | |
|
|
Notused2: | |
|
|
name: |Significant Severe Parameter|
|
|
FIELD: ||
|
|
FIELD: |CONTOUR,IMAGE,OTHER|
|
|
FIELD: |Layer|
|
|
FIELD: |cCape,ML|
|
|
FIELD: |BlkMag,0-6kmAgl|
|
|
|
|
|
|
NEW FILE - SSP.xml
|
|
-->
|
|
<DerivedParameter name="Significant Severe Parameter" abbreviation="SSP" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
|
<Method levels="Layer" name="Multiply">
|
|
<Field level="ML" abbreviation="cCape"/>
|
|
<Field level="0-6kmAgl" abbreviation="BlkMag"/>
|
|
</Method>
|
|
</DerivedParameter>
|