awips2/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/derivedParameters/definitions/inv.xml
Mark Peters 36ebe9468c Omaha #3760 Moved to grid the remainder of derived parameters with no other explicit references
Change-Id: Ifb12010b4527c18b4e498b5de5757bb74634b496

Former-commit-id: 7ae2b9524b [formerly fa93950435431248bd5790788e3a6936b4f4de2b]
Former-commit-id: a3725b43bc
2014-11-13 13:34:42 -06: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>