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

58 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
AWIPS I format
POP_003| |N|Prob of .6in/6hr Precip|%|CONTOUR,IMAGE,OTHER|Surface| *Test,ENSEMBLE37,100MB|TP6hr,Surface|1.0|-999999.0|15.23|0.0|1.0|15.24|999999.0|100.0|
*Gather,150MB|POP_003,100MB|
*Average,Surface|POP_003,150MB
varId: |POP_003|
Cross Section (CS): | |
isAttachToSource: |N|
varName: |Prob of .6in/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: |15.23|
const: |0.0|
const: |1.0|
const: |15.24|
const: |999999.0|
const: |100.0|
functionName, planeList: |Gather,150MB|
varId, plane: |POP_003,100MB|
functionName, planeList: |Average,Surface|
varId, plane: |POP_003,150MB|
AWIPS II NEW FILE - POP_003.xml
-->
<DerivedParameter unit="%" name="Prob of .6in/6hr Precip" abbreviation="POP_003" 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="15.23"/>
<ConstantField value="0.0"/>
<ConstantField value="1.0"/>
<ConstantField value="15.24"/>
<ConstantField value="999999.0"/>
<ConstantField value="100.0"/>
</Method>
<Method levels="150MB" name="Gather">
<Field level="100MB" abbreviation="POP_003"/>
</Method>
<Method levels="Surface" name="Average">
<Field level="150MB" abbreviation="POP_003"/>
</Method>
</DerivedParameter>