awips2/edexOsgi/com.raytheon.uf.common.derivparam/utility/common_static/base/derivedParameters/definitions/maxEPT.xml
Everett Kladstrup 2ace82f815 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: 0e88702cea [formerly 16b4c9253e] [formerly 41b154802c [formerly c54110914a3a64a2ea7c22093327c9e0d84689b2]]
Former-commit-id: 41b154802c
Former-commit-id: f6bf1f43bd
2014-04-09 11:20:14 -05:00

33 lines
821 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
COMMENT:
//
// max ThetaE in 0-3 km AGL
//
AWIPS 1 format
maxEPT| | |Max ThetaE 0-3km |K |CONTOUR,IMAGE,OTHER|0-3kmAgl| *Union,0-3kmAgl,S|EPT| *Max|maxEPT,0-3kmAgl
abbreviation: |maxEPT|
Notused1: | |
Notused2: | |
name: |Max ThetaE 0-3km |
FIELD: |K|
FIELD: |CONTOUR,IMAGE,OTHER|
FIELD: |0-3kmAgl|
FIELD: |EPT|
FIELD: |maxEPT,0-3kmAgl|
NEW FILE - maxEPT.xml
-->
<DerivedParameter unit="K" name="Max ThetaE 0-3km" abbreviation="maxEPT" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<Method levels="0-3kmAgl" name="Union">
<Field abbreviation="EPT"/>
</Method>
<Method name="Max">
<Field level="0-3kmAgl" abbreviation="maxEPT"/>
</Method>
</DerivedParameter>