awips2/cave/com.raytheon.uf.viz.derivparam/localization/derivedParameters/definitions/pop_002.xml

59 lines
2 KiB
XML
Raw Normal View History

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