ensure SI units are used on display, cleanup Models menu

This commit is contained in:
mjames-upc 2019-03-29 12:38:44 -06:00
parent c900516272
commit d56e02ac0f
202 changed files with 322 additions and 56045 deletions

View file

@ -262,7 +262,7 @@ public class MetarTempResource extends AbstractVizResource<MetarTempResourceData
ColorMapParameters params = new ColorMapParameters();
try {
params.setColorMap(ColorMapLoader.loadColorMap("Grid/Gridded Data"));
params.setColorMap(ColorMapLoader.loadColorMap("Matplotlib/Blue White Red"));
} catch (ColorMapException e) {
throw new VizException(e);
}
@ -270,22 +270,22 @@ public class MetarTempResource extends AbstractVizResource<MetarTempResourceData
DataMappingPreferences preferences = new DataMappingPreferences();
DataMappingEntry entry = new DataMappingEntry();
entry.setDisplayValue(-50.);
entry.setDisplayValue(-30.);
entry.setPixelValue(0.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(-40.);
entry.setDisplayValue(-25.);
entry.setPixelValue(1.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(-30.);
entry.setDisplayValue(-20.);
entry.setPixelValue(2.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(-20.);
entry.setDisplayValue(-15.);
entry.setPixelValue(3.0);
preferences.addEntry(entry);
@ -295,62 +295,62 @@ public class MetarTempResource extends AbstractVizResource<MetarTempResourceData
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(0.0);
entry.setDisplayValue(-5.0);
entry.setPixelValue(5.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(10.);
entry.setDisplayValue(0.);
entry.setPixelValue(6.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(20.);
entry.setDisplayValue(5.);
entry.setPixelValue(7.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(30.);
entry.setDisplayValue(10.);
entry.setPixelValue(8.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(40.);
entry.setDisplayValue(15.);
entry.setPixelValue(9.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(50.);
entry.setDisplayValue(20.);
entry.setPixelValue(10.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(60.);
entry.setDisplayValue(25.);
entry.setPixelValue(11.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(70.);
entry.setDisplayValue(30.);
entry.setPixelValue(12.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(80.);
entry.setDisplayValue(35.);
entry.setPixelValue(13.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(90.);
entry.setDisplayValue(40.);
entry.setPixelValue(14.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(100.);
entry.setDisplayValue(45.);
entry.setPixelValue(15.0);
preferences.addEntry(entry);
entry = new DataMappingEntry();
entry.setDisplayValue(110.);
entry.setDisplayValue(50.);
entry.setPixelValue(16.0);
preferences.addEntry(entry);
@ -388,7 +388,7 @@ public class MetarTempResource extends AbstractVizResource<MetarTempResourceData
@Override
public String getName() {
return "Surface Temps [F]";
return "Surface Temps [C]";
}
@Override

View file

@ -93,7 +93,7 @@ public class MetarTempDataContainer {
super();
this.timeObs = timeObs;
this.stationName = stationName;
this.tempValue = getFahrenheitTemp(tempValue);
this.tempValue = tempValue;
this.latLon = new Coordinate(longitude, latitude);
}
@ -331,14 +331,4 @@ public class MetarTempDataContainer {
return latLonEnvelopes;
}
public static Double getFahrenheitTemp(Double val){
if (val > -100.) {
return (val * 1.8) + 32.;
} else {
return val;
}
}
}

View file

@ -5,11 +5,11 @@
<resource>
<loadProperties xsi:type="gridLoadProperties" displayType="ARROW" loadWithoutData="false">
<capabilities>
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="densityCapability" density="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="2" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="displayTypeCapability" displayType="ARROW"/>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="displayTypeCapability" displayType="BARB"/>
<capability xsi:type="densityCapability" density="1.5"/>
<capability xsi:type="magnificationCapability" magnification="0.8"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="DEFAULT"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
@ -31,10 +31,10 @@
<constraint constraintValue="grid" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.masterLevel.name">
<constraint constraintValue="FHAG" constraintType="EQUALS"/>
<constraint constraintValue="SFC" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.levelonevalue">
<constraint constraintValue="10.0" constraintType="EQUALS"/>
<constraint constraintValue="0.0" constraintType="EQUALS"/>
</mapping>
</metadataMap>
<alertParser xsi:type="dataCubeAlertMessageParser"/>
@ -83,16 +83,16 @@
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="false">
<capabilities>
<capability xsi:type="imagingCapability" contrast="1.0" brightness="0.8" interpolationState="true" alpha="1.0"/>
<capability xsi:type="colorableCapability" colorAsString="coral"/>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="densityCapability" density="1.0"/>
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="displayTypeCapability" displayType="IMAGE"/>
<capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="Grid/Gridded Data">
<colorMapParameters colorMapName="Grid/Temperature F">
<persisted>
<colorMapMin>245.05</colorMapMin>
<colorMapMax>302.62222</colorMapMax>
<colorMapMin>247.9278</colorMapMin>
<colorMapMax>316.483</colorMapMax>
</persisted>
</colorMapParameters>
</capability>

View file

@ -10,7 +10,7 @@
<capability xsi:type="densityCapability" density="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="DEFAULT"/>
<capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="Grid/Enhanced Lowrange">
<colorMapParameters colorMapName="Grid/Gridded Data">
<persisted>
<colorMapMin>258.15</colorMapMin>
<colorMapMax>313.15</colorMapMax>
@ -28,10 +28,10 @@
<resourceData xsi:type="gridResourceData" sampling="false" spatial="false" isRequeryNecessaryOnTimeMatch="true" isUpdatingOnMetadataOnly="false" retrieveData="true">
<metadataMap>
<mapping key="info.level.levelonevalue">
<constraint constraintType="EQUALS" constraintValue="2.0"/>
<constraint constraintType="EQUALS" constraintValue="0.0"/>
</mapping>
<mapping key="info.level.masterLevel.name">
<constraint constraintType="EQUALS" constraintValue="FHAG"/>
<constraint constraintType="EQUALS" constraintValue="SFC"/>
</mapping>
<mapping key="info.parameter.abbreviation">
<constraint constraintType="EQUALS" constraintValue="DpT"/>
@ -57,7 +57,7 @@
<capability xsi:type="densityCapability" density="0.5"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="DEFAULT"/>
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="colorableCapability" colorAsString="gray30"/>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="displayTypeCapability" displayType="CONTOUR"/>
</capabilities>
</loadProperties>
@ -67,10 +67,10 @@
<resourceData xsi:type="gridResourceData" sampling="false" spatial="false" isRequeryNecessaryOnTimeMatch="true" isUpdatingOnMetadataOnly="false" retrieveData="true">
<metadataMap>
<mapping key="info.level.levelonevalue">
<constraint constraintType="EQUALS" constraintValue="2.0"/>
<constraint constraintType="EQUALS" constraintValue="0.0"/>
</mapping>
<mapping key="info.level.masterLevel.name">
<constraint constraintType="EQUALS" constraintValue="FHAG"/>
<constraint constraintType="EQUALS" constraintValue="SFC"/>
</mapping>
<mapping key="info.datasetId">
<constraint constraintType="EQUALS" constraintValue="${modelName}"/>

View file

@ -19,7 +19,7 @@
<resourceData xsi:type="gridResourceData" retrieveData="true" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="info.parameter.abbreviation">
<constraint constraintValue="msl-P" constraintType="EQUALS"/>
<constraint constraintValue="PMSL" constraintType="EQUALS"/>
</mapping>
<mapping key="info.datasetId">
<constraint constraintValue="${modelName}" constraintType="EQUALS"/>
@ -41,14 +41,6 @@
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="false">
<capabilities>
<capability xsi:type="imagingCapability" contrast="1.0" brightness="0.8" interpolationState="true" alpha="1.0"/>
<capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="Radar/OSF/Storm Total Precip">
<persisted>
<colorMapMin>0.127</colorMapMin>
<colorMapMax>304.8</colorMapMax>
</persisted>
</colorMapParameters>
</capability>
<capability xsi:type="colorableCapability" colorAsString="coral"/>
<capability xsi:type="densityCapability" density="1.0"/>
<capability xsi:type="magnificationCapability" magnification="1.0"/>

View file

@ -89,6 +89,44 @@
<alertParser xsi:type="gribDataCubeAlertMessageParser"/>
</resourceData>
</resource>
<resource>
<loadProperties xsi:type="gridLoadProperties" displayType="ARROW" loadWithoutData="false">
<capabilities>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="displayTypeCapability" displayType="BARB"/>
<capability xsi:type="densityCapability" density="1.5"/>
<capability xsi:type="magnificationCapability" magnification="0.8"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="DEFAULT"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties renderingOrderId="CONTOUR" isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="gridResourceData" retrieveData="true" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="info.parameter.abbreviation">
<constraint constraintValue="Wind" constraintType="EQUALS"/>
</mapping>
<mapping key="info.datasetId">
<constraint constraintValue="${modelName}" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.leveltwovalue">
<constraint constraintValue="-999999" constraintType="EQUALS"/>
</mapping>
<mapping key="pluginName">
<constraint constraintValue="grid" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.masterLevel.name">
<constraint constraintValue="SFC" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.levelonevalue">
<constraint constraintValue="0.0" constraintType="EQUALS"/>
</mapping>
</metadataMap>
<alertParser xsi:type="dataCubeAlertMessageParser"/>
</resourceData>
</resource>
<timeMatcher xsi:type="d2DTimeMatcher" deltaFilter="0" forecastFilter="0"/>
<numberOfFrames>${frameCount}</numberOfFrames>
</descriptor>

View file

@ -5,11 +5,11 @@
<resource>
<loadProperties xsi:type="gridLoadProperties" displayType="ARROW" loadWithoutData="false">
<capabilities>
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="densityCapability" density="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="2" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="displayTypeCapability" displayType="ARROW"/>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="displayTypeCapability" displayType="BARB"/>
<capability xsi:type="densityCapability" density="1.5"/>
<capability xsi:type="magnificationCapability" magnification="0.8"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="DEFAULT"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
@ -31,10 +31,10 @@
<constraint constraintValue="grid" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.masterLevel.name">
<constraint constraintValue="FHAG" constraintType="EQUALS"/>
<constraint constraintValue="SFC" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.levelonevalue">
<constraint constraintValue="10.0" constraintType="EQUALS"/>
<constraint constraintValue="0.0" constraintType="EQUALS"/>
</mapping>
</metadataMap>
<alertParser xsi:type="dataCubeAlertMessageParser"/>
@ -80,41 +80,6 @@
</resourceData>
</resource>
<resource>
<loadProperties xsi:type="gridLoadProperties" displayType="CONTOUR" loadWithoutData="false">
<capabilities>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="densityCapability" density="1.0"/>
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="2" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="displayTypeCapability" displayType="CONTOUR"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="gridResourceData" retrieveData="true" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="info.parameter.abbreviation">
<constraint constraintValue="msl-P" constraintType="EQUALS"/>
</mapping>
<mapping key="info.datasetId">
<constraint constraintValue="${modelName}" constraintType="EQUALS"/>
</mapping>
<mapping key="pluginName">
<constraint constraintValue="grid" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.masterLevel.name">
<constraint constraintValue="SFC" constraintType="EQUALS"/>
</mapping>
<mapping key="info.level.levelonevalue">
<constraint constraintValue="0.0" constraintType="EQUALS"/>
</mapping>
</metadataMap>
<alertParser xsi:type="dataCubeAlertMessageParser"/>
</resourceData>
</resource>
<resource>
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="false">
<capabilities>
<capability xsi:type="imagingCapability" contrast="1.0" brightness="0.8" interpolationState="true" alpha="1.0"/>

View file

@ -6,6 +6,7 @@
<loadProperties xsi:type="gridLoadProperties" displayType="CONTOUR" loadWithoutData="false">
<capabilities>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="densityCapability" density="99999.0"/>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="2"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
@ -46,6 +47,10 @@
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="displayTypeCapability" displayType="IMAGE"/>
<capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="Matplotlib/Greys">
</colorMapParameters>
</capability>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>

View file

@ -8,6 +8,7 @@
<capabilities>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="2"/>
<capability xsi:type="densityCapability" density="99999.0"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
@ -47,19 +48,13 @@
<capability xsi:type="magnificationCapability" magnification="1.0"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="displayTypeCapability" displayType="IMAGE"/>
<capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="Grid/NDFD Min Max Temp">
<colorMapParameters colorMapName="Matplotlib/Blues">
</colorMapParameters>
</capability>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>

View file

@ -10,266 +10,7 @@
<capability xsi:type="displayTypeCapability" displayType="IMAGE"/>
<capability xsi:type="imagingCapability" contrast="1.0" brightness="0.8" interpolationState="true" alpha="1.0"/>
<capability xsi:type="colorMapCapability">
<colorMapParameters>
<persisted/>
<jaxbColorMap xsi:type="colorMap">
<color a="0.0" b="0.0" g="0.0" r="0.0"/>
<color a="0.0" b="0.0" g="0.0" r="0.0"/>
<color a="0.011764706" b="0.011764706" g="0.007843138" r="0.0"/>
<color a="0.02745098" b="0.02745098" g="0.015686275" r="0.0"/>
<color a="0.039215688" b="0.039215688" g="0.02745098" r="0.0"/>
<color a="0.050980393" b="0.050980393" g="0.03529412" r="0.0"/>
<color a="0.0627451" b="0.0627451" g="0.043137256" r="0.0"/>
<color a="0.078431375" b="0.078431375" g="0.050980393" r="0.0"/>
<color a="0.09019608" b="0.09019608" g="0.0627451" r="0.0"/>
<color a="0.101960786" b="0.101960786" g="0.07058824" r="0.0"/>
<color a="0.11372549" b="0.11372549" g="0.078431375" r="0.0"/>
<color a="0.12941177" b="0.12941177" g="0.08627451" r="0.0"/>
<color a="0.14117648" b="0.14117648" g="0.09803922" r="0.0"/>
<color a="0.15294118" b="0.15294118" g="0.105882354" r="0.0"/>
<color a="0.16862746" b="0.16862746" g="0.11372549" r="0.0"/>
<color a="0.18039216" b="0.18039216" g="0.12156863" r="0.0"/>
<color a="0.19215687" b="0.19215687" g="0.13333334" r="0.0"/>
<color a="0.20392157" b="0.20392157" g="0.14117648" r="0.0"/>
<color a="0.21960784" b="0.21960784" g="0.14901961" r="0.0"/>
<color a="0.23137255" b="0.23137255" g="0.15686275" r="0.0"/>
<color a="0.24313726" b="0.24313726" g="0.16862746" r="0.0"/>
<color a="0.25490198" b="0.25490198" g="0.1764706" r="0.0"/>
<color a="0.27058825" b="0.27058825" g="0.18431373" r="0.0"/>
<color a="0.28235295" b="0.28235295" g="0.19215687" r="0.0"/>
<color a="0.29411766" b="0.29411766" g="0.20392157" r="0.0"/>
<color a="0.30588236" b="0.30588236" g="0.21176471" r="0.0"/>
<color a="0.32156864" b="0.32156864" g="0.21960784" r="0.0"/>
<color a="0.33333334" b="0.33333334" g="0.22745098" r="0.0"/>
<color a="0.34509805" b="0.34509805" g="0.23921569" r="0.0"/>
<color a="0.36078432" b="0.36078432" g="0.24705882" r="0.0"/>
<color a="0.37254903" b="0.37254903" g="0.25490198" r="0.0"/>
<color a="0.38431373" b="0.38431373" g="0.2627451" r="0.0"/>
<color a="0.39607844" b="0.39607844" g="0.27450982" r="0.0"/>
<color a="0.4117647" b="0.4117647" g="0.28235295" r="0.0"/>
<color a="0.42352942" b="0.42352942" g="0.2901961" r="0.0"/>
<color a="0.43529412" b="0.43529412" g="0.29803923" r="0.0"/>
<color a="0.44705883" b="0.44705883" g="0.30980393" r="0.0"/>
<color a="0.4627451" b="0.4627451" g="0.31764707" r="0.0"/>
<color a="0.4745098" b="0.4745098" g="0.3254902" r="0.0"/>
<color a="0.4862745" b="0.4862745" g="0.33333334" r="0.0"/>
<color a="0.5019608" b="0.5019608" g="0.34117648" r="0.0"/>
<color a="0.5137255" b="0.5137255" g="0.3529412" r="0.0"/>
<color a="0.5254902" b="0.5254902" g="0.36078432" r="0.0"/>
<color a="0.5372549" b="0.5372549" g="0.36862746" r="0.0"/>
<color a="0.5529412" b="0.5529412" g="0.3764706" r="0.0"/>
<color a="0.5647059" b="0.5647059" g="0.3882353" r="0.0"/>
<color a="0.5764706" b="0.5764706" g="0.39607844" r="0.0"/>
<color a="0.5882353" b="0.5882353" g="0.40392157" r="0.0"/>
<color a="0.6039216" b="0.6039216" g="0.4117647" r="0.0"/>
<color a="0.6156863" b="0.6156863" g="0.42352942" r="0.0"/>
<color a="0.627451" b="0.627451" g="0.43137255" r="0.0"/>
<color a="0.6392157" b="0.6392157" g="0.4392157" r="0.0"/>
<color a="0.654902" b="0.654902" g="0.44705883" r="0.0"/>
<color a="0.6666667" b="0.6666667" g="0.45882353" r="0.0"/>
<color a="0.6784314" b="0.6784314" g="0.46666667" r="0.0"/>
<color a="0.69411767" b="0.69411767" g="0.4745098" r="0.0"/>
<color a="0.7058824" b="0.7058824" g="0.48235294" r="0.0"/>
<color a="0.7176471" b="0.7176471" g="0.49411765" r="0.0"/>
<color a="0.7294118" b="0.7294118" g="0.5019608" r="0.0"/>
<color a="0.74509805" b="0.74509805" g="0.50980395" r="0.0"/>
<color a="0.75686276" b="0.75686276" g="0.5176471" r="0.0"/>
<color a="0.76862746" b="0.76862746" g="0.5294118" r="0.0"/>
<color a="0.78039217" b="0.78039217" g="0.5372549" r="0.0"/>
<color a="0.79607844" b="0.79607844" g="0.54509807" r="0.0"/>
<color a="0.80784315" b="0.80784315" g="0.5529412" r="0.0"/>
<color a="0.81960785" b="0.81960785" g="0.5647059" r="0.0"/>
<color a="0.8352941" b="0.8352941" g="0.57254905" r="0.0"/>
<color a="0.84705883" b="0.84705883" g="0.5803922" r="0.0"/>
<color a="0.85882354" b="0.85882354" g="0.5882353" r="0.0"/>
<color a="0.87058824" b="0.87058824" g="0.6" r="0.0"/>
<color a="0.8862745" b="0.8862745" g="0.60784316" r="0.0"/>
<color a="0.8980392" b="0.8980392" g="0.6156863" r="0.0"/>
<color a="0.9098039" b="0.9098039" g="0.62352943" r="0.0"/>
<color a="0.92156863" b="0.92156863" g="0.63529414" r="0.0"/>
<color a="0.9372549" b="0.9372549" g="0.6431373" r="0.0"/>
<color a="0.9490196" b="0.9490196" g="0.6509804" r="0.0"/>
<color a="0.9607843" b="0.9607843" g="0.65882355" r="0.0"/>
<color a="0.972549" b="0.972549" g="0.67058825" r="0.0"/>
<color a="0.9882353" b="0.9882353" g="0.6784314" r="0.0"/>
<color a="1.0" b="1.0" g="0.6862745" r="0.0"/>
<color a="1.0" b="1.0" g="0.7058824" r="0.0"/>
<color a="1.0" b="1.0" g="0.7294118" r="0.0"/>
<color a="1.0" b="1.0" g="0.7490196" r="0.0"/>
<color a="1.0" b="1.0" g="0.77254903" r="0.0"/>
<color a="1.0" b="1.0" g="0.7921569" r="0.0"/>
<color a="1.0" b="1.0" g="0.8117647" r="0.0"/>
<color a="1.0" b="1.0" g="0.83137256" r="0.0"/>
<color a="1.0" b="1.0" g="0.84705883" r="0.0"/>
<color a="1.0" b="1.0" g="0.8666667" r="0.0"/>
<color a="1.0" b="1.0" g="0.8862745" r="0.0"/>
<color a="1.0" b="1.0" g="0.9019608" r="0.0"/>
<color a="1.0" b="1.0" g="0.92156863" r="0.0"/>
<color a="1.0" b="1.0" g="0.9372549" r="0.0"/>
<color a="1.0" b="1.0" g="0.9529412" r="0.0"/>
<color a="1.0" b="1.0" g="0.96862745" r="0.0"/>
<color a="1.0" b="1.0" g="0.9843137" r="0.0"/>
<color a="1.0" b="1.0" g="1.0" r="0.0"/>
<color a="1.0" b="0.99215686" g="0.99215686" r="0.09411765"/>
<color a="1.0" b="0.98039216" g="0.98039216" r="0.13725491"/>
<color a="1.0" b="0.96862745" g="0.96862745" r="0.16470589"/>
<color a="1.0" b="0.95686275" g="0.95686275" r="0.19215687"/>
<color a="1.0" b="0.94509804" g="0.94509804" r="0.21568628"/>
<color a="1.0" b="0.93333334" g="0.93333334" r="0.23529412"/>
<color a="1.0" b="0.92156863" g="0.92156863" r="0.25490198"/>
<color a="1.0" b="0.9098039" g="0.9098039" r="0.27450982"/>
<color a="1.0" b="0.8980392" g="0.8980392" r="0.2901961"/>
<color a="1.0" b="0.8862745" g="0.8862745" r="0.30588236"/>
<color a="1.0" b="0.87058824" g="0.87058824" r="0.32156864"/>
<color a="1.0" b="0.85882354" g="0.85882354" r="0.33333334"/>
<color a="1.0" b="0.84705883" g="0.84705883" r="0.34901962"/>
<color a="1.0" b="0.8352941" g="0.8352941" r="0.36078432"/>
<color a="1.0" b="0.81960785" g="0.81960785" r="0.37254903"/>
<color a="1.0" b="0.80784315" g="0.80784315" r="0.3882353"/>
<color a="1.0" b="0.7921569" g="0.7921569" r="0.4"/>
<color a="1.0" b="0.78039217" g="0.78039217" r="0.4117647"/>
<color a="1.0" b="0.7647059" g="0.7647059" r="0.42352942"/>
<color a="1.0" b="0.7490196" g="0.7490196" r="0.43137255"/>
<color a="1.0" b="0.7372549" g="0.7372549" r="0.44313726"/>
<color a="1.0" b="0.72156864" g="0.72156864" r="0.45490196"/>
<color a="1.0" b="0.7058824" g="0.7058824" r="0.4627451"/>
<color a="1.0" b="0.6901961" g="0.6901961" r="0.4745098"/>
<color a="1.0" b="0.6745098" g="0.6745098" r="0.48235294"/>
<color a="1.0" b="0.65882355" g="0.65882355" r="0.49411765"/>
<color a="1.0" b="0.6392157" g="0.6392157" r="0.5019608"/>
<color a="1.0" b="0.62352943" g="0.62352943" r="0.5137255"/>
<color a="1.0" b="0.6039216" g="0.6039216" r="0.52156866"/>
<color a="1.0" b="0.5882353" g="0.5882353" r="0.5294118"/>
<color a="1.0" b="0.5686275" g="0.5686275" r="0.5372549"/>
<color a="1.0" b="0.54901963" g="0.54901963" r="0.54901963"/>
<color a="1.0" b="0.5372549" g="0.5686275" r="0.5372549"/>
<color a="1.0" b="0.5294118" g="0.5882353" r="0.5294118"/>
<color a="1.0" b="0.52156866" g="0.60784316" r="0.52156866"/>
<color a="1.0" b="0.50980395" g="0.62352943" r="0.50980395"/>
<color a="1.0" b="0.5019608" g="0.6431373" r="0.5019608"/>
<color a="1.0" b="0.49019608" g="0.65882355" r="0.49019608"/>
<color a="1.0" b="0.48235294" g="0.6784314" r="0.48235294"/>
<color a="1.0" b="0.47058824" g="0.69411767" r="0.47058824"/>
<color a="1.0" b="0.4627451" g="0.70980394" r="0.4627451"/>
<color a="1.0" b="0.4509804" g="0.7254902" r="0.4509804"/>
<color a="1.0" b="0.4392157" g="0.7411765" r="0.4392157"/>
<color a="1.0" b="0.42745098" g="0.75686276" r="0.42745098"/>
<color a="1.0" b="0.41568628" g="0.77254903" r="0.41568628"/>
<color a="1.0" b="0.40392157" g="0.78431374" r="0.40392157"/>
<color a="1.0" b="0.39215687" g="0.8" r="0.39215687"/>
<color a="1.0" b="0.38039216" g="0.8156863" r="0.38039216"/>
<color a="1.0" b="0.36862746" g="0.827451" r="0.36862746"/>
<color a="1.0" b="0.3529412" g="0.84313726" r="0.3529412"/>
<color a="1.0" b="0.34117648" g="0.85490197" r="0.34117648"/>
<color a="1.0" b="0.3254902" g="0.8666667" r="0.3254902"/>
<color a="1.0" b="0.30980393" g="0.88235295" r="0.30980393"/>
<color a="1.0" b="0.29411766" g="0.89411765" r="0.29411766"/>
<color a="1.0" b="0.2784314" g="0.90588236" r="0.2784314"/>
<color a="1.0" b="0.25882354" g="0.91764706" r="0.25882354"/>
<color a="1.0" b="0.23921569" g="0.92941177" r="0.23921569"/>
<color a="1.0" b="0.21960784" g="0.94509804" r="0.21960784"/>
<color a="1.0" b="0.19607843" g="0.95686275" r="0.19607843"/>
<color a="1.0" b="0.16862746" g="0.96862745" r="0.16862746"/>
<color a="1.0" b="0.13725491" g="0.98039216" r="0.13725491"/>
<color a="1.0" b="0.09803922" g="0.9882353" r="0.09803922"/>
<color a="1.0" b="0.0" g="1.0" r="0.0"/>
<color a="1.0" b="0.0" g="1.0" r="0.1764706"/>
<color a="1.0" b="0.0" g="1.0" r="0.24705882"/>
<color a="1.0" b="0.0" g="1.0" r="0.30588236"/>
<color a="1.0" b="0.0" g="1.0" r="0.3529412"/>
<color a="1.0" b="0.0" g="1.0" r="0.39607844"/>
<color a="1.0" b="0.0" g="1.0" r="0.43137255"/>
<color a="1.0" b="0.0" g="1.0" r="0.46666667"/>
<color a="1.0" b="0.0" g="1.0" r="0.49803922"/>
<color a="1.0" b="0.0" g="1.0" r="0.5294118"/>
<color a="1.0" b="0.0" g="1.0" r="0.56078434"/>
<color a="1.0" b="0.0" g="1.0" r="0.5882353"/>
<color a="1.0" b="0.0" g="1.0" r="0.6117647"/>
<color a="1.0" b="0.0" g="1.0" r="0.6392157"/>
<color a="1.0" b="0.0" g="1.0" r="0.6627451"/>
<color a="1.0" b="0.0" g="1.0" r="0.6862745"/>
<color a="1.0" b="0.0" g="1.0" r="0.7058824"/>
<color a="1.0" b="0.0" g="1.0" r="0.7294118"/>
<color a="1.0" b="0.0" g="1.0" r="0.7490196"/>
<color a="1.0" b="0.0" g="1.0" r="0.77254903"/>
<color a="1.0" b="0.0" g="1.0" r="0.7921569"/>
<color a="1.0" b="0.0" g="1.0" r="0.8117647"/>
<color a="1.0" b="0.0" g="1.0" r="0.83137256"/>
<color a="1.0" b="0.0" g="1.0" r="0.84705883"/>
<color a="1.0" b="0.0" g="1.0" r="0.8666667"/>
<color a="1.0" b="0.0" g="1.0" r="0.8862745"/>
<color a="1.0" b="0.0" g="1.0" r="0.9019608"/>
<color a="1.0" b="0.0" g="1.0" r="0.92156863"/>
<color a="1.0" b="0.0" g="1.0" r="0.9372549"/>
<color a="1.0" b="0.0" g="1.0" r="0.9529412"/>
<color a="1.0" b="0.0" g="1.0" r="0.96862745"/>
<color a="1.0" b="0.0" g="1.0" r="0.9843137"/>
<color a="1.0" b="0.0" g="1.0" r="1.0"/>
<color a="1.0" b="0.0" g="0.9843137" r="1.0"/>
<color a="1.0" b="0.0" g="0.96862745" r="1.0"/>
<color a="1.0" b="0.0" g="0.9529412" r="1.0"/>
<color a="1.0" b="0.0" g="0.9372549" r="1.0"/>
<color a="1.0" b="0.0" g="0.92156863" r="1.0"/>
<color a="1.0" b="0.0" g="0.9019608" r="1.0"/>
<color a="1.0" b="0.0" g="0.8862745" r="1.0"/>
<color a="1.0" b="0.0" g="0.8666667" r="1.0"/>
<color a="1.0" b="0.0" g="0.84705883" r="1.0"/>
<color a="1.0" b="0.0" g="0.83137256" r="1.0"/>
<color a="1.0" b="0.0" g="0.8117647" r="1.0"/>
<color a="1.0" b="0.0" g="0.7921569" r="1.0"/>
<color a="1.0" b="0.0" g="0.77254903" r="1.0"/>
<color a="1.0" b="0.0" g="0.7490196" r="1.0"/>
<color a="1.0" b="0.0" g="0.7294118" r="1.0"/>
<color a="1.0" b="0.0" g="0.7058824" r="1.0"/>
<color a="1.0" b="0.0" g="0.6862745" r="1.0"/>
<color a="1.0" b="0.0" g="0.6627451" r="1.0"/>
<color a="1.0" b="0.0" g="0.6392157" r="1.0"/>
<color a="1.0" b="0.0" g="0.6117647" r="1.0"/>
<color a="1.0" b="0.0" g="0.5882353" r="1.0"/>
<color a="1.0" b="0.0" g="0.56078434" r="1.0"/>
<color a="1.0" b="0.0" g="0.5294118" r="1.0"/>
<color a="1.0" b="0.0" g="0.49803922" r="1.0"/>
<color a="1.0" b="0.0" g="0.46666667" r="1.0"/>
<color a="1.0" b="0.0" g="0.43137255" r="1.0"/>
<color a="1.0" b="0.0" g="0.39607844" r="1.0"/>
<color a="1.0" b="0.0" g="0.3529412" r="1.0"/>
<color a="1.0" b="0.0" g="0.30588236" r="1.0"/>
<color a="1.0" b="0.0" g="0.24705882" r="1.0"/>
<color a="1.0" b="0.0" g="0.1764706" r="1.0"/>
<color a="1.0" b="0.0" g="0.0" r="1.0"/>
<color a="1.0" b="0.1764706" g="0.1764706" r="1.0"/>
<color a="1.0" b="0.24705882" g="0.24705882" r="1.0"/>
<color a="1.0" b="0.30588236" g="0.30588236" r="1.0"/>
<color a="1.0" b="0.3529412" g="0.3529412" r="1.0"/>
<color a="1.0" b="0.39607844" g="0.39607844" r="1.0"/>
<color a="1.0" b="0.43137255" g="0.43137255" r="1.0"/>
<color a="1.0" b="0.46666667" g="0.46666667" r="1.0"/>
<color a="1.0" b="0.49803922" g="0.49803922" r="1.0"/>
<color a="1.0" b="0.5294118" g="0.5294118" r="1.0"/>
<color a="1.0" b="0.56078434" g="0.56078434" r="1.0"/>
<color a="1.0" b="0.5882353" g="0.5882353" r="1.0"/>
<color a="1.0" b="0.6117647" g="0.6117647" r="1.0"/>
<color a="1.0" b="0.6392157" g="0.6392157" r="1.0"/>
<color a="1.0" b="0.6627451" g="0.6627451" r="1.0"/>
<color a="1.0" b="0.6862745" g="0.6862745" r="1.0"/>
<color a="1.0" b="0.7058824" g="0.7058824" r="1.0"/>
<color a="1.0" b="0.7294118" g="0.7294118" r="1.0"/>
<color a="1.0" b="0.7490196" g="0.7490196" r="1.0"/>
<color a="1.0" b="0.77254903" g="0.77254903" r="1.0"/>
<color a="1.0" b="0.7921569" g="0.7921569" r="1.0"/>
<color a="1.0" b="0.8117647" g="0.8117647" r="1.0"/>
<color a="1.0" b="0.83137256" g="0.83137256" r="1.0"/>
<color a="1.0" b="0.84705883" g="0.84705883" r="1.0"/>
<color a="1.0" b="0.8666667" g="0.8666667" r="1.0"/>
<color a="1.0" b="0.8862745" g="0.8862745" r="1.0"/>
<color a="1.0" b="0.9019608" g="0.9019608" r="1.0"/>
<color a="1.0" b="0.92156863" g="0.92156863" r="1.0"/>
<color a="1.0" b="0.9372549" g="0.9372549" r="1.0"/>
<color a="1.0" b="0.9529412" g="0.9529412" r="1.0"/>
<color a="1.0" b="0.96862745" g="0.96862745" r="1.0"/>
<color a="1.0" b="0.9843137" g="0.9843137" r="1.0"/>
<color a="1.0" b="1.0" g="1.0" r="1.0"/>
</jaxbColorMap>
<colorMapParameters colorMapName="Matplotlib/Blues">
</colorMapParameters>
</capability>
</capabilities>

View file

@ -7,9 +7,6 @@
<contribute xsi:type="bundleItem" file="bundles/grid/Precip.xml"
menuText="Precip Accumulation" id="" useReferenceTime="true">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/grid/Snow.xml"
menuText="Snow Accumulation" id="" useReferenceTime="true">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/grid/SurfaceTempWind.xml"
menuText="Sfc Temperature and Wind" id="" useReferenceTime="true">
</contribute>

View file

@ -2,8 +2,22 @@
<menuContributionFile>
<include installTo="menu:models"
fileName="menus/grid/allFamilies.xml">
<substitute key="modelName" value="ECMWF-HiRes" />
<substitute key="menuName" value="ECMWF" />
<substitute key="modelName" value="ECMWF_0.125deg" />
<substitute key="menuName" value="ECMWF 0.125°" />
<substitute key="frameCount" value="41" />
<substitute key="TP" value="TP"/>
</include>
<include installTo="menu:models"
fileName="menus/grid/allFamilies.xml">
<substitute key="modelName" value="ECMWF_0.1deg" />
<substitute key="menuName" value="ECMWF 0.1°" />
<substitute key="frameCount" value="41" />
<substitute key="TP" value="TP"/>
</include>
<include installTo="menu:models"
fileName="menus/grid/allFamilies.xml">
<substitute key="modelName" value="ECMWF_0.2deg" />
<substitute key="menuName" value="ECMWF 0.2°" />
<substitute key="frameCount" value="41" />
<substitute key="TP" value="TP"/>
</include>

View file

@ -1,206 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an absolute override file, indicating that a higher priority
version of the file will completely replace a lower priority version
of the file.
-->
<gridParamInfo xmlns:ns2="group">
<valtimeMINUSreftime>
<fcst>-432000</fcst>
<fcst>-345600</fcst>
<fcst>-259200</fcst>
<fcst>-172800</fcst>
<fcst>-86400</fcst>
<fcst>0</fcst>
<fcst>86400</fcst>
<fcst>172800</fcst>
<fcst>259200</fcst>
<fcst>345600</fcst>
<fcst>432000</fcst>
</valtimeMINUSreftime>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>routedflowm</short_name>
<long_name>Channel Routed Flow</long_name>
<units>cfs</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>400000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>routedflowh</short_name>
<long_name>Channel Routed Flow</long_name>
<units>cfs</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>400000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>routedflowc</short_name>
<long_name>Channel Routed Flow</long_name>
<units>cfs</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>400000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>lzfsc</short_name>
<long_name>Lower zone secondary free water content</long_name>
<units>%</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>routedflow</short_name>
<long_name>Channel Routed Flow</long_name>
<units>cfs</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>400000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>adimc</short_name>
<long_name>Additional impervious area water content</long_name>
<units>%</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>lzfpc</short_name>
<long_name>Lower zone primary free water content</long_name>
<units>%</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>uztwc</short_name>
<long_name>Upper zone tension water content</long_name>
<units>%</units>
<udunits/>
<uiname>Water Content</uiname>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>waterdepth</short_name>
<long_name>Hillslope water depth</long_name>
<units>in</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>3.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>uzfwc</short_name>
<long_name>Upper zone free water content</long_name>
<units>%</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>lztwc</short_name>
<long_name>Lower zone tension water content</long_name>
<units>%</units>
<udunits/>
<uiname/>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
</gridParamInfo>

View file

@ -1,638 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
-->
<!--
ADDING NEW QPE COLOR MAPS:
When adding an additional qpe style rules to use custom color maps, the name of the color map
and the style rule parameter and defaultColormap tags must match the color map name.
Parsing is used and naming the color map files require certain rules to be followed.
Rule #1: The color map should have qpe plus the time at which the color map should be used.
Rule #2: If the time is a zero decimal then only the whole number is used:
Example: if the hour is 6 then the name should be qpe6 NOT qpe6.0
VALID COLOR MAP NAMES:
qpe.cmap
qpe4.cmap
qpe4.5.cmap
qpe6.cmap
qpe12.cmap
*** INVALID COLOR MAP NAMES: ***
qpe_4_5.cmap
qpe.4.5.cmap
qpe4.0.cmap
Here are relationship example between the style rules and color maps:
<parameter> <defaultColormap> colormap comment
=======================================================================================
qpe ffmp/qpe qpe.cmap Color map used for times >= 0.0
qpe6 ffmp/qpe6 qpe6.cmap Color map used for times >= 6.0
qpe12 ffmp/qpe12 qpe12.cmap Color map used for times >= 12.0
Adding a new color map to be used for hour 4.5 would have the following:
qpe4.5 ffmp/qpe4.5 qpe4.5.cmap Color map used for times >= 4.50
Adding a new color map to be used for hour 4.00 would have the following:
qpe4 ffmp/qpe4 qpe4.cmap Color map used for times >= 4.00
Here is an example style rule for 4.5 hours. Note the changes to the <parameter>
and <defaultColormap> tags. This entry will map to a qpe4.5.cmap that needs to
be put in localization.
<styleRule>
<paramLevelMatches>
<parameter>qpe4.5</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>ffmp/qpe4.5</defaultColormap>
<dataMapping>
<entry displayValue='-9999.0' pixelValue='0' label='' />
<entry displayValue='0.0' pixelValue='15'/>
<entry displayValue='0.1' pixelValue='31'/>
<entry displayValue='0.25' pixelValue='47'/>
<entry displayValue='0.5' pixelValue='63'/>
<entry displayValue='0.75' pixelValue='79'/>
<entry displayValue='1.0' pixelValue='95'/>
<entry displayValue='1.25' pixelValue='111'/>
<entry displayValue='1.75' pixelValue='127'/>
<entry displayValue='2.0' pixelValue='143'/>
<entry displayValue='2.5' pixelValue='159'/>
<entry displayValue='3.0' pixelValue='175'/>
<entry displayValue='4.0' pixelValue='191'/>
<entry displayValue='6.0' pixelValue='207'/>
<entry displayValue='8.0' pixelValue='223'/>
<entry displayValue='10.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
-->
<!--
ADDING NEW Guidance styleRules:
When adding an additional Guidance source to FFMP. You should also add a custom style rule for it.
The way it works is the SourceConfigXML display name for the type is appended to the type.
So the TYpe for GUIDANCE is guidance. So, it you have a hypothetical source display name of
ARIFFG100, then the style rule parameter tag will look like this example....
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG100</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='50.0' pixelValue='0'/>
<entry displayValue='55.0' pixelValue='17'/>
<entry displayValue='60.0' pixelValue='35'/>
<entry displayValue='65.0' pixelValue='52'/>
<entry displayValue='70.0' pixelValue='69'/>
<entry displayValue='75.0' pixelValue='86'/>
<entry displayValue='80.0' pixelValue='102'/>
<entry displayValue='85.0' pixelValue='119'/>
<entry displayValue='90.0' pixelValue='136'/>
<entry displayValue='95.0' pixelValue='153'/>
<entry displayValue='100.0' pixelValue='169'/>
<entry displayValue='105.0' pixelValue='186'/>
<entry displayValue='110.0' pixelValue='204'/>
<entry displayValue='115.0' pixelValue='220'/>
<entry displayValue='120.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
-->
<styleRuleset>
<styleRule>
<paramLevelMatches>
<parameter>qpe</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>ffmp/qpe</defaultColormap>
<dataMapping>
<entry displayValue='-9999.0' pixelValue='0' label='' />
<entry displayValue='0.0' pixelValue='16'/>
<entry displayValue='0.1' pixelValue='32'/>
<entry displayValue='0.2' pixelValue='48'/>
<entry displayValue='0.4' pixelValue='64'/>
<entry displayValue='0.6' pixelValue='80'/>
<entry displayValue='0.8' pixelValue='96'/>
<entry displayValue='1.0' pixelValue='112'/>
<entry displayValue='1.25' pixelValue='128'/>
<entry displayValue='1.5' pixelValue='144'/>
<entry displayValue='1.75' pixelValue='160'/>
<entry displayValue='2.0' pixelValue='176'/>
<entry displayValue='2.5' pixelValue='192'/>
<entry displayValue='3.0' pixelValue='208'/>
<entry displayValue='4.0' pixelValue='224'/>
<entry displayValue='5.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>qpe6</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>ffmp/qpe6</defaultColormap>
<dataMapping>
<entry displayValue='-9999.0' pixelValue='0' label='' />
<entry displayValue='0.0' pixelValue='16'/>
<entry displayValue='0.1' pixelValue='32'/>
<entry displayValue='0.25' pixelValue='48'/>
<entry displayValue='0.5' pixelValue='64'/>
<entry displayValue='0.75' pixelValue='80'/>
<entry displayValue='1.0' pixelValue='96'/>
<entry displayValue='1.25' pixelValue='112'/>
<entry displayValue='1.75' pixelValue='128'/>
<entry displayValue='2.0' pixelValue='144'/>
<entry displayValue='2.5' pixelValue='160'/>
<entry displayValue='3.0' pixelValue='176'/>
<entry displayValue='4.0' pixelValue='192'/>
<entry displayValue='6.0' pixelValue='208'/>
<entry displayValue='8.0' pixelValue='224'/>
<entry displayValue='10.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>qpe12</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>ffmp/qpe12</defaultColormap>
<dataMapping>
<entry displayValue='-9999.0' pixelValue='0' label='' />
<entry displayValue='0.0' pixelValue='16'/>
<entry displayValue='0.3' pixelValue='32'/>
<entry displayValue='0.6' pixelValue='48'/>
<entry displayValue='1.0' pixelValue='64'/>
<entry displayValue='1.5' pixelValue='80'/>
<entry displayValue='2.0' pixelValue='96'/>
<entry displayValue='2.5' pixelValue='112'/>
<entry displayValue='3.0' pixelValue='128'/>
<entry displayValue='4.0' pixelValue='144'/>
<entry displayValue='5.0' pixelValue='160'/>
<entry displayValue='6.0' pixelValue='176'/>
<entry displayValue='8.0' pixelValue='192'/>
<entry displayValue='10.0' pixelValue='208'/>
<entry displayValue='12.0' pixelValue='224'/>
<entry displayValue='15.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>rate</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in/hr</displayUnits>
<defaultColormap>ffmp/rate</defaultColormap>
<dataMapping>
<entry displayValue='-9999.0' pixelValue='0' label='' />
<entry displayValue='0.0' pixelValue='16'/>
<entry displayValue='0.1' pixelValue='32'/>
<entry displayValue='0.2' pixelValue='48'/>
<entry displayValue='0.4' pixelValue='64'/>
<entry displayValue='0.6' pixelValue='80'/>
<entry displayValue='0.8' pixelValue='96'/>
<entry displayValue='1.0' pixelValue='112'/>
<entry displayValue='1.25' pixelValue='128'/>
<entry displayValue='1.5' pixelValue='144'/>
<entry displayValue='1.75' pixelValue='160'/>
<entry displayValue='2.0' pixelValue='176'/>
<entry displayValue='3.0' pixelValue='192'/>
<entry displayValue='4.0' pixelValue='208'/>
<entry displayValue='5.0' pixelValue='223'/>
<entry displayValue='6.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>ratio</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>%</displayUnits>
<defaultColormap>ffmp/ratio</defaultColormap>
<dataMapping>
<entry displayValue='-9999.0' pixelValue='0' label=''/>
<entry displayValue='0.0' pixelValue='16'/>
<entry displayValue='10.0' pixelValue='32'/>
<entry displayValue='20.0' pixelValue='48'/>
<entry displayValue='30.0' pixelValue='64'/>
<entry displayValue='40.0' pixelValue='80'/>
<entry displayValue='50.0' pixelValue='96'/>
<entry displayValue='60.0' pixelValue='112'/>
<entry displayValue='70.0' pixelValue='128'/>
<entry displayValue='75.0' pixelValue='144'/>
<entry displayValue='80.0' pixelValue='160'/>
<entry displayValue='85.0' pixelValue='176'/>
<entry displayValue='90.0' pixelValue='192'/>
<entry displayValue='95.0' pixelValue='208'/>
<entry displayValue='100.0' pixelValue='223'/>
<entry displayValue='200.0' pixelValue='240'/>
<entry displayValue='9999.0' pixelValue='255' label=''/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>diff</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>ffmp/diff</defaultColormap>
<dataMapping>
<entry displayValue='-999' pixelValue='0' label=''/>
<entry displayValue='-7' pixelValue='16'/>
<entry displayValue='-6' pixelValue='32'/>
<entry displayValue='-5' pixelValue='48'/>
<entry displayValue='-4' pixelValue='64'/>
<entry displayValue='-3' pixelValue='80'/>
<entry displayValue='-2' pixelValue='96'/>
<entry displayValue='-1' pixelValue='112'/>
<entry displayValue='0' pixelValue='128'/>
<entry displayValue='1' pixelValue='144'/>
<entry displayValue='2' pixelValue='160'/>
<entry displayValue='3' pixelValue='176'/>
<entry displayValue='4' pixelValue='192'/>
<entry displayValue='5' pixelValue='208'/>
<entry displayValue='6' pixelValue='224'/>
<entry displayValue='7' pixelValue='240'/>
<entry displayValue='999' pixelValue='255' label=''/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceRFCFFG</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='1.0' pixelValue='17'/>
<entry displayValue='2.0' pixelValue='35'/>
<entry displayValue='3.0' pixelValue='52'/>
<entry displayValue='4.0' pixelValue='69'/>
<entry displayValue='5.0' pixelValue='86'/>
<entry displayValue='6.0' pixelValue='102'/>
<entry displayValue='7.0' pixelValue='119'/>
<entry displayValue='8.0' pixelValue='136'/>
<entry displayValue='9.0' pixelValue='153'/>
<entry displayValue='10.0' pixelValue='169'/>
<entry displayValue='11.0' pixelValue='186'/>
<entry displayValue='12.0' pixelValue='204'/>
<entry displayValue='13.0' pixelValue='220'/>
<entry displayValue='15.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<!-- This one is the default for guidance if all else fails to load -->
<styleRule>
<paramLevelMatches>
<parameter>guidance</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='1.0' pixelValue='17'/>
<entry displayValue='2.0' pixelValue='35'/>
<entry displayValue='3.0' pixelValue='52'/>
<entry displayValue='4.0' pixelValue='69'/>
<entry displayValue='5.0' pixelValue='86'/>
<entry displayValue='6.0' pixelValue='102'/>
<entry displayValue='7.0' pixelValue='119'/>
<entry displayValue='8.0' pixelValue='136'/>
<entry displayValue='9.0' pixelValue='153'/>
<entry displayValue='10.0' pixelValue='169'/>
<entry displayValue='11.0' pixelValue='186'/>
<entry displayValue='12.0' pixelValue='204'/>
<entry displayValue='13.0' pixelValue='220'/>
<entry displayValue='15.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG1</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG2</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG5</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG10</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG25</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG50</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG100</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG200</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG500</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>guidanceARIFFG1000</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='0'/>
<entry displayValue='2.0' pixelValue='17'/>
<entry displayValue='4.0' pixelValue='35'/>
<entry displayValue='6.0' pixelValue='52'/>
<entry displayValue='8.0' pixelValue='69'/>
<entry displayValue='10.0' pixelValue='86'/>
<entry displayValue='12.0' pixelValue='102'/>
<entry displayValue='14.0' pixelValue='119'/>
<entry displayValue='16.0' pixelValue='136'/>
<entry displayValue='18.0' pixelValue='153'/>
<entry displayValue='20.0' pixelValue='169'/>
<entry displayValue='22.0' pixelValue='186'/>
<entry displayValue='24.0' pixelValue='204'/>
<entry displayValue='26.0' pixelValue='220'/>
<entry displayValue='28.0' pixelValue='255'/>
</dataMapping>
</imageStyle>
</styleRule>
</styleRuleset>

View file

@ -1,124 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
-->
<styleRuleset>
<styleRule>
<paramLevelMatches>
<parameter>GFE:QPF</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<contourLabeling>
<values>0.01 0.05 0.10 0.15 0.20 0.25 0.30 0.40 0.50 0.60 0.7
0.8 0.9 1.0 1.2 1.4 1.6 1.8 2.0 2.2 2.4 2.6 2.8 3.0 3.2 3.4
3.6 3.8 4.0 4.2 4.4 4.6 4.8 5.0
</values>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:Topography</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>ft</displayUnits>
<contourLabeling>
<values>5.0 10.0 20.0 30.0 40.0 50.0 60.0 70.0 80.0 90.0 100.0
125.0 150.0 175.0 200.0 250.0 300.0 350.0 400.0 450.0 500.0
600.0 700.0 800.0 900.0 1000.0 1250.0 1500.0 1750.0 2000.0
2500.0 3000.0 3500.0 4000.0 4500.0 5000.0 5500.0 6000.0
6500.0 7000.0 7500.0 8000.0 8500.0 9000.0 9500.0 10000.0
11000.0 12000.0 13000.0 14000.0 15000.0 16000.0 17000.0
18000.0 19000.0 20000.0
</values>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:Sky</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>%</displayUnits>
<contourLabeling>
<increment>10.0</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:Pop</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>%</displayUnits>
<contourLabeling>
<increment>10.0</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:MinT</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<contourLabeling>
<increment>5.0</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:MaxT</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<contourLabeling>
<increment>5.0</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:T</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<contourLabeling>
<increment>5.0</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>GFE:Td</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<contourLabeling>
<increment>5.0</increment>
</contourLabeling>
</contourStyle>
</styleRule>
</styleRuleset>

View file

@ -1,119 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
-->
<styleRuleset>
<styleRule>
<paramLevelMatches>
<parameter>ProbTP0p01in6hr</parameter>
<parameter>ProbTP0p10in6hr</parameter>
<parameter>ProbTP0p25in6hr</parameter>
<parameter>ProbTP0p50in6hr</parameter>
<parameter>ProbTP0p75in6hr</parameter>
<parameter>ProbTP1p00in6hr</parameter>
<parameter>ProbTP1p50in6hr</parameter>
<parameter>ProbTP2p00in6hr</parameter>
<parameter>ProbTP2p50in6hr</parameter>
<parameter>ProbTP3p00in6hr</parameter>
<parameter>ProbTP4p00in6hr</parameter>
<parameter>ProbTP0p01in12hr</parameter>
<parameter>ProbTP0p25in12hr</parameter>
<parameter>ProbTP0p50in12hr</parameter>
<parameter>ProbTP0p75in12hr</parameter>
<parameter>ProbTP1p00in12hr</parameter>
<parameter>ProbTP1p50in12hr</parameter>
<parameter>ProbTP2p00in12hr</parameter>
<parameter>ProbTP2p50in12hr</parameter>
<parameter>ProbTP3p00in12hr</parameter>
<parameter>ProbTP4p00in12hr</parameter>
<parameter>ProbTP0p25in24hr</parameter>
<parameter>ProbTP0p50in24hr</parameter>
<parameter>ProbTP1p00in24hr</parameter>
<parameter>ProbTP1p50in24hr</parameter>
<parameter>ProbTP2p00in24hr</parameter>
<parameter>ProbTP2p50in24hr</parameter>
<parameter>ProbTP3p00in24hr</parameter>
<parameter>ProbTP4p00in24hr</parameter>
<parameter>ProbTP5p00in24hr</parameter>
<parameter>ProbTP6p00in24hr</parameter>
<parameter>ProbTP8p00in24hr</parameter>
<parameter>ProbTP16p00in24hr</parameter>
<parameter>ProbTP0p25in72hr</parameter>
<parameter>ProbTP0p50in72hr</parameter>
<parameter>ProbTP1p00in72hr</parameter>
<parameter>ProbTP1p50in72hr</parameter>
<parameter>ProbTP2p00in72hr</parameter>
<parameter>ProbTP2p50in72hr</parameter>
<parameter>ProbTP3p00in72hr</parameter>
<parameter>ProbTP4p00in72hr</parameter>
<parameter>ProbTP5p00in72hr</parameter>
<parameter>ProbTP6p00in72hr</parameter>
<parameter>ProbTP8p00in72hr</parameter>
<parameter>ProbTP16p00in72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>%</displayUnits>
<contourLabeling>
<values>10 20 30 40 50 60 70 80 90 100</values>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>TP5pct6hr</parameter>
<parameter>TP10pct6hr</parameter>
<parameter>TP25pct6hr</parameter>
<parameter>TP50pct6hr</parameter>
<parameter>TP75pct6hr</parameter>
<parameter>TP90pct6hr</parameter>
<parameter>TP95pct6hr</parameter>
<parameter>TP5pct12hr</parameter>
<parameter>TP10pct12hr</parameter>
<parameter>TP25pct12hr</parameter>
<parameter>TP50pct12hr</parameter>
<parameter>TP75pct12hr</parameter>
<parameter>TP90pct12hr</parameter>
<parameter>TP95pct12hr</parameter>
<parameter>TP5pct24hr</parameter>
<parameter>TP10pct24hr</parameter>
<parameter>TP25pct24hr</parameter>
<parameter>TP50pct24hr</parameter>
<parameter>TP75pct24hr</parameter>
<parameter>TP90pct24hr</parameter>
<parameter>TP95pct24hr</parameter>
<parameter>TP5pct72hr</parameter>
<parameter>TP10pct72hr</parameter>
<parameter>TP25pct72hr</parameter>
<parameter>TP50pct72hr</parameter>
<parameter>TP75pct72hr</parameter>
<parameter>TP90pct72hr</parameter>
<parameter>TP95pct72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<contourLabeling>
<increment>.1</increment>
</contourLabeling>
</contourStyle>
</styleRule>
</styleRuleset>

View file

@ -1,129 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
-->
<styleRuleset>
<styleRule>
<paramLevelMatches>
<parameter>ProbTP0p01in6hr</parameter>
<parameter>ProbTP0p10in6hr</parameter>
<parameter>ProbTP0p25in6hr</parameter>
<parameter>ProbTP0p50in6hr</parameter>
<parameter>ProbTP0p75in6hr</parameter>
<parameter>ProbTP1p00in6hr</parameter>
<parameter>ProbTP1p50in6hr</parameter>
<parameter>ProbTP2p00in6hr</parameter>
<parameter>ProbTP2p50in6hr</parameter>
<parameter>ProbTP3p00in6hr</parameter>
<parameter>ProbTP4p00in6hr</parameter>
<parameter>ProbTP0p01in12hr</parameter>
<parameter>ProbTP0p25in12hr</parameter>
<parameter>ProbTP0p50in12hr</parameter>
<parameter>ProbTP0p75in12hr</parameter>
<parameter>ProbTP1p00in12hr</parameter>
<parameter>ProbTP1p50in12hr</parameter>
<parameter>ProbTP2p00in12hr</parameter>
<parameter>ProbTP2p50in12hr</parameter>
<parameter>ProbTP3p00in12hr</parameter>
<parameter>ProbTP4p00in12hr</parameter>
<parameter>ProbTP0p25in24hr</parameter>
<parameter>ProbTP0p50in24hr</parameter>
<parameter>ProbTP1p00in24hr</parameter>
<parameter>ProbTP1p50in24hr</parameter>
<parameter>ProbTP2p00in24hr</parameter>
<parameter>ProbTP2p50in24hr</parameter>
<parameter>ProbTP3p00in24hr</parameter>
<parameter>ProbTP4p00in24hr</parameter>
<parameter>ProbTP5p00in24hr</parameter>
<parameter>ProbTP6p00in24hr</parameter>
<parameter>ProbTP8p00in24hr</parameter>
<parameter>ProbTP16p00in24hr</parameter>
<parameter>ProbTP0p25in72hr</parameter>
<parameter>ProbTP0p50in72hr</parameter>
<parameter>ProbTP1p00in72hr</parameter>
<parameter>ProbTP1p50in72hr</parameter>
<parameter>ProbTP2p00in72hr</parameter>
<parameter>ProbTP2p50in72hr</parameter>
<parameter>ProbTP3p00in72hr</parameter>
<parameter>ProbTP4p00in72hr</parameter>
<parameter>ProbTP5p00in72hr</parameter>
<parameter>ProbTP6p00in72hr</parameter>
<parameter>ProbTP8p00in72hr</parameter>
<parameter>ProbTP16p00in72hr</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>%</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>100</maxValue>
</range>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<colorbarLabeling>
<increment>10</increment>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>TP5pct6hr</parameter>
<parameter>TP10pct6hr</parameter>
<parameter>TP25pct6hr</parameter>
<parameter>TP50pct6hr</parameter>
<parameter>TP75pct6hr</parameter>
<parameter>TP90pct6hr</parameter>
<parameter>TP95pct6hr</parameter>
<parameter>TP5pct12hr</parameter>
<parameter>TP10pct12hr</parameter>
<parameter>TP25pct12hr</parameter>
<parameter>TP50pct12hr</parameter>
<parameter>TP75pct12hr</parameter>
<parameter>TP90pct12hr</parameter>
<parameter>TP95pct12hr</parameter>
<parameter>TP5pct24hr</parameter>
<parameter>TP10pct24hr</parameter>
<parameter>TP25pct24hr</parameter>
<parameter>TP50pct24hr</parameter>
<parameter>TP75pct24hr</parameter>
<parameter>TP90pct24hr</parameter>
<parameter>TP95pct24hr</parameter>
<parameter>TP5pct72hr</parameter>
<parameter>TP10pct72hr</parameter>
<parameter>TP25pct72hr</parameter>
<parameter>TP50pct72hr</parameter>
<parameter>TP75pct72hr</parameter>
<parameter>TP90pct72hr</parameter>
<parameter>TP95pct72hr</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>1.5</maxValue>
</range>
<colorbarLabeling>
<increment>.1</increment>
</colorbarLabeling>
<defaultColormap>Grid/Gridded Data</defaultColormap>
</imageStyle>
</styleRule>
</styleRuleset>

View file

@ -69,7 +69,7 @@
<parameter>SRMm</parameter>
</paramLevelMatches>
<arrowStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
</arrowStyle>
</styleRule>
<styleRule>
@ -115,7 +115,7 @@
<parameter>Gust</parameter>
</paramLevelMatches>
<arrowStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
</arrowStyle>
</styleRule>
<styleRule>
@ -123,7 +123,7 @@
<parameter>Windmean</parameter>
</paramLevelMatches>
<arrowStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
</arrowStyle>
</styleRule>
<styleRule>

View file

@ -1,23 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
@ -60,52 +41,6 @@
</contourStyle>
</styleRule>
<!-- HRRR -->
<styleRule>
<paramLevelMatches>
<parameter>MaxWHRRR</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<contourLabeling labelSpacing="4">
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<creatingEntity>HRRR</creatingEntity>
<parameter>CPOFP</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>%</displayUnits>
<contourLabeling labelSpacing="4">
<values>0 10 20 30 40 50 60 70 80 90 100</values>
</contourLabeling>
</contourStyle>
</styleRule>
<!--
* GH, GHxSM, zAGL
dam | 0.1 | 0.0 | 4 | i4 | |..|8000F0FF| | 0 | 50
-->
<!-- geopotential height (GH) rules for HRRR-East -->
<styleRule>
<paramLevelMatches>
<parameter>GH</parameter>
<parameter>GHxSM</parameter>
<parameter>zAGL</parameter>
<creatingEntity>HRRR-East</creatingEntity>
<creatingEntity>HRRR-West</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>ft</displayUnits>
<contourLabeling labelSpacing="4" labelFormat="#">
<increment>5000</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<!--
* GH, GHxSM, Topo, Surface
m | 1.0 | 0.0 | 4 | i4 | |..|8000F0FF| | 12 | 1 100 200 300 500 700 1000 1500 2000 2500 3000 3500
@ -385,7 +320,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF| | 0 | 5
</rangeLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<contourLabeling labelSpacing="4">
<increment>5</increment>
</contourLabeling>
@ -402,7 +337,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF| | 0 | 5
</rangeLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<increment>5</increment>
@ -437,7 +372,7 @@ C | 1 |-273.15| 4 | | |..|8000F0FF| | 0 | 2
</singleLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<contourLabeling>
<increment>5</increment>
</contourLabeling>
@ -626,9 +561,9 @@ kts|1.944| 0.0 | 4 | | |..|8000F0FF| | 0 | 10
<parameter>WGS</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>10</increment>
<increment>20</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -646,9 +581,9 @@ kts|1.944| 0.0 | 4 | | |..|8000F0FF| | 0 | 10
</rangeLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>10</increment>
<increment>20</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -668,9 +603,9 @@ kts|1.944| 0.0 | 4 | | |..|8000F0FF| | 0 | 5
</rangeLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>5</increment>
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -683,7 +618,7 @@ kts|1.944| 0.0 | 4 | | |..|8000F0FF| | 0 | 1
<parameter>WGSea</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>1</increment>
</contourLabeling>
@ -700,7 +635,7 @@ kts|1.944| 0.0 | 4 | | |..|8000F0FF| | 0 | 5
<parameter>AlongA</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>5</increment>
</contourLabeling>
@ -714,7 +649,7 @@ kts|1.944| 0.0 | 4 | | |..|8000F0FF| | 0 | 2
<parameter>ageoWM</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>2</increment>
</contourLabeling>
@ -1090,11 +1025,11 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>TP6hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1111,10 +1046,10 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>TP24hr_avg</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1130,11 +1065,11 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>tpHPCndfd</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1161,11 +1096,11 @@ in|39.4|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<creatingEntity>Laps</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1178,10 +1113,10 @@ in|.0394|.0| 4 | |f4.2|@.|8000F0FF| |9|\
<parameter>PW</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling labelSpacing="4" minMaxLabelFormat="0.00"
maxLabel=".">
<values>0.1 0.25 0.5 0.75 1 1.5 2 2.5 3</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1195,9 +1130,9 @@ in|39.4|.0| 4 | |f4.2|@.|8000F0FF| |9|\
<creatingEntity>Laps</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling minMaxLabelFormat="0.00" maxLabel=".">
<values>0.1 0.25 0.5 0.75 1 1.5 2 2.5 3</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1615,9 +1550,9 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 17 | \
</singleLevel>
</paramLevelMatches>
<contourStyle labelSpacing="4">
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling>
<values>0.01 0.1 0.5 1 1.5 2 3 4 6 8 10 12 15 20 30 40 50</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1630,10 +1565,10 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 17 | \
</singleLevel>
</paramLevelMatches>
<contourStyle labelSpacing="4">
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling>
<values>0.01 0.1 0.5 1 1.5 2 3 4 6 8 10 12 15 20 30 40 50</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1649,10 +1584,10 @@ in | 39.37 | 0 | 4 | | |..|8000F0FF| | 16 | \
<singleLevel units="SURFACE"></singleLevel>
</paramLevelMatches>
<contourStyle labelSpacing="4">
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling>
<values>0.1 0.5 1 1.5 2 3 4 6 8 10 12 15 20 30 40 50</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1672,10 +1607,10 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<singleLevel units="SURFACE"></singleLevel>
</paramLevelMatches>
<contourStyle labelSpacing="4">
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling>
<values>0.1 0.5 1 1.5 2 3 4 6 8 10 12 15 20 30 40 50</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1690,10 +1625,10 @@ in | 39.37 | 0 | 4 | | |..|8000F0FF| | 16 | \
<singleLevel units="SURFACE"></singleLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<values>0.1 0.5 1 1.5 2 3 4 6 8 10 12 15 20 30 40 50</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -1825,52 +1760,6 @@ ubar/s |1000| 0 | | f6.1 | | |8000F0FF| | -15 | 0.1
</contourLabeling>
</contourStyle>
</styleRule>
<!-- * TP_HPC,TP_ACR,TP_ALR,TP_FWR,TP_KRF,TP_MSR,TP_ORN
in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10
-->
<styleRule>
<paramLevelMatches>
<parameter>TP_HPC</parameter>
<parameter>TP_ACR</parameter>
<parameter>TP_ALR</parameter>
<parameter>TP_FWR</parameter>
<parameter>TP_KRF</parameter>
<parameter>TP_MSR</parameter>
<parameter>TP_ORN</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
</contourLabeling>
</contourStyle>
</styleRule>
<!-- * TP_PTR,TP_RHA,TP_RSA,TP_STR,TP_TAR,TP_TIR,TP_TUA
in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10
-->
<styleRule>
<paramLevelMatches>
<parameter>TP_PTR</parameter>
<parameter>TP_RHA</parameter>
<parameter>TP_RSA</parameter>
<parameter>TP_STR</parameter>
<parameter>TP_TAR</parameter>
<parameter>TP_TIR</parameter>
<parameter>TP_TUA</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
</contourLabeling>
</contourStyle>
</styleRule>
<!-- * dP6hr,dP3hr,dP1hr
mb |1.| 0.0 | 4 |2:i4|1:i4|LH|8000F0FF| | 0 | .5
-->
@ -2002,10 +1891,10 @@ kts |1.944| 0.0 | 4 | | |..|8000F0FF| |0|5
<parameter>CorfFM</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<increment>5</increment>
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2047,9 +1936,9 @@ kts | 1.944 | 0.0 | 4 | | |..|8000F0FF| |0|5
<parameter>BlkMag</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelSpacing="4">
<increment>5</increment>
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2061,9 +1950,9 @@ kts | 1.944 | 0.0 | 4 | | |..|8000F0FF| |0|10
<parameter>CumShr</parameter>
</paramLevelMatches>
<contourStyle labelSpacing="4">
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling>
<increment>10</increment>
<increment>20</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2299,25 +2188,6 @@ dam | 0.1 | 0.0 | 4 | i4 | X |LH|8000F0FF| | 0 | 6
</contourLabeling>
</contourStyle>
</styleRule>
<!-- * TP, TPrun, ENSEMBLE37
in|.0394|.0| 4 | |f5.2|@.|8000F0FF|,500 |13|\
0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10
-->
<styleRule>
<paramLevelMatches>
<parameter>TP</parameter>
<parameter>TPrun</parameter>
<creatingEntity>ENSEMBLE37</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
</contourLabeling>
</contourStyle>
</styleRule>
<!-- * TP_avg, TPrun_avg
in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10
@ -2328,11 +2198,11 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>TPrun_avg</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2345,10 +2215,10 @@ in|.0394|.0| 4 | | |@.|8000F0FF| |-15|0.01
<parameter>TPrun_std</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<increment>0.01</increment>
<increment>2</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2391,7 +2261,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF|,20000,0.5,,| 0 | 20
<creatingEntity>ENSEMBLE37</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<contourLabeling labelSpacing="4">
<increment>20</increment>
</contourLabeling>
@ -2405,7 +2275,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF|,20000,0.5,,| 0 | 20
<creatingEntity>ENSEMBLE37</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<increment>20</increment>
@ -2421,7 +2291,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF| | 0 | 5
<singleLevel units="SURFACE"></singleLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<contourLabeling labelSpacing="4">
<increment>5</increment>
</contourLabeling>
@ -2446,7 +2316,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF| | 0 | 5
</rangeLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<increment>5</increment>
@ -2696,9 +2566,9 @@ in/3hr | 425196.85 | 0.0 | 4 | | |..|8000F0FF| | 0 | 0.4
</paramLevelMatches>
<contourStyle>
<displayFlags>NoPlane</displayFlags>
<displayUnits label="in/3hr">in/h*3</displayUnits>
<displayUnits label="mm/3hr">mm/h*3</displayUnits>
<contourLabeling labelSpacing="4">
<increment>0.4</increment>
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2795,11 +2665,11 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>SNOL12sprd</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 500</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2813,11 +2683,11 @@ in|.0394|.0| 4 | |f4.2|@.|8000F0FF| |9|\
<parameter>PWsprd</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="0.00"
maxLabel=".">
<values>0.1 0.25 0.5 0.75 1 1.5 2 2.5 3</values>
<values>0.5 1 5 10 20 50 100 200</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -2983,10 +2853,10 @@ in/3hr | 425196.85 | 0.0 | 4 | | |..|8000F0FF| | 0 | 0.4
<parameter>ICEG</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in/3hr">in/h*3</displayUnits>
<displayUnits label="mm/3hr">mm/h*3</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling>
<increment>0.4</increment>
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -3049,11 +2919,11 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>SNOL12sprd</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 500</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -3067,11 +2937,11 @@ in|.0394|.0| 4 | |f4.2|@.|8000F0FF| |9|\
<parameter>PWsprd</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="0.00"
maxLabel=".">
<values>0.1 0.25 0.5 0.75 1 1.5 2 2.5 3</values>
<values>0.5 1 5 10 20 50 100 200 500</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -3420,7 +3290,7 @@ F | 1.8 |-459.67| 4 | | |..|8000F0FF|,,,100 | 0 | 5
<creatingEntity>ECMWF-HiRes</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
<smoothingDistance>100</smoothingDistance>
<contourLabeling labelSpacing="4">
<increment>5</increment>
@ -3445,11 +3315,11 @@ in|39.4|.0| 4 | |f5.2|@.|8000F0FF| |13|\
<parameter>TPrun</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.1 1 5 10 25 50 75 100 150 200 250</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -3464,11 +3334,11 @@ in/hr|.0394|.0| 4 | |f5.2|@.|8000F0FF| |7|\
<parameter>PR</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in/hr">in/h</displayUnits>
<displayUnits label="mm/hr">mm/h</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.25 0.5 1 2 4 8 16</values>
<values>5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -3483,11 +3353,11 @@ in | .0394 |.0| 4 | |f5.2|@.|8000F0FF| |7|\
<parameter>SPAcc</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
maxLabel=".">
<values>0.25 0.5 1 2 4 8 16</values>
<values>5 10 20 50 100 200 400</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -3844,68 +3714,10 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
</singleLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<displayFlags>NoPlane</displayFlags>
<contourLabeling labelSpacing="4">
<values>0.001 0.01 0.1 0.5 1 2 3 4 6 8 10 15 20 30 40 50</values>
</contourLabeling>
</contourStyle>
</styleRule>
<!-- * SPCGuide, PTOR
% | 1.0 | 0.0 | 4 | | |..|8000F0FF| | 0 | 5
-->
<styleRule>
<paramLevelMatches>
<creatingEntity>SPCGuide</creatingEntity>
<parameter>PTOR</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>%</displayUnits>
<contourLabeling labelSpacing="4">
<increment>5</increment>
</contourLabeling>
</contourStyle>
</styleRule>
<!--
* RUC, RAP13, RAP40, PR
in/hr|141.732|.0| 4 | |f5.2|@.|8000F0FF| |7|0.25 0.5 1 2 4 8 16
-->
<styleRule>
<paramLevelMatches>
<creatingEntity>RUC</creatingEntity>
<creatingEntity>RAP13</creatingEntity>
<creatingEntity>RAP40</creatingEntity>
<parameter>PR</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in/hr">in/h</displayUnits>
<contourLabeling labelSpacing="4" minMaxLabelFormat="0.##">
<values>0.25 0.5 1 2 4 8 16</values>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<singleLevel units="SURFACE" />
<parameter>TP6hr</parameter>
<creatingEntity>RFCqpf</creatingEntity>
<creatingEntity>QPF-ACR</creatingEntity>
<creatingEntity>QPF-ALR</creatingEntity>
<creatingEntity>QPF-FWR</creatingEntity>
<creatingEntity>QPF-KRF</creatingEntity>
<creatingEntity>QPF-MSR</creatingEntity>
<creatingEntity>QPF-ORN</creatingEntity>
<creatingEntity>QPF-PTR</creatingEntity>
<creatingEntity>QPF-RHA</creatingEntity>
<creatingEntity>QPF-RSA</creatingEntity>
<creatingEntity>QPF-STR</creatingEntity>
<creatingEntity>QPF-TAR</creatingEntity>
<creatingEntity>QPF-TIR</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<contourLabeling labelSpacing="4" minMaxLabelFormat="000.00">
<values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4005,7 +3817,7 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>Gust</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
</contourStyle>
</styleRule>
<styleRule>
@ -4299,10 +4111,10 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>dPW3hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling createNegativeValues="true"
labelFormat="#.##" labelSpacing="4">
<values>.2 .4 .6 .8 1.0 1.2</values>
<values>0.5 1 5 10 20 50 100 200 500</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4311,10 +4123,10 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>dPW1hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling createNegativeValues="true"
labelFormat="#.##" labelSpacing="4">
<values>.1 .2 .4 .6</values>
<values>0.5 1 5 10 20 50 100 200</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4327,9 +4139,9 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>CumShr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelFormat="#" labelSpacing="4">
<increment>5</increment>
<increment>10</increment>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4341,7 +4153,7 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
</singleLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelFormat="#" labelSpacing="4">
<values>20 25 30 35 40 45 50 55 60 65 70 75 80</values>
</contourLabeling>
@ -4355,7 +4167,7 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
</singleLevel>
</paramLevelMatches>
<contourStyle>
<displayUnits>kts</displayUnits>
<displayUnits>km/hr</displayUnits>
<contourLabeling labelFormat="#" labelSpacing="4">
<values>15 20 25 30 35 40 45 50</values>
</contourLabeling>
@ -4529,10 +4341,10 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>PW2</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling labelSpacing="4" maxLabel="."
minMaxLabelFormat="0.00">
<values>1.4 1.5 1.6 1.8 2.0 2.2 2.4</values>
<values>0.5 1 5 10 20 50 100 200 500</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4542,9 +4354,9 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<creatingEntity>Laps</creatingEntity>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<contourLabeling maxLabel="." minMaxLabelFormat="0.00">
<values>1.4 1.5 1.6 1.8 2.0 2.2 2.4</values>
<values>0.5 1 5 10 20 50 100 200 500</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4619,9 +4431,9 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>TOTSN95pct72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in">in</displayUnits>
<displayUnits label="mm">mm</displayUnits>
<contourLabeling labelSpacing="4">
<values>1 2 4 6 8 10 12 15 18 21 24 27 30 33 36 42 48</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>
@ -4657,9 +4469,9 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>FRZR95pct72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in">in</displayUnits>
<displayUnits label="mm">mm</displayUnits>
<contourLabeling labelSpacing="4">
<values>.01 .1 .25 .5 .75 1 1.5 2 2.5 3 4 5 6 7 8 9 10</values>
<values>0.5 1 5 10 20 50 100 200 500 1000</values>
</contourLabeling>
</contourStyle>
</styleRule>

View file

@ -87,7 +87,7 @@
<singleLevel units="MB_AGL" />
</paramLevelMatches>
<graphStyle>
<displayUnits>F</displayUnits>
<displayUnits>C</displayUnits>
</graphStyle>
</styleRule>
<styleRule>
@ -314,7 +314,7 @@
<parameter>TP_ECMWF12hr</parameter>
</paramLevelMatches>
<graphStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
</graphStyle>
</styleRule>
<styleRule>

View file

@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<!--
This is an incremental override file, indicating that the files
at different localization levels will be combined.
-->
<styleRuleset>
<!-- QPF % probability of rainfall 1hr -->
<styleRule>
<paramLevelMatches>
<parameter>QPF .10 1hr probability</parameter>
<parameter>QPF .25 1hr probability</parameter>
<parameter>QPF .50 1hr probability</parameter>
<parameter>QPF .75 1hr probability</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>%</displayUnits>
<contourLabeling>
<values>10 20 30 40 50 60 70 80 90 100</values>
</contourLabeling>
</contourStyle>
</styleRule>
<!-- QPF 1hr categorical forecast -->
<styleRule>
<paramLevelMatches>
<parameter>QPF 1hr categorical rain fcst.</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits>in</displayUnits>
<contourLabeling>
<values>0.1 0.2 0.3 0.4 0.5 0.6 0.7</values>
</contourLabeling>
</contourStyle>
</styleRule>
</styleRuleset>

View file

@ -240,7 +240,7 @@
<parameter>151</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<defaultColormap>Radar/OSF/1, 3 Hr Precip Accumulation</defaultColormap>
</imageStyle>
</styleRule>
@ -249,27 +249,8 @@
<parameter>138</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<defaultColormap>Radar/8-bit STP</defaultColormap>
<dataMapping>
<entry displayValue='0' pixelValue='5' />
<entry displayValue='.1' pixelValue='16' />
<entry displayValue='.3' pixelValue='32' />
<entry displayValue='.6' pixelValue='48' />
<entry displayValue='1' pixelValue='64' />
<entry displayValue='1.5' pixelValue='80' />
<entry displayValue='2' pixelValue='96' />
<entry displayValue='2.5' pixelValue='112' />
<entry displayValue='3' pixelValue='128' />
<entry displayValue='4' pixelValue='144' />
<entry displayValue='5' pixelValue='160' />
<entry displayValue='6' pixelValue='176' />
<entry displayValue='8' pixelValue='192' />
<entry displayValue='10' pixelValue='208' />
<entry displayValue='12' pixelValue='224' />
<entry displayValue='15' pixelValue='240' />
<entry displayValue='31' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
@ -649,7 +630,7 @@
<parameter>171</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<defaultColormap>Radar/DualPol/Precip Accumulation</defaultColormap>
</imageStyle>
</styleRule>
@ -660,27 +641,8 @@
<parameter>173</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<defaultColormap>Radar/DualPol/Precip Accumulation</defaultColormap>
<dataMapping>
<entry displayValue='0.0' pixelValue='6' />
<entry displayValue='0.1' pixelValue='16' />
<entry displayValue='0.3' pixelValue='32' />
<entry displayValue='0.6' pixelValue='48' />
<entry displayValue='1.0' pixelValue='64' />
<entry displayValue='1.5' pixelValue='80' />
<entry displayValue='2.0' pixelValue='96' />
<entry displayValue='2.5' pixelValue='112' />
<entry displayValue='3.0' pixelValue='128' />
<entry displayValue='4.0' pixelValue='144' />
<entry displayValue='5.0' pixelValue='160' />
<entry displayValue='6.0' pixelValue='176' />
<entry displayValue='8.0' pixelValue='192' />
<entry displayValue='10.0' pixelValue='208' />
<entry displayValue='12.0' pixelValue='224' />
<entry displayValue='15.0' pixelValue='240' />
<entry displayValue='31.0' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
@ -693,27 +655,8 @@
<!-- Number of decimal places to format the sample string to -->
<formatString>2</formatString>
</samplePrefs>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<defaultColormap>Grid/Gridded Data</defaultColormap>
<dataMapping>
<entry displayValue='-5.0' pixelValue='2' />
<entry displayValue='-2.5' pixelValue='16' />
<entry displayValue='-2.0' pixelValue='32' />
<entry displayValue='-1.5' pixelValue='48' />
<entry displayValue='-1.0' pixelValue='64' />
<entry displayValue='-0.6' pixelValue='80' />
<entry displayValue='-0.3' pixelValue='96' />
<entry displayValue='-0.1' pixelValue='112' />
<entry displayValue='0' pixelValue='128' />
<entry displayValue='0.1' pixelValue='144' />
<entry displayValue='0.3' pixelValue='160' />
<entry displayValue='0.6' pixelValue='176' />
<entry displayValue='1.0' pixelValue='192' />
<entry displayValue='1.5' pixelValue='208' />
<entry displayValue='2.0' pixelValue='224' />
<entry displayValue='2.5' pixelValue='240' />
<entry displayValue='5.0' pixelValue='253' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
@ -721,26 +664,8 @@
<parameter>176</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits label="in/hr">in/h</displayUnits>
<displayUnits label="mm/hr">mm/h</displayUnits>
<defaultColormap>Radar/DualPol/Precip Rate</defaultColormap>
<dataMapping>
<entry displayValue='0.001' pixelValue='1' label='' />
<entry displayValue='0.04' pixelValue='2' label='' />
<entry displayValue='1.0' />
<entry displayValue='2.0' />
<entry displayValue='3.0' />
<entry displayValue='4.0' />
<entry displayValue='5.0' />
<entry displayValue='6.0' />
<entry displayValue='7.0' />
<!-- display Value labels 8.0-65.536 are spaced logarithmically using
(log(displayValue)-log(8.0))/(log(65.536) - log(8.0))*(254-201) + 201 -->
<entry displayValue='8.0' pixelValue='201' />
<entry displayValue='12.0' pixelValue='211' />
<entry displayValue='20.0' pixelValue='224' />
<entry displayValue='30.0' pixelValue='234' />
<entry displayValue='65.536' pixelValue='254' label='' />
</dataMapping>
</imageStyle>
</styleRule>
</styleRuleset>

View file

@ -212,7 +212,7 @@
<creatingEntity>Composite</creatingEntity>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>3.36</maxValue>
@ -223,7 +223,7 @@
</samplePrefs>
<defaultColormap>Sat/Precip Water/Precip Water Default</defaultColormap>
<colorbarLabeling>
<values>0.4 0.8 1.2 1.6 2.0 2.6</values>
<values>1 5 10 20 50 100</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
@ -335,14 +335,14 @@
<creatingEntity>Miscellaneous</creatingEntity>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<displayUnits>mm</displayUnits>
<range scale="LINEAR">
<minValue>-7</minValue>
<maxValue>3</maxValue>
</range>
<defaultColormap>Sat/Precip Water/Blended Total Precip Water</defaultColormap>
<colorbarLabeling>
<values>0 1 2 3</values>
<values>0 50 100 200</values>
</colorbarLabeling>
<!-- dataMapping>
<entry pixelValue="0" label="NO DATA" />
@ -537,63 +537,6 @@
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>N1P</parameter>
<parameter>DAA</parameter>
<parameter>OHA</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<samplePrefs>
<!-- Number of decimal places to format the sample string to -->
<formatString>4</formatString>
</samplePrefs>
<defaultColormap>Radar/8-bit STP</defaultColormap>
<dataMapping>
<entry displayValue='0' pixelValue='0'/>
<entry displayValue='.1' pixelValue='20'/>
<entry displayValue='.25' pixelValue='50'/>
<entry displayValue='.5' pixelValue='100'/>
<entry displayValue='1' pixelValue='111'/>
<entry displayValue='1.5' pixelValue='122'/>
<entry displayValue='2' pixelValue='133'/>
<entry displayValue='2.5' pixelValue='144'/>
<entry displayValue='3' pixelValue='155'/>
<entry displayValue='3.5' pixelValue='166'/>
<entry displayValue='4' pixelValue='177'/>
<entry displayValue='4.5' pixelValue='188'/>
<entry displayValue='5' pixelValue='200' />
<entry displayValue='10' pixelValue='239' />
<entry displayValue='12' pixelValue='255' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>NTP</parameter>
<parameter>DTA</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>in</displayUnits>
<samplePrefs>
<!-- Number of decimal places to format the sample string to -->
<formatString>4</formatString>
</samplePrefs>
<defaultColormap>Radar/8-bit STP</defaultColormap>
<dataMapping>
<entry displayValue='0' pixelValue='0'/>
<entry displayValue='1' pixelValue='33'/>
<entry displayValue='2' pixelValue='67'/>
<entry displayValue='3' pixelValue='100'/>
<entry displayValue='5' pixelValue='129'/>
<entry displayValue='8' pixelValue='171'/>
<entry displayValue='10' pixelValue='200' />
<entry displayValue='20' pixelValue='239' />
<entry displayValue='24' pixelValue='255' label='' />
</dataMapping>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>EET</parameter>

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>localization.OAX</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>

View file

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<forcedConfiguration>
</forcedConfiguration>

View file

@ -1,34 +0,0 @@
<!--
This associates a user's login name to the desired forecaster id used when issuing forecasts (TAFs).
Note id 0 should not be used since that is reserved for creating VFT products.
-->
<aviationForecasterConfig>
<forecaster>
<id>001</id>
<name>Amanda</name>
</forecaster>
<forecaster>
<id>002</id>
<name>Bailing</name>
</forecaster>
<forecaster>
<id>003</id>
<name>Belinda</name>
</forecaster>
<forecaster>
<id>004</id>
<name>George</name>
</forecaster>
<forecaster>
<id>005</id>
<name>Mark</name>
</forecaster>
<forecaster>
<id>006</id>
<name>Matt</name>
</forecaster>
<forecaster>
<id>007</id>
<name>Mike</name>
</forecaster>
</aviationForecasterConfig>

View file

@ -1,28 +0,0 @@
# etc/ids.cfg
[KALO]
pil = DSMMTRALO
[KDSM]
pil = DSMMTRDSM
[KGRI]
pil = OMAMTRGRI
[KLNK]
pil = OMAMTRLNK
[KMCW]
pil = DSMMTRMCW
[KOFK]
pil = OMAMTROFK
[KOMA]
pil = OMAMTROMA
[KOTM]
pil = DSMMTROTM
[KFOD]
pil = DSMMTRFOD

View file

@ -1,33 +0,0 @@
# etc/tafs/KALO/info.cfg
[headers]
wmo = FTUS43 KDMX
afos = DSMTAFALO
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
profiler_cutoff = ""
tafduration = 24
[sites]
radars = ""
taf = KALO
profilers = ""
metar = KALO
nam = KALO
gfsmos = KALO
gfslamp = KALO
nammos = KALO
acars = ALO
[geography]
lat = 42.55
runway = 0,
lon = -92.40
elev = 264
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,33 +0,0 @@
# etc/tafs/KDSM/info.cfg
[headers]
wmo = FTUS43 KDMX
afos = DSMTAFDSM
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
profiler_cutoff = ""
tafduration = 24
[sites]
radars = ""
taf = KDSM
profilers = ""
metar = KDSM
nam = KDSM
gfsmos = KDSM
gfslamp = KDSM
nammos = KDSM
acars = DSM
[geography]
lat = 41.54
runway = 0,
lon = -93.65
elev = 294
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,33 +0,0 @@
# etc/tafs/KFOD/info.cfg
[headers]
wmo = FTUS43 KDMX
afos = DSMTAFFOD
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
profiler_cutoff = ""
tafduration = 24
[sites]
radars = ""
taf = KFOD
profilers = ""
metar = KFOD
nam = KFOD
gfsmos = KFOD
gfslamp = KFOD
nammos = KFOD
acars = FOD
[geography]
lat = 42.55
runway = 0,
lon = -94.18
elev = 355
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,33 +0,0 @@
# etc/tafs/KGRI/info.cfg
[headers]
wmo = FTUS43 KGID
afos = OMATAFGRI
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
profiler_cutoff = ""
tafduration = 24
[sites]
radars = ""
taf = KGRI
profilers = ""
metar = KGRI
nam = KGRI
gfsmos = KGRI
gfslamp = KGRI
nammos = KGRI
acars = GRI
[geography]
lat = 40.98
runway = 0,
lon = -98.32
elev = 566
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,33 +0,0 @@
# etc/tafs/KLNK/info.cfg
[sites]
acars = LNK
radars = KOAX
gfsmos = KLNK
gfslamp = KLNK
metar = KLNK
nam = KLNK
profilers = FBYN1
nammos = KLNK
[headers]
wmo = FTUS43 KOAX
afos = OMATAFLNK
[thresholds]
radar_cutoff = 0
cig = 200,600,1000,2000,3100
profiler_cutoff = 0
vsby = 0.5,1.0,2.0,3.0,6.0
tafduration = 24
[qc]
impact = 1
climate = 1
currentwx = 1
[geography]
lat = 40.86
runway = 0,
lon = -96.75
elev = 362

View file

@ -1,33 +0,0 @@
# etc/tafs/KMCW/info.cfg
[headers]
wmo = FTUS43 KDMX
afos = DSMTAFMCW
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
profiler_cutoff = ""
tafduration = 24
[sites]
radars = ""
taf = KMCW
profilers = ""
metar = KMCW
nam = KMCW
gfsmos = KMCW
gfslamp = KMCW
nammos = KMCW
acars = MCW
[geography]
lat = 43.16
runway = 0,
lon = -93.33
elev = 370
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,6 +0,0 @@
# KOAX.cfg
[sites]
idents = KLNK,KOFK,KOMA,KALO,KDSM,KGRI,KMCW,KOTM
workpil = XXXWRKTAF
collective =

View file

@ -1,32 +0,0 @@
# etc/tafs/KOFK/info.cfg
[headers]
wmo = FTUS43 KOAX
afos = OMATAFOFK
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
profiler_cutoff = 0
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
tafduration = 24
[sites]
acars = OFK
radars = ""
gfsmos = KOFK
gfslamp = KOFK
metar = KOFK
nam = KOFK
profilers = NLGN1
nammos = KOFK
[geography]
lat = 41.98
runway = 10, 140, 190, 320
lon = -97.43
elev = 473
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,32 +0,0 @@
# etc/tafs/KOMA/info.cfg
[headers]
wmo = FTUS43 KOAX
afos = OMATAFOMA
[thresholds]
radar_cutoff = 0
cig = 200, 600, 1000, 2000, 3100
profiler_cutoff = ""
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
tafduration = 24
[sites]
acars = OMA
radars = KOAX
gfsmos = KOMA
gfslamp = KOMA
metar = KOMA
nam = KOMA
profilers = ""
nammos = KOMA
[geography]
lat = 41.30
runway = 140, 180, 320, 360
lon = -95.90
elev = 299
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,33 +0,0 @@
# etc/tafs/KOTM/info.cfg
[headers]
wmo = FTUS43 KDMX
afos = DSMTAFOTM
[thresholds]
radar_cutoff = ""
cig = 200, 600, 1000, 2000, 3100
vsby = 0.5, 1.0, 2.0, 3.0, 6.0
profiler_cutoff = ""
tafduration = 24
[sites]
radars = ""
taf = KOTM
profilers = ""
metar = KOTM
nam = KOTM
gfsmos = KOTM
gfslamp = KOTM
nammos = KOTM
acars = OTM
[geography]
lat = 41.11
runway = 0,
lon = -92.45
elev = 258
[qc]
impact = 1
climate = 1
currentwx = 1

View file

@ -1,150 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<bundle>
<displayList>
<displays xsi:type="d2DMapRenderableDisplay" scale="Regional" density="1.0" magnification="1.0" zoomLevel="1.0" mapCenter="-98.98895999999998 41.407326000000005 0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties renderingOrderId="MAP_OUTLINE" isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="mapResourceGroupData">
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>World</mapName>
<table>mapdata.world</table>
<geomField>the_geom</geomField>
<constraint>name not in ('CANADA', 'MEXICO', 'UNITED STATES')</constraint>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="750000"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>State Boundaries</mapName>
<table>mapdata.states</table>
<geomField>the_geom</geomField>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>Canada</mapName>
<table>mapdata.canada</table>
<geomField>the_geom</geomField>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>Mexico</mapName>
<table>mapdata.mexico</table>
<geomField>the_geom</geomField>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="750000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>County Boundaries</mapName>
<table>mapdata.county</table>
</resourceData>
</resource>
<mapName>State/County Boundaries</mapName>
</resourceData>
</resource>
<timeMatcher xsi:type="d2DTimeMatcher" loadMode="VALID_TIME_SEQ" deltaFilter="0" forecastFilter="0"/>
<numberOfFrames>12</numberOfFrames>
<gridGeometry envelopeMaxY="2901076.347219158" envelopeMinY="810930.3906458529" envelopeMaxX="697573.8190745931" envelopeMinX="-1392571.7793350497" rangeY="0 9999" rangeX="0 9999">
<CRS>PROJCS["Lambert_Conformal_Conic_1SP",
GEOGCS["WGS84(DD)",
DATUM["WGS84",
SPHEROID["WGS84", 6378137.0, 298.257223563]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH]],
PROJECTION["Lambert_Conformal_Conic_1SP"],
PARAMETER["semi_major", 6371200.0],
PARAMETER["semi_minor", 6371200.0],
PARAMETER["central_meridian", -95.0],
PARAMETER["latitude_of_origin", 25.0],
PARAMETER["false_easting", 0.0],
PARAMETER["false_northing", 0.0],
UNIT["m", 1.0],
AXIS["Easting", EAST],
AXIS["Northing", NORTH]]</CRS>
</gridGeometry>
</descriptor>
</displays>
</displayList>
</bundle>

View file

@ -1,158 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<bundle>
<displayList>
<displays xsi:type="d2DMapRenderableDisplay" scale="WFO" density="1.0" magnification="1.0" zoomLevel="1.0" mapCenter="-96.590057 41.44434699999999 0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties renderingOrderId="MAP_OUTLINE" isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="mapResourceGroupData">
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>World</mapName>
<table>mapdata.world</table>
<geomField>the_geom</geomField>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="100000000" minDisplayWidth="750000"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>State Boundaries</mapName>
<table>mapdata.states</table>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<capabilities>
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true" outlineWidth="1"/>
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b"/>
</capabilities>
<resourceType>PLAN_VIEW</resourceType>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false" opacity="1.0" isVisible="true">
<pdProps maxDisplayWidth="750000" minDisplayWidth="0"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>County Boundaries</mapName>
<table>mapdata.county</table>
<geomField>the_geom</geomField>
</resourceData>
</resource>
<mapName>State/County Boundaries</mapName>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<resourceType>PLAN_VIEW</resourceType>
<capabilities>
<capability xsi:type="colorableCapability" colorAsString="white"/>
<capability xsi:type="shadeableCapability" opacity="1.0"/>
<capability xsi:type="labelableCapability" xOffset="0" yOffset="0"/>
<capability xsi:type="outlineCapability" outlineWidth="3" outlineOn="true" lineStyle="SOLID"/>
<capability xsi:type="labelableCapability" labelField="CWA"/>
</capabilities>
</loadProperties>
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false" renderingOrderId="MAP_OUTLINE">
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
</properties>
<resourceData xsi:type="dbMapResourceData">
<mapName>County Warning Areas</mapName>
<table>mapdata.cwa</table>
</resourceData>
</resource>
<resource>
<loadProperties loadWithoutData="false">
<resourceType>PLAN_VIEW</resourceType>
<capabilities>
<capability xsi:type="colorableCapability" colorAsString="#bfbfbf"/>
<capability xsi:type="labelableCapability" labelField="name" xOffset="0" yOffset="0"/>
<capability xsi:type="densityCapability" density="0.4"/>
<capability xsi:type="magnificationCapability" magnification="1.25"/>
<capability xsi:type="pointCapability" pointStyle="CROSS"/>
<capability xsi:type="outlineCapability" outlineWidth="1" outlineOn="true" lineStyle="SOLID"/>
</capabilities>
</loadProperties>
<properties isVisible="true" isHoverOn="false" isMapLayer="true" isBlinking="false" isSystemResource="false" renderingOrderId="MAP_OUTLINE">
<pdProps minDisplayWidth="0" maxDisplayWidth="100000000"/>
</properties>
<resourceData xsi:type="dbPointMapResourceData">
<mapName>Cities</mapName>
<table>mapdata.city</table>
<geomField>the_geom</geomField>
<goodnessField>prog_disc</goodnessField>
</resourceData>
</resource>
<timeMatcher xsi:type="d2DTimeMatcher" loadMode="VALID_TIME_SEQ" deltaFilter="0" forecastFilter="0"/>
<numberOfFrames>12</numberOfFrames>
<gridGeometry envelopeMaxY="230048.65549884734" envelopeMinY="-230041.72068797084" envelopeMaxX="230042.41692510553" envelopeMinX="-230048.3123174316" rangeY="0 9999" rangeX="0 9999">
<CRS>PROJCS["Stereographic",
GEOGCS["WGS84(DD)",
DATUM["WGS84",
SPHEROID["WGS84", 6378137.0, 298.257223563]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH]],
PROJECTION["Stereographic"],
PARAMETER["semi_major", 6371200.0],
PARAMETER["semi_minor", 6371200.0],
PARAMETER["central_meridian", -96.590057],
PARAMETER["latitude_of_origin", 41.44434699999999],
PARAMETER["scale_factor", 1.0],
PARAMETER["false_easting", 0.0],
PARAMETER["false_northing", 0.0],
UNIT["m", 1.0],
AXIS["Easting", EAST],
AXIS["Northing", NORTH]]</CRS>
</gridGeometry>
</descriptor>
</displays>
</displayList>
</bundle>

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="command" menuText="Latest METARs" commandId="com.raytheon.viz.texteditor.afosproduct">
<parameter key="afoscommand" value="OMAMTR000"/>
</contribute>
<contribute xsi:type="command" menuText="Latest TAFs" commandId="com.raytheon.viz.texteditor.afosproduct">
<parameter key="afoscommand" value="OMATAF000"/>
</contribute>
<contribute xsi:type="command" menuText="ALL OMA METAR's" commandId="com.raytheon.viz.texteditor.afosproduct">
<parameter key="afoscommand" value="ALL:OMAMTROMA"/>
</contribute>
<contribute xsi:type="command" menuText="ALL OMA TAF's" commandId="com.raytheon.viz.texteditor.afosproduct">
<parameter key="afoscommand" value="ALL:OMATAFOMA"/>
</contribute>
</menuTemplate>

View file

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="command" menuText="Print Latest METARs: OMA SNY VTN AFK" commandId="com.raytheon.viz.texteditor.launchtool">
<parameter key="script" value="ExecuteAFOSCommands.py"/>
<parameter key="args" value="OMAMTROMA,OMAMTRSNY,OMAMTRVTN,OMAMTRAFK"/>
</contribute>
<contribute xsi:type="command" menuText="Print Last Hour FTUS80 KOMA" commandId="com.raytheon.viz.texteditor.launchtool">
<parameter key="script" value="ExecuteAwipsQuery.py"/>
<parameter key="args" value="wmoid=FTUS80,site=KOMA,lasthours=1,fullread=true"/>
</contribute>
</menuTemplate>

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuContributionFile>
<include installTo="menu:obs?after=HAZARDS"
fileName="menus/warnings/baseWarnings.xml">
<substitute key="site" value="KOAX"/>
<substitute key="sites" value="KABR, KFSD, KUNR, KBIS, KFGF, KBOU, KGJT, KPUB, KCYS, KRIW, KGID, KLBF, KOAX, KDDC, KGLD, KICT, KTOP, KEAX, KLSX, KSGF, KDMX, KDVN, KDLH, KMPX, KARX, KGRB, KMKX, KILX, KLOT, KJKL, KLMK, KPAH, KIND, KIWX, KAPX, KDTX, KGRR, KMQT"/>
</include>
</menuContributionFile>

View file

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf")
##
##THIS FILE GENERATED AUTOMATICALLY BY config_min_ffmp_run_config IN THE AWIPS II AUTOMATION TOOL
-->
<FFMPRunConfig xmlns:ns2="group">
<runner>
<!-- Source Ingest Config's, used by URI Filters -->
<sourceIngestConfig name="FFG0124hr" uriSubLocation="3">
<dataKey>KKRF</dataKey>
<dataKey>KMSR</dataKey>
</sourceIngestConfig>
<sourceIngestConfig name="FFG0324hr" uriSubLocation="3">
<dataKey>KKRF</dataKey>
<dataKey>KMSR</dataKey>
</sourceIngestConfig>
<sourceIngestConfig name="FFG0624hr" uriSubLocation="3">
<dataKey>KKRF</dataKey>
<dataKey>KMSR</dataKey>
</sourceIngestConfig>
<sourceIngestConfig name="DHR" uriSubLocation="3">
<dataKey>koax</dataKey>
<dataKey>kuex</dataKey>
<dataKey>kdmx</dataKey>
</sourceIngestConfig>
<sourceIngestConfig name="DPR" uriSubLocation="3">
<dataKey>koax</dataKey>
<dataKey>kuex</dataKey>
<dataKey>kdmx</dataKey>
</sourceIngestConfig>
<sourceIngestConfig name="QPFSCAN" uriSubLocation="3">
<dataKey>koax</dataKey>
<dataKey>kuex</dataKey>
<dataKey>kdmx</dataKey>
</sourceIngestConfig>
<!-- Product definitions to be run against -->
<product name="DHR" key="koax"/>
<product name="DHR" key="kdmx"/>
<product name="DHR" key="kuex"/>
<product name="DPR" key="koax"/>
<product name="DPR" key="kuex"/>
<product name="DPR" key="kdmx"/>
<product name="DHRMOSAIC" key="hpe"/>
<product name="BDHRMOSAIC" key="bhpe"/>
<product name="MRMS" key="mrms"/>
<domain primary="true" cwa="OAX"/>
<domain primary="false" cwa="GID"/>
<domain primary="false" cwa="DMX"/>
</runner>
</FFMPRunConfig>

View file

@ -1,221 +0,0 @@
0 41013 33.4800 -77.5800 0 1.448
0 41025 35.1500 -75.2900 0 0.909
0 42041 27.2200 -90.4200 0 162.574
0 42054 26.0000 -87.8000 0 185.079
0 44017 40.7000 -72.0000 0 110.876
0 44018 41.3000 -69.2000 0 91.018
0 44039 41.1400 -72.6600 0 73.940
0 44040 40.9600 -73.5800 0 59.447
0 44251 46.4400 -53.3900 0 249.578
0 45012 43.6000 -77.4000 75 45.930
0 45132 42.4700 -81.2200 0 131.133
0 45139 43.4000 -79.4000 0 101.254
0 45147 42.4300 -82.6800 0 86.527
0 45148 49.6400 -94.5600 0 478.724
0 45149 43.5400 -82.0700 0 86.916
0 45151 44.5000 -79.3700 0 194.270
0 45152 46.2300 -79.7200 0 257.216
0 45154 46.0500 -82.6400 0 81.785
0 46047 32.4330 -119.5330 0 186.101
0 46053 34.2360 -119.8470 0 55.541
0 46063 34.2510 -120.6650 0 19.870
0 46066 52.7000 -155.0000 0 113.344
0 46069 33.6500 -120.2000 0 72.683
0 46072 52.0200 -172.1000 0 606.691
0 46080 58.0000 -150.0000 0 218.846
0 46081 60.7800 -148.2000 0 89.623
0 46082 59.6100 -143.6700 0 231.822
0 46086 32.5000 -118.0000 0 143.988
0 46401 46.6300 -170.7900 0 1222.300
0 46402 50.4400 -165.0200 0 523.004
0 46403 52.6500 -156.9280 0 112.327
0 ACMN4 39.3800 -74.4200 0 31.782
0 ALNM4 45.0400 -83.4400 0 61.040
0 AMAA2 58.9200 -151.9500 33 94.792
0 ARPF1 28.4300 -82.6600 0 32.353
0 AUGA2 59.3800 -153.3500 11 414.591
0 AVAN4 39.0900 -74.7310 0 70.093
0 BABT2 27.3000 -97.4200 0 55.809
0 BRBN4 39.6100 -74.2000 0 113.019
0 CHII2 41.9200 -87.5700 0 59.031
0 DRFA2 60.5500 -152.1400 17 146.466
0 EGKF1 27.6000 -82.7600 0 61.155
0 FILA2 59.3300 -151.9900 18 45.640
0 GLPT2 29.2900 -94.7900 0 37.121
0 HSSF1 28.7700 -82.7100 0 51.587
0 KNSW3 42.5800 -87.8000 0 48.249
0 LKPL1 30.3100 -90.2800 0 147.139
0 LUML1 29.2500 -90.6600 0 6.740
0 MCYI3 41.7200 -86.9100 0 106.006
0 MKGM4 43.2200 -86.3400 0 82.471
0 MLWW3 43.0100 -87.8800 0 79.649
0 NFBF1 25.0800 -81.0900 0 35.346
0 PCNT2 28.4500 -96.4000 0 93.872
0 PILA2 59.7400 -149.4700 32 195.831
0 PMYF1 26.9900 -80.6200 3 72.200
0 PTRF1 28.2800 -82.7300 0 14.585
0 RSJT2 26.8000 -97.4700 0 77.528
0 RTOT2 27.7600 -96.9800 0 10.390
0 SAUM4 42.6700 -86.2100 0 62.056
0 SGOF1 29.4100 -84.8600 20 56.343
0 SHPF1 30.0600 -84.2900 0 72.526
0 TAML1 29.1900 -90.6700 0 124.759
0 TARF1 28.1500 -82.7500 0 113.405
0 TRBL1 29.1700 -90.5800 0 9.014
0 91204 9.9000 139.7000 0 299.943
0 91222 18.1300 145.7700 0 1411.806
0 91251 11.4300 162.3500 0 894.252
0 91328 8.6000 149.6700 0 613.788
0 91338 5.2800 153.6500 0 309.973
0 91343 7.6300 155.1600 0 1877.410
0 91352 6.2100 160.7000 0 267.247
0 91355 5.3600 162.9600 0 678.171
0 91365 8.9300 165.7500 0 464.382
0 91374 8.7000 171.2000 0 305.616
0 91377 6.1000 172.1000 0 3823.048
0 91411 8.3000 137.5000 0 6633.733
0 91442 4.6000 168.7000 0 411.640
0 41001 34.6800 -72.6400 0 1599.423
0 41002 32.2700 -75.1900 0 261.923
0 41004 32.5100 -79.1000 0 178.025
0 41008 31.4000 -80.8700 0 357.218
0 41009 28.5000 -80.1800 0 164.769
0 41010 28.8900 -78.5500 0 796.754
0 42001 25.9300 -89.6500 0 373.917
0 42002 25.8900 -93.5700 0 406.971
0 42003 25.9400 -85.9100 0 3242.022
0 42007 30.0900 -88.7700 0 540.007
0 42019 27.9200 -95.3500 0 167.370
0 42020 26.9200 -96.7000 0 106.910
0 42035 29.2500 -94.4100 0 58.265
0 42036 28.5100 -84.5100 0 153.138
0 42039 28.7800 -86.0400 0 118.927
0 42040 29.2000 -88.2500 0 110.973
0 44004 38.4600 -70.6900 0 454.859
0 44005 42.9000 -68.8900 0 159.436
0 44007 43.5300 -70.1400 0 123.139
0 44008 40.5000 -69.4300 0 230.939
0 44009 38.4600 -74.7000 0 158.738
0 44011 41.0800 -66.5800 0 380.353
0 44013 42.3500 -70.6900 0 369.106
0 44014 36.5800 -74.8300 0 93.588
0 44025 40.2500 -73.1700 0 291.621
0 45001 48.0600 -87.7800 0 47.249
0 45002 45.3000 -86.4200 0 285.370
0 45003 45.3200 -82.7700 0 417.101
0 45004 47.5600 -86.5500 0 154.247
0 45005 41.6800 -82.4000 0 267.266
0 45006 47.3200 -89.8700 0 70.228
0 45007 42.6700 -87.0200 0 625.928
0 45008 44.2800 -82.4200 0 118.876
0 46001 56.3000 -148.1700 0 706.553
0 46002 42.5300 -130.2600 0 486.897
0 46003 51.8500 -155.9200 0 1516.702
0 46005 46.0800 -131.0000 0 338.245
0 46006 40.8400 -137.4900 0 1847.429
0 46011 34.8800 -120.8700 0 20.989
0 46012 37.3900 -122.7300 0 76.607
0 46013 38.2300 -123.3300 0 574.937
0 46014 39.2200 -123.9700 0 123.271
0 46022 40.7400 -124.5100 0 289.260
0 46023 34.7100 -120.9700 0 32.642
0 46025 33.7500 -119.0800 0 59.061
0 46026 37.7500 -122.8200 0 40.802
0 46027 41.8500 -124.3900 0 123.813
0 46028 35.7400 -121.8800 0 305.304
0 46029 46.1800 -124.1900 0 316.100
0 46030 40.4200 -124.5300 0 35.617
0 46035 56.9100 -177.8100 0 6677.808
0 46041 47.4200 -124.5200 0 140.129
0 46042 36.7500 -122.4100 0 121.931
0 46045 33.8400 -118.4500 0 5087.485
0 46050 44.6200 -124.5300 0 36.422
0 46054 34.2700 -120.4500 0 190.318
0 46059 37.9800 -130.0000 0 717.315
0 46060 60.5800 -146.8300 0 40.024
0 46061 60.2200 -146.8300 0 96.060
0 46062 35.1000 -121.0100 0 105.527
0 51001 23.4000 -162.2700 0 2754.844
0 51002 17.1900 -157.8300 0 565.327
0 51003 19.1400 -160.8100 0 382.208
0 51004 17.4400 -152.5100 0 1213.068
0 51028 0.0000 -153.8800 0 20011.945
0 ABAN6 44.3300 -75.9300 0 5.191
0 ALSN6 40.4600 -73.8300 0 60.595
0 BLIA2 60.8400 -146.8800 0 29.034
0 BURL1 28.9000 -89.4300 0 146.910
0 BUZM3 41.4000 -71.0300 0 109.304
0 CARO3 43.3400 -124.3800 0 805.339
0 CDRF1 29.1400 -83.0300 0 233.232
0 CHLV2 36.9000 -75.7100 0 80.127
0 CLKN7 34.6200 -76.5200 0 159.674
0 CSBF1 29.6700 -85.3600 0 332.005
0 DBLN6 42.4900 -79.3500 0 948.798
0 DESW1 47.6800 -124.4900 0 28.994
0 DISW3 47.0800 -90.7300 0 217.481
0 DPIA1 30.2500 -88.0700 0 69.594
0 DRYF1 24.6400 -82.8600 0 101.105
0 DSLN7 35.1500 -75.3000 0 121.512
0 DUCN7 36.1800 -75.7500 0 308.456
0 FBIS1 32.6800 -79.8900 0 76.372
0 FFIA2 57.2700 -133.6300 0 2621.802
0 FPSN7 33.4900 -77.5900 0 474.537
0 FWYF1 25.5900 -80.1000 0 165.834
0 GDIL1 29.2700 -89.9600 0 65.907
0 GLLN6 43.8900 -76.4500 0 37.445
0 IOSN3 42.9700 -70.6200 0 69.168
0 KTNF1 29.8200 -83.5900 0 93.020
0 LKWF1 26.6100 -80.0300 0 103.819
0 LONF1 24.8400 -80.8600 0 111.389
0 LPOI1 48.0600 -116.5000 0 1535.756
0 MDRM1 43.9700 -68.1300 0 128.245
0 MISM1 43.7800 -68.8600 0 62.201
0 MLRF1 25.0100 -80.3800 0 51.955
0 MRKA2 61.0800 -146.6600 0 538.504
0 NWPO3 44.6100 -124.0700 0 143.357
0 PILM4 48.2200 -88.3700 0 2486.295
0 POTA2 61.0600 -146.7000 0 3.093
0 PTAC1 38.9600 -123.7400 0 35.064
0 PTAT2 27.8300 -97.0500 0 1124.022
0 PTGC1 34.5800 -120.6500 0 39.042
0 ROAM4 47.8700 -89.3100 0 79.972
0 SANF1 24.4600 -81.8800 0 295.731
0 SAUF1 29.8600 -81.2600 0 175.231
0 SGNW3 43.7500 -87.6900 0 131.774
0 SISW1 48.3200 -122.8400 0 235.710
0 SMKF1 24.6300 -81.1100 0 34.386
0 SPGF1 26.7000 -78.9900 0 247.293
0 SRST2 29.6700 -94.0500 0 356.842
0 STDM4 47.1800 -87.2200 0 65.801
0 SUPN6 44.4700 -75.8000 0 361.153
0 THIN6 44.3000 -75.9800 0 23.701
0 TPLM2 38.9000 -76.4400 0 468.405
0 TTIW1 48.3900 -124.7400 0 103.253
0 VENF1 27.0700 -82.4500 0 366.433
0 WPOW1 47.6600 -122.4400 0 79.183
0 SVLS1 31.9500 -80.6800 0 63.735
0 44131 44.5000 -66.7000 0 1040.883
0 44028 41.4000 -71.1000 0 5.837
0 SBIO1 41.6300 -82.8400 0 36.970
0 46147 51.8000 -131.2000 0 116.579
0 46145 54.4000 -132.4000 0 122.990
0 46131 49.9000 -125.0000 0 652.662
0 45135 43.8000 -76.9000 0 115.117
0 46183 53.6000 -131.1000 0 153.000
0 46181 53.8000 -128.8000 0 490.846
0 46185 52.4000 -129.8000 0 166.909
0 46204 51.4000 -128.7000 0 100.466
0 46207 50.9000 -129.9000 0 330.944
0 46208 52.5000 -132.7000 0 216.774
0 46205 54.2000 -134.3000 0 302.034
0 46184 53.9000 -138.9000 0 499.746
0 46004 51.0000 -135.8000 0 319.696
0 46132 49.7000 -127.9000 0 194.851
0 46146 49.3000 -123.7000 0 114.995
0 46206 48.8000 -126.0000 0 142.129
0 46036 48.4000 -133.9000 0 886.949
0 44142 42.5000 -64.1000 0 259.180
0 44137 41.6000 -60.0000 0 595.768
0 44141 42.0000 -56.1000 0 317.788
0 44138 44.2000 -53.6000 0 10823.185
0 44144 43.8000 -60.7000 0 251.186

View file

@ -1,35 +0,0 @@
0 CHE 43.5000 -95.6000 9999 0.000
0 CRL 42.0000 -95.0000 9999 0.000
0 RDD 40.6900 -94.4700 9999 0.000
0 WSC 44.1000 -93.5000 9999 0.000
0 HNR 41.5900 -95.3400 375 0.000
0 CNN 38.3700 -93.7900 9999 0.000
0 EAX 38.8100 -94.2600 333 0.000
0 HSI 40.3200 -98.4400 626 0.000
0 KMCI 39.3200 -94.7200 312 0.000
0 KMKC 39.1200 -94.6000 231 0.000
0 KSTJ 39.7700 -94.9200 249 0.000
0 KMHK 39.1300 -96.6700 322 0.000
0 KTOP 39.0700 -95.6200 270 0.000
0 KFOE 38.9500 -95.6700 329 0.000
0 KRSL 38.8700 -98.8200 568 0.000
0 KSLN 38.8000 -97.6500 388 0.000
0 KDSM 41.5300 -93.6500 294 0.000
0 KMCW 43.1500 -93.3300 370 0.000
0 SLB 42.6000 -95.2300 454 0.000
0 KOMA 41.3000 -95.9000 299 0.000
0 KLNK 40.8400 -96.7500 362 0.000
0 KGRI 40.9700 -98.3200 566 0.000
0 FNB 40.0800 -95.6000 300 0.000
0 KOFK 41.9800 -97.4300 473 0.000
0 KSUX 42.4000 -96.3800 336 0.000
0 OAX 41.3200 -96.3700 350 0.000
0 KFSD 43.5800 -96.7300 435 0.000
0 KYKN 42.9200 -97.3800 398 0.000
0 KMHE 43.7700 -98.0300 397 0.000
0 KFRM 43.6500 -94.4200 354 0.000
0 P#8 40.1000 -97.3400 433 0.000
0 P#9 42.2100 -97.7900 524 0.000
0 P#A 41.9000 -93.7000 315 0.000
0 P#G 38.3100 -97.3000 447 0.000
0 P#I 39.5800 -94.1900 297 0.000

View file

@ -1,37 +0,0 @@
KSFO
KLAX
CYVR
KSEA
KLAS
KPHX
KSLC
CYYC
CYWG
KDEN
KDFW
KIAH
MMMX
KMCI
KMSP
KORD
KSTL
KMEM
KIND
KCYG
KDTW
KCLT
KPIT
CYYZ
KMCO
KATL
KMIA
KRDU
KDCA
KJFK
KBOS
CYOW
CYQB
KCOS
KPUB
KGJT
KALS

View file

@ -1,359 +0,0 @@
9002 PAOT 66.8667 -162.6333 5 778.528
9005 PAOM 64.5153 -165.4403 5 291.214
9006 PABE 60.7833 -161.8442 36 628.890
9008 PAMC 62.9667 -155.6167 103 406.464
9009 PAFA 64.8153 -147.8772 135 617.907
9014 PAFC 61.1569 -149.9864 50 355.463
9016 PASN 57.1167 -170.2167 10 714.235
9017 PACB 55.2081 -162.7233 30 509.769
9018 PAKN 58.6794 -156.6683 15 265.915
9019 PADQ 57.7500 -152.4833 4 1668.441
9020 PAYA 59.5080 -139.6719 12 765.462
9021 PANT 55.0394 -131.5781 37 688.281
9022 PASY 52.7300 174.1000 39 635.352
9023 70454 51.8830 -176.6500 8 2930.051
9024 CYVQ 65.2800 -126.8000 60 747.703
9025 CWSY 71.9830 -125.2800 84 1466.102
9029 CYUX 68.7800 -81.2500 7 793.622
9030 CYLT 82.5000 -62.3300 66 3127.182
9034 CWEG 53.5500 -114.1000 766 787.700
9035 CYOD 54.4300 -110.2800 541 268.131
9036 CYED 53.6800 -113.4700 688 39.586
9037 CYEG 53.3300 -113.5800 723 42.238
9042 CWOS 43.7300 -65.2500 30 67.732
9043 CWSA 43.9400 -60.0200 4 699.722
9044 CYQI 43.8400 -66.0800 43 485.561
9046 CYYZ 43.6900 -79.6300 173 110.391
9048 CYUL 45.4800 -73.7500 36 199.238
9050 CYCX 45.8400 -66.4300 51 166.884
9056 CWMW 46.3900 -75.9700 170 642.239
9059 CYYJ 48.6600 -123.4300 19 115.650
9060 CYYT 47.6800 -52.7500 140 6116.758
9063 CWAR 47.3000 -54.0000 16 102.970
9064 CYZV 50.2300 -66.2700 53 1016.471
9065 CYJT 48.5400 -58.5500 61 440.925
9066 CYYR 53.3000 -60.3700 36 530.073
9067 CYAH 53.7600 -73.6700 307 546.447
9071 CWZC 51.2800 -80.6500 10 1188.926
9072 CWPL 51.4800 -90.2000 373 396.422
9076 CWLO 49.7900 -99.6500 373 474.287
9081 CYQD 53.9800 -101.1000 273 684.671
9086 CYXD 53.5800 -113.5200 671 11.596
9090 CYXS 53.8900 -122.6700 676 550.345
9091 CYVP 58.1100 -68.4200 36 567.757
9092 CYPH 58.4600 -78.1200 7 780.334
9093 CYFB 63.7600 -68.5500 21 2030.412
9094 CYYQ 58.7600 -94.0700 30 1460.718
9095 CYZS 64.2000 -83.3700 62 517.723
9096 CWEU 80.0000 -85.9300 10 480.825
9097 CYRB 74.7200 -94.9500 40 1000.006
9098 CYCB 69.1000 -105.1200 25 714.488
9099 CYBK 64.3000 -96.0000 49 624.286
9102 CYSM 60.0400 -111.9300 203 616.989
9104 CYYE 58.8400 -122.6000 382 4559.330
9106 CYEV 68.3200 -133.5300 68 445.638
9107 CYXY 60.7300 -135.0700 700 288.751
9108 KEYW 24.5500 -81.7500 2 356.748
9110 KCHS 32.9006 -80.0333 15 907.699
9112 KTBW 27.7050 -82.4019 13 505.138
9114 KTLH 30.3958 -84.3506 18 208.158
9115 KFFC 33.3558 -84.5672 246 367.556
9117 KVPS 30.4800 -86.5200 20 643.885
9123 KBMX 33.1803 -86.7836 174 206.947
9126 KJAN 32.3203 -90.0803 91 344.811
9128 KLCH 30.1253 -93.2164 5 1168.729
9131 KFWD 32.8350 -97.2972 198 191.806
9132 KBRO 25.9156 -97.4197 7 207.394
9133 KCRP 27.7794 -97.5050 14 344.213
9137 KDRT 29.3667 -100.9167 314 311.171
9138 KMAF 31.9428 -102.1889 873 424.200
9141 KWSD 32.3900 -106.4800 1244 60.108
9144 KTUS 32.1236 -110.9425 787 354.835
9145 K1Y7 32.8500 -114.4000 98 334.132
9149 KNKX 32.8444 -117.1233 134 242.692
9153 KMHX 34.7756 -76.8792 11 358.148
9156 KGSO 36.0833 -79.9500 277 131.457
9157 KOHX 36.2333 -86.5500 180 499.022
9158 KLZK 34.8356 -92.2586 172 475.594
9165 KOUN 35.2356 -97.4608 357 693.031
9166 KAMA 35.2319 -101.7083 1094 368.377
9167 KABQ 35.0381 -106.6219 1615 351.429
9169 KEDW 34.9300 -117.9000 705 497.428
9175 KVBG 34.7600 -120.5700 100 244.344
9177 KWAL 37.9333 -75.4833 13 396.767
9188 KLWX 38.9833 -77.4667 85 208.417
9202 KDDC 37.7614 -99.9689 790 321.311
9204 KTOP 39.0722 -95.6303 270 456.320
9206 KDNR 39.7681 -104.8694 1611 384.601
9207 KGJT 39.1167 -108.5333 1475 322.778
9212 KREV 39.5686 -119.7964 1516 292.362
9213 KOAK 37.7431 -122.2206 6 2345.663
9215 KOKX 40.8664 -72.8514 20 1192.202
9219 KALY 42.7333 -73.8000 86 221.948
9221 KPIT 40.5319 -80.2181 360 609.632
9223 KBUF 42.9397 -78.7361 218 294.562
9231 KOAX 41.3194 -96.3661 350 257.533
9233 KLBF 41.1497 -100.7006 847 913.006
9235 KSLC 40.7739 -111.9544 1288 927.542
9240 KMFR 42.3814 -122.8778 397 518.696
9242 KDTX 42.6992 -83.4717 329 265.221
9244 KGRB 44.4889 -88.1108 214 272.017
9247 KABR 45.4544 -98.4139 397 386.115
9248 KUNR 44.0778 -103.2167 1027 385.121
9249 KBOI 43.5800 -116.2264 871 470.214
9250 KSLE 44.9167 -123.0000 61 282.038
9253 KINL 48.5644 -93.3969 361 959.594
9254 KBIS 46.7719 -100.7611 505 232.752
9256 KGGW 48.2058 -106.6250 692 1432.592
9258 KTFX 47.4603 -111.3842 1132 364.667
9259 KOTX 47.6811 -117.6258 728 285.009
9261 KUIL 47.9375 -124.5550 56 1149.108
9264 KGYX 43.8925 -70.2579 125 334.890
9266 KCHH 41.6667 -69.9667 16 248.600
9268 KILX 40.1511 -89.3386 178 3016.339
9274 KXMR 28.4800 -80.5700 3 199.263
9276 MMCU 28.6333 -106.0667 1435 365.506
9282 MMMY 25.8667 -100.2333 448 835.539
9284 MMMZ 23.1833 -106.4167 4 683.813
9290 MYNN 25.0500 -77.4667 2 1456.018
9300 PABR 71.2883 -156.8025 12 499.419
9302 KMPX 44.8472 -93.5644 288 413.468
9303 KSGF 37.2358 -93.4019 390 282.178
9304 KRIW 43.0647 -108.4767 1700 384.173
9305 KLKN 40.8603 -115.7417 1607 304.993
9306 KFGZ 35.2306 -111.8203 2180 604.397
9307 KILN 39.4211 -83.8211 323 330.844
9309 KEPZ 31.8775 -106.6833 1257 1523.939
9310 KRNK 37.2056 -80.4142 0 370.207
9311 KAPX 44.9083 -84.7194 448 650.098
9312 CYZT 50.6900 -127.3700 17 367.733
9313 KJAX 30.4847 -81.7017 11 311.509
9314 KMFL 25.7547 -80.3839 5 191.934
9318 KDVN 41.6125 -90.5822 229 193.191
9319 KSHV 32.4522 -93.8425 85 265.452
9320 47807 33.5830 130.3830 3 217.604
9321 99027 34.0000 164.0000 0 1451.562
9322 99025 29.0000 135.0000 0 783.409
9323 RPMK 15.1670 120.5670 178 3270.888
9324 YSNF -29.0300 167.9330 109 1374.112
9325 ASLH -31.5300 159.0670 48 878.073
9326 YSCH -30.3100 153.1170 5 320.208
9327 YSWM -32.7800 151.8160 8 268.066
9328 YSSY -33.9500 151.1830 3 125.411
9329 YSNW -34.9500 150.5500 119 2996.709
9330 KCAR 46.8667 -68.0167 191 368.920
9331 94711 -31.4800 145.8330 244 565.247
9332 YMMI -34.2300 142.0830 50 334.608
9333 YPAD -34.9500 138.5330 6 1094.412
9334 YPWR -31.1500 136.8000 169 312.981
9335 YPCD -32.1300 133.7000 19 546.571
9336 KDRA 36.6286 -116.0217 1007 253.692
9337 YPFT -30.8300 128.1000 156 671.329
9338 94638 -33.8100 121.8830 25 2545.255
9339 YPKG -30.7800 121.4670 360 339.128
9340 YBBN -27.4300 153.0830 5 685.025
9341 94527 -29.4600 149.8500 212 388.321
9342 YBCV -26.4100 146.2670 305 797.675
9343 94461 -25.0300 128.3000 600 581.450
9344 YBGL -23.8500 151.2670 77 437.639
9345 YBMK -21.1100 149.1670 31 324.772
9346 YBLR -23.4300 144.2500 193 388.726
9347 94335 -20.6600 140.5000 189 105.796
9348 YBMA -20.6600 139.4830 344 673.683
9349 YBAS -23.8000 133.8830 546 1303.472
9350 94299 -16.3000 149.9830 6 472.712
9351 YBTL -19.2500 146.7670 5 1784.748
9352 YBCS -16.5800 145.7330 2 316.351
9353 YDTC -19.6300 134.1830 374 464.644
9354 AHHC -18.2300 127.6670 407 576.786
9355 YPBR -17.9500 122.2170 9 1112.225
9356 YPDN -12.4300 130.8670 32 5591.945
9357 KLIX 30.3389 -89.8306 10 221.558
9358 AYPY -9.4330 147.2170 28 301.128
9359 AYLA -6.7330 147.0000 8 1391.836
9360 NFFN -17.7500 177.4500 19 1362.817
9361 NGTA 1.3500 172.9170 4 1001.452
9362 NWWN -22.2600 166.4500 69 537.984
9363 NHHH -17.7500 168.3170 20 966.952
9364 AGGH -9.4330 160.0500 56 3181.015
9365 PKMA 11.3500 162.3500 11 657.173
9366 PGUA 13.5670 144.9330 157 873.276
9367 PGAC 13.5500 144.8330 111 8.788
9371 58666 28.4500 121.9000 86 510.332
9372 ZSHC 30.2330 120.1660 42 159.465
9373 ZSSS 31.1660 121.4330 3 305.299
9374 58150 33.7670 120.2500 7 869.636
9375 ZSQD 36.0660 120.3330 76 255.709
9376 54776 37.4000 122.6830 47 325.983
9377 ZYTL 38.9000 121.6330 92 190.359
9378 54497 40.0830 124.3330 13 170.509
9379 TJSJ 18.4308 -65.9917 3 413.959
9380 54374 41.7170 126.9170 333 246.436
9381 ZYYY 41.7330 123.4500 43 210.120
9382 54337 41.1170 121.0670 30 732.540
9383 54292 42.8830 129.4660 177 617.419
9384 ZYCC 43.9000 125.2160 237 361.445
9385 54135 43.6000 122.2670 180 239.160
9386 54094 44.5670 129.6000 242 187.532
9387 ZYHB 45.7500 126.7660 142 239.241
9388 50774 47.7170 128.9000 245 154.592
9389 ZYQQ 47.3830 123.9170 148 1340.063
9390 MACC 12.2000 -68.9667 62 437.862
9391 MACM 18.0500 -63.1167 9 259.987
9392 MCSP 12.5833 -81.7167 6 3198.787
9393 MDSD 18.4833 -69.9167 14 837.768
9394 MKCG 19.3000 -81.3500 2 599.932
9395 MKJP 17.9333 -76.7833 3 278.051
9396 MKPB 13.0667 -59.5000 57 341.681
9397 MKPP 10.5833 -61.3500 12 632.206
9398 50557 49.1660 125.2330 242 203.797
9400 MMMD 20.9500 -89.6667 9 287.294
9401 RJAM 24.3000 153.9670 8 3796.534
9402 RJAW 24.7830 141.3330 106 1278.399
9403 RJAO 27.0830 142.1830 4 269.458
9404 MZBZ 17.5000 -88.3333 5 361.811
9405 NSTU -14.3333 -170.7167 5 1297.315
9406 RUHB 48.5330 135.2330 72 267.521
9407 ROMD 25.8330 131.2330 15 511.967
9408 RJCO 43.0500 141.3330 19 435.963
9409 RJCW 45.4170 141.6830 12 185.326
9410 RKPM 33.2000 126.2670 27 424.781
9411 RKJJ 35.1170 126.8170 13 219.050
9412 RKTH 36.0330 129.3830 16 2363.419
9413 RKSO 37.1000 127.0330 54 241.039
9414 RKSS 37.5500 126.8000 13 54.104
9415 31510 50.2670 127.5000 137 378.488
9416 31369 53.1330 140.7000 46 373.098
9417 ZKKK 39.0330 125.7830 38 460.330
9418 RCMJ 22.4670 120.4330 8 433.781
9419 PGUM 13.4789 144.7975 90 17.621
9420 PHLI 21.9833 -159.3500 32 511.376
9422 PHTO 19.7167 -155.0667 10 1560.266
9423 PMKJ 7.0869 171.3875 3 442.054
9424 PTKK 7.4553 151.8364 3 1528.910
9425 PTPN 6.9667 158.2167 39 705.819
9426 PTRO 7.3333 134.4833 30 462.472
9427 PTYA 9.4833 138.0833 14 2003.557
9428 PWAK 19.2833 166.6500 5 1178.710
9429 RCGM 25.0500 121.2170 48 298.044
9430 ROAH 26.2000 127.6670 29 305.790
9431 KHLR 31.1100 -97.3300 270 408.493
9432 RODN 26.3500 127.7500 43 18.617
9433 KNSI 33.2600 -119.4500 153 196.121
9434 ROIG 24.3330 124.1670 7 1086.251
9435 KNTD 34.1200 -119.1200 4 100.367
9436 47909 28.3830 129.5500 295 328.796
9437 RJOS 34.1330 134.6000 2 131.878
9438 RJFK 31.6330 130.5830 282 501.563
9439 RJFF 33.5830 130.4500 7 6.206
9440 MUGM 19.9000 -75.1500 32 571.582
9441 MPHO 8.9200 -79.6000 5 468.303
9442 DJDG -7.3000 72.4000 3 20011.945
9443 FHAW -7.9667 -14.4000 79 9544.090
9444 BGTL 76.5333 -68.7500 77 674.939
9445 PKWA 8.7333 167.7333 8 2191.498
9446 RCSS 25.0330 121.5170 9 30.277
9447 32618 55.2000 165.9830 14 537.899
9448 UHPP 53.0830 158.5500 84 925.712
9449 RJSM 40.6830 141.3830 39 152.979
9450 32477 54.3000 155.9330 25 219.037
9451 32389 56.3170 160.8330 28 345.173
9452 32217 50.0000 155.3830 32 406.652
9453 32186 46.2000 150.5000 76 1421.936
9454 32165 44.0160 145.8660 46 380.764
9455 RUSH 46.9170 142.7330 24 519.528
9457 24790 62.7830 148.1660 649 217.019
9458 CYHZ 44.9100 -63.5100 0 236.334
9459 32098 49.2170 143.1000 4 198.605
9460 32061 50.9000 142.1670 18 251.170
9461 UHWW 43.2000 132.0830 87 215.535
9462 31909 45.0000 136.6000 70 1010.140
9463 31873 45.8660 133.7330 100 243.500
9464 31770 49.0000 140.2670 22 286.699
9465 24266 67.5160 133.3830 137 484.003
9466 31707 47.7330 130.9670 74 528.058
9467 31561 50.6000 137.1330 20 623.860
9468 31538 50.0670 132.1330 345 273.114
9469 RJNH 34.7330 137.6670 47 225.710
9470 47744 35.4330 133.3500 6 312.573
9471 UHPB 53.0830 132.9830 543 388.036
9472 31300 53.7500 127.2330 228 745.382
9473 31168 56.4500 138.1500 7 9244.514
9474 31088 59.3670 143.2000 6 427.724
9475 31004 58.6170 125.3670 691 341.038
9476 30692 54.0000 123.9670 400 215.845
9477 25954 60.3500 166.0000 4 1367.774
9478 UHMM 59.5330 150.7660 118 689.334
9479 25822 61.9500 160.3830 5 349.742
9480 25703 62.9330 152.4330 207 319.907
9481 UHMA 64.7330 177.5330 6 712.090
9482 25551 64.6830 170.4170 26 337.868
9484 25428 65.2330 160.5330 264 447.426
9485 25400 65.7330 150.9000 48 964.040
9486 25123 68.7500 161.2830 26 213.729
9487 25042 69.9330 167.9830 16 223.305
9488 24959 62.0160 129.7500 110 532.885
9489 24944 60.3660 120.4000 134 1117.309
9490 PABA 70.1330 -143.6300 15 690.302
9491 24688 63.2660 143.1490 740 460.859
9492 47420 43.3330 145.5830 26 79.271
9493 47778 33.4500 135.7670 73 492.471
9495 21946 70.6170 147.8830 44 556.956
9496 21965 70.6330 162.4000 38 534.160
9497 RJTH 33.1170 139.7830 153 327.653
9498 47646 36.0500 140.1330 27 965.905
9499 47600 37.3830 136.9000 5 323.978
9500 RJSS 38.2670 140.9000 38 175.401
9501 RJSK 39.7170 140.1000 9 384.550
9502 21982 70.9670 -178.5300 3 2123.822
9503 25399 66.1670 -169.8300 6 249.158
9504 UHMD 64.4330 -173.2300 11 441.633
9505 NCRG -21.2000 -159.8100 7 2025.036
9506 24641 63.7670 121.6170 111 343.103
9508 72798 48.3830 -124.7300 31 51.202
9509 24343 66.7670 123.3500 84 440.715
9510 PMDY 28.2170 -177.3500 3 1508.441
9511 PJON 16.7330 -169.5100 3 5191.201
9512 PCIS -2.7100 -171.7600 3 2175.693
9513 NTMN -9.8170 -139.0100 52 4419.595
9514 NTTT -17.5500 -149.6100 2 1143.789
9515 NTTO -18.0600 -140.9500 3 840.200
9516 91948 -23.1300 -134.9600 89 1064.398
9517 91958 -27.6100 -144.3300 2 1719.715
9518 NZRN -29.2500 -177.9100 36 8939.840
9519 RUTS 71.5830 128.9160 4 1736.802
9520 CYLW 49.9700 -119.3800 429 440.082
9521 MCZM 20.4800 -86.9500 2 970.321
9522 MTAP 14.9300 -92.2500 102 623.891
9523 MARR 16.2300 -93.9000 64 139.776
9524 MIZT 16.5400 -95.1700 61 307.093
9525 MACA 16.8300 -99.9200 3 477.444
9526 MCME 18.6500 -91.8500 3 415.765
9527 MISC 18.7200 -110.9500 35 18691.648
9528 MMVR 19.1500 -96.1200 35 1559.809
9529 MMDF 19.4300 -99.1300 2237 5.242
9530 MMMX 19.4300 -99.0800 2234 222.029
9531 MMOR 19.7000 -101.1800 1913 337.692
9532 MMZO 19.0700 -104.3300 3 505.896
9533 MLMM 25.8000 -109.1200 17 215.815
9534 MTAM 22.2200 -97.8500 24 385.826
9535 MSOT 23.7700 -98.2000 25 94.743
9536 MCVM 23.7300 -99.1300 321 212.949
9537 MLAP 24.1800 -110.3000 18 410.597
9538 MTRC 25.5400 -103.4500 1150 324.267
9539 MILS 28.8800 -118.3000 25 1050.249
9540 MMOV 26.9000 -101.4200 586 164.821
9541 KPSR 33.4353 -112.0092 336 176.652
9542 MMGM 27.9200 -110.9000 11 598.834
9543 MMGL 20.6700 -103.3800 1551 203.736
9544 74606 34.6500 -120.5667 112 12.233
9545 KYUM 32.6500 -114.6000 63 29.054
9546 TXKF 32.3667 -64.6833 6 1977.354
9547 KAPG 39.4667 -76.1667 5 124.189
9548 NGFU -8.5200 179.2200 2 1043.865
9549 SOCA 4.8330 -52.3670 9 4444.531
9550 TFFR 16.2670 -61.5330 11 1617.362
9551 GOOY 14.7330 -17.5000 24 624.117
9552 GVAC 16.7330 -22.9500 55 2902.560
9553 SKRH 11.5330 -72.9330 4 962.056
9554 MABK 8.9670 -79.5500 9 7.579

View file

@ -1,27 +0,0 @@
##
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8
# Omaha, NE 68106
# 402.291.0100
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information.
##
import serverConfig
from serverConfig import *
serverConfig.ISC_ROUTING_TABLE_ADDRESS['ANCF'] = "http://localhost:8081"
serverConfig.REQUEST_ISC = 0
serverConfig.SEND_ISC_ON_SAVE = 0
serverConfig.SEND_ISC_ON_PUBLISH = 0
SITES['OAX'] = ([417, 289], (41.00, 29.00), (13.0, 9.0), 'CST6CDT', Grid211)

View file

@ -1,31 +0,0 @@
##
# This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
#
# U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization.
#
# Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8
# Omaha, NE 68106
# 402.291.0100
#
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information.
##
#THIS FILE GENERATED AUTOMATICALLY DURING GFE INSTALL **
import os, socket
GFESUITE_HOME = os.environ['EDEX_HOME']+"/../GFESuite"
GFESUITE_SERVER = "localhost"
GFESUITE_PORT = '98000000'
GFESUITE_SITEID = 'OAX'
GFESUITE_PRDDIR = GFESUITE_HOME+"/products"
GFESUITE_LOGDIR = GFESUITE_HOME+"/logs/"+GFESUITE_SITEID
GFESUITE_MHSID = 'OAX'

View file

@ -1,57 +0,0 @@
#
# Official .Apps_defaults_site file for a generic site for AWIPS Build 4.2
# Also see .Apps_defaults for other settings
# This file was last updated 29 January 1999
# ===========================================
# --------TOKENS THAT SHOULD BE AT ALL SITES-----------
# database selection tokens
db_name : hd_ob92oax # ihfs database name
damcat_db_name : dc_ob7oax # Dam Catalog database name
# ===========================================================================
# WHFS Local Customization
# ===========================================================================
hv_refresh_minutes : 15 # HydroView auto refresh time (minutes)
pproc_s2_gridgen_hrs : 5 # WHFS Stage II lookback (hours)
whfs_tz : CST6CDT # WHFS time zone code
hv_center_lat : 41.0 # HydroView center latitude
hv_center_lon : -95.0 # HydroView center longitude
hv_map_width : 860 # HydroView map width (nautical miles)
whfs_primary_radar : OAX # WHFS primary radar id, for Stage II
whfs_editor : whfs_editor
#whfs_editor : whfs_editor.nedit
#whfs_printcommand_LX : "lp" # command used to print WHFS apps report on LX
whfs_print_command_LX : "lp -d lp2"
timeseries_mode : STATION
# ----END TOKENS THAT SHOULD BE AT ALL SITES------------
# --------TOKENS FOR DECODEHDP--------
dpa_filter_decode : ON # flag for non-top-of-hour
# filter for decoding products
dpa_filter_window : 5 # number of minutes around top
# of hour for filtering products
# allowable values = 0 - 30
# --------TOKENS FOR DEFINING THE LIST OF RFC GRIDDED FFG PRODUCTS FOR MOSAICS ---
gaff_rfc_list : MBRFC,NCRFC # list of RFC's to be mosaicked
gaff_execution : ON # Token to enable gaff
shef_post_unk : NONE # NONE - do not post to the UnkStn nor UnkStnValue tables
# IDS_ONLY - post only location identifiers for unknown
# stations to the UnkStn table
# IDS_AND_DATA - post all data from unknown stations to
# the UnkStnValue table
shef_post_latest: ON
sshp_invoke_map_preprocess : ON
# --------TOKENS FOR METAR2SHEF OPTIONS--------------
metar2shef_options : " -a -b -p1 -p6 -q1 "
# --------EVENT END TIME TOKEN------------------------
#rpf_endtime_shifthrs : 6
mpe_site_id : oax
fxa_local_site : OAX

View file

@ -1,12 +0,0 @@
#!/bin/bash
# this script is used to specify the damcat and ihfs
# hydro databases that should be created during the
# localization process provided that a local database
# is present.
export DAMCAT_DATABASE=dc_ob7oax
export DAMCAT_SQL_DUMP=dc_ob7oax
export IHFS_DATABASE=hd_ob92oax
export IHFS_SQL_DUMP=hd_ob92oax

Some files were not shown because too many files have changed in this diff Show more