awips2/cave/com.raytheon.uf.viz.derivparam/localization/derivedParameters/definitions/pop_011.xml
Steve Harris 791ef6cedf 12.10.1-4 baseline
Former-commit-id: ce574eeff1d197862c8aac2d3fc838a452862576
2012-09-13 12:33:36 -05:00

65 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
COMMENT:
//
// Ensemble Enhancements
// Korotky Feb 2006
//
// Prob for 6hr Precip
AWIPS I format
POP_011| |N|Prob of .05in/6hr Precip|%|CONTOUR,IMAGE,OTHER|Surface| *Test,ENSEMBLE37,100MB|TP6hr,Surface|1.0|-999999.0|1.26|0.0|1.0|1.27|999999.0|100.0|
*Gather,150MB|POP_011,100MB|
*Average,Surface|POP_011,150MB
varId: |POP_011|
Cross Section (CS): | |
isAttachToSource: |N|
varName: |Prob of .05in/6hr Precip|
units: |%|
displayTypes: |CONTOUR,IMAGE,OTHER| //Handled via fieldDisplayTypes.xml under Volume Browser in AWIPS II
planeList: |Surface| //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, source, planeList: |Test,ENSEMBLE37,100MB|
varId, plane: |TP6hr,Surface|
const: |1.0|
const: |-999999.0|
const: |1.26|
const: |0.0|
const: |1.0|
const: |1.27|
const: |999999.0|
const: |100.0|
functionName, planeList: |Gather,150MB|
varId, plane: |POP_011,100MB|
functionName, planeList: |Average,Surface|
varId, plane: |POP_011,150MB|
AWIPS II NEW FILE - POP_011.xml
-->
<DerivedParameter unit="%" name="Prob of .05in/6hr Precip" abbreviation="POP_011" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<Method models="ENSEMBLE" levels="100MB" name="Test">
<Field level="Surface" abbreviation="TP6hr"/>
<ConstantField value="1.0"/>
<ConstantField value="-999999.0"/>
<ConstantField value="1.26"/>
<ConstantField value="0.0"/>
<ConstantField value="1.0"/>
<ConstantField value="1.27"/>
<ConstantField value="999999.0"/>
<ConstantField value="100.0"/>
</Method>
<Method levels="150MB" name="Gather">
<Field level="100MB" abbreviation="POP_011"/>
</Method>
<Method levels="Surface" name="Average">
<Field level="150MB" abbreviation="POP_011"/>
</Method>
</DerivedParameter>