awips2/edexOsgi/com.raytheon.uf.common.derivparam/utility/common_static/base/derivedParameters/definitions/nst.xml
Everett Kladstrup f6bf1f43bd Issue #2725 Post "derived parameter move" changes
* 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
2014-04-09 11:20:14 -05:00

41 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
// Non-Supercell Tornado Parameter (NST)
// Baumgardt and Cook, 2006 AMS SLS Conference
// Paper 12.1
AWIPS I format
NST | | |Nonsupercell Tornado (>1 NST Threat) | |CONTOUR,IMAGE,OTHER|Layer| *Multiply,Layer|gamma,0-1kmAgl|loCape,ML|RV,Surface|NST1|NST2|13.9
varId: |NST|
Cross Section (CS): | |
isAttachToSource: | |
varName: |Nonsupercell Tornado (>1 NST Threat) |
units: ||
displayTypes: |CONTOUR,IMAGE,OTHER| //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, plane: |Multiply,Layer|
varId, plane: |gamma,0-1kmAgl|
varId, plane: |loCape,ML|
varId, plane: |RV,Surface|
varId: |NST1|
varId: |NST2|
const: |13.9|
AWIPS II NEW FILE - NST.xml
-->
<DerivedParameter name="Nonsupercell Tornado (&gt;1 NST Threat)" abbreviation="NST" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<Method levels="Layer" name="Multiply">
<Field level="0-1kmAgl" abbreviation="gamma"/>
<Field level="ML" abbreviation="loCape"/>
<Field level="Surface" abbreviation="RV"/>
<Field abbreviation="NST1"/>
<Field abbreviation="NST2"/>
<ConstantField value="13.9"/>
</Method>
</DerivedParameter>