27 lines
1,014 B
XML
27 lines
1,014 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
AWIPS I format
|
|
SRMmM | |N|Storm Relative Flow Mag (Mean Wind)| |CONTOUR,IMAGE,OTHER|MB,Surface| *Magnitude|SRMm
|
|
|
|
|
|
varId: |SRMmM|
|
|
Cross Section (CS): | |
|
|
isAttachToSource: |N|
|
|
varName: |Storm Relative Flow Mag (Mean Wind)|
|
|
units: ||
|
|
displayTypes: |CONTOUR,IMAGE,OTHER| //Handled via fieldDisplayTypes.xml under Volume Browser in AWIPS II
|
|
planeList: |MB,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: |Magnitude|
|
|
varId: |SRMm|
|
|
|
|
|
|
AWIPS II NEW FILE - SRMmM.xml
|
|
-->
|
|
<DerivedParameter name="Storm Relative Flow Mag (Mean Wind)" unit="m/s" abbreviation="SRMmM" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
|
<Method name="Magnitude">
|
|
<Field abbreviation="SRMm"/>
|
|
</Method>
|
|
</DerivedParameter>
|