awips2/cave/com.raytheon.uf.viz.derivparam/localization/derivedParameters/definitions/inv.xml
Steve Harris f61c5114e8 12.10.1-4 baseline
Former-commit-id: 9cd1f3ec0f [formerly 791ef6cedf] [formerly 9cd1f3ec0f [formerly 791ef6cedf] [formerly 92cc2d8605 [formerly ce574eeff1d197862c8aac2d3fc838a452862576]]]
Former-commit-id: 92cc2d8605
Former-commit-id: f641cdd4e0 [formerly b4d2a0e8dd]
Former-commit-id: 451459d8cb
2012-09-13 12:33:36 -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>