57 lines
2 KiB
XML
57 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
AWIPS I format
|
|
POP_006| |N|Prob of .1in/12hr Precip|%|CONTOUR,IMAGE,OTHER|Surface| *Test,ENSEMBLE37,100MB|TP12hr,Surface|1.0|-999999.0|2.53|0.0|1.0|2.54|999999.0|100.0|
|
|
*Gather,150MB|POP_006,100MB|
|
|
*Average,Surface|POP_006,150MB
|
|
|
|
|
|
varId: |POP_006|
|
|
Cross Section (CS): | |
|
|
isAttachToSource: |N|
|
|
varName: |Prob of .1in/12hr 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: |TP12hr,Surface|
|
|
const: |1.0|
|
|
const: |-999999.0|
|
|
const: |2.53|
|
|
const: |0.0|
|
|
const: |1.0|
|
|
const: |2.54|
|
|
const: |999999.0|
|
|
const: |100.0|
|
|
|
|
functionName, planeList: |Gather,150MB|
|
|
varId, plane: |POP_006,100MB|
|
|
|
|
functionName, planeList: |Average,Surface|
|
|
varId, plane: |POP_006,150MB|
|
|
|
|
|
|
AWIPS II NEW FILE - POP_006.xml
|
|
-->
|
|
<DerivedParameter unit="%" name="Prob of .1in/12hr Precip" abbreviation="POP_006" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
|
<Method models="ENSEMBLE" levels="100MB" name="Test">
|
|
<Field level="Surface" abbreviation="TP12hr"/>
|
|
<ConstantField value="1.0"/>
|
|
<ConstantField value="-999999.0"/>
|
|
<ConstantField value="2.53"/>
|
|
<ConstantField value="0.0"/>
|
|
<ConstantField value="1.0"/>
|
|
<ConstantField value="2.54"/>
|
|
<ConstantField value="999999.0"/>
|
|
<ConstantField value="100.0"/>
|
|
</Method>
|
|
<Method levels="150MB" name="Gather">
|
|
<Field level="100MB" abbreviation="POP_006"/>
|
|
</Method>
|
|
<Method levels="Surface" name="Average">
|
|
<Field level="150MB" abbreviation="POP_006"/>
|
|
</Method>
|
|
</DerivedParameter>
|