awips2/edexOsgi/com.raytheon.uf.common.derivparam/utility/common_static/base/derivedParameters/definitions/inv.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

32 lines
928 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
COMMENT:
//
// Calculates the difference in m from the agl Height of the MaxTw level
// and the Freezing Level. Positive valued for inverted conditions.
//
AWIPS 1 format
INV | |N |Height of MaxTw above FrzLvl |ft| CONTOUR,IMAGE,OTHER|Layer| *Difference,Layer|zAGL,MaxTW|zAGL,FrzLvl
abbreviation: |INV|
Notused1: | |
Notused2: |N |
name: |Height of MaxTw above FrzLvl |
FIELD: |ft|
FIELD: |CONTOUR,IMAGE,OTHER|
FIELD: |Layer|
FIELD: |zAGL,MaxTW|
FIELD: |zAGL,FrzLvl|
NEW FILE - INV.xml
-->
<DerivedParameter unit="ft" name="Height of MaxTw above FrzLvl" abbreviation="INV" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<Method levels="Layer" name="Difference">
<Field level="MaxTW" abbreviation="zAGL"/>
<Field level="FrzLvl" abbreviation="zAGL"/>
</Method>
</DerivedParameter>