awips2/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/derivedParameters/definitions/pec.xml
2022-05-05 12:34:50 -05:00

41 lines
No EOL
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
-->
<!--
// "Precipitation Efficiency"
// Contributed by James Noel
// Documentation: NWA Digest December 2002 (Noel and Dobur)
// Field follows a non-traditional precipitation efficiency definition
// and has its strengths in location of precipition. Thus renamed.
AWIPS 1 format
PEC| |N|Precipitation Potential Placement |in |CONTOUR,IMAGE,OTHER|Layer| *Multiply,Layer|RH,0-3kmAgl|PW
varId: |PEC|
Cross Section (CS): | |
isAttachToSource: |N|
varName: |Precipitation Potential Placement |
units: |in|
displayTypes: |CONTOUR,IMAGE,OTHER| //Handled via fieldDisplayTypes.xml under Volume Browser in AWIPS II
planeList: |Layer| //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, planeList: |Multiply,Layer|
FIELD: |RH,0-3kmAgl|
FIELD: |PW|
AWIPS II NEW FILE - PEC.xml
-->
<DerivedParameter unit="in" name="Precipitation Potential Placement" abbreviation="PEC">
<Method levels="Layer" name="Multiply">
<Field level="0-3kmAgl" abbreviation="RH" />
<Field abbreviation="PW" />
<ConstantField value="0.01" />
</Method>
</DerivedParameter>