Omaha #3760 Move appropriate derived parameters to bufrmos, bufrua, lsr
Change-Id: Ic8f3675e7d50cc4b5803bb2c6991ef860afa4dd8 Former-commit-id: 06fed9a6d76c59c77e12fec2789707e46df44817
This commit is contained in:
parent
80454c815d
commit
724cb2e7d2
13 changed files with 289 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter name="Obstruction to Vision" abbreviation="obVis" xmlns:ns2="group">
|
||||
<Method levels="Surface" name="Mapping">
|
||||
<Field level="Station" abbreviation="obVis_bestCat"/>
|
||||
<!-- Mapping information -->
|
||||
<ConstantField value="1"/>
|
||||
<ConstantField value="55"/>
|
||||
|
||||
<ConstantField value="2"/>
|
||||
<ConstantField value="29"/>
|
||||
|
||||
<ConstantField value="3"/>
|
||||
<ConstantField value="53"/>
|
||||
|
||||
<ConstantField value="5"/>
|
||||
<ConstantField value="34"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,40 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter name="Present Weather" abbreviation="presWeather" xmlns:ns2="group">
|
||||
<Method name="presWeather.execute1">
|
||||
<Field abbreviation="QPF6hr_bestCat"/>
|
||||
<Field abbreviation="obVis_bestCat"/>
|
||||
<Field abbreviation="precipType"/>
|
||||
<Field abbreviation="tstorm6hr"/>
|
||||
<Field abbreviation="severe6hr"/>
|
||||
</Method>
|
||||
<Method name="presWeather.execute2">
|
||||
<Field abbreviation="precipType"/>
|
||||
<Field abbreviation="QPF12hr_bestCat"/>
|
||||
<Field abbreviation="POP12hr"/>
|
||||
<Field abbreviation="tstorm12hr"/>
|
||||
</Method>
|
||||
<Method name="presWeather.execute3">
|
||||
<Field abbreviation="obVis_bestCat"/>
|
||||
<Field abbreviation="precipType"/>
|
||||
<Field abbreviation="POP_hour_bestCat"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<DerivedParameter unit="K" name="Std Dewpoint" abbreviation="stdDewpoint">
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="QPF6hr_bestCat"/>
|
||||
<Field abbreviation="dewpoint"/>
|
||||
</Method>
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="precipType"/>
|
||||
<Field abbreviation="MRF_dewpoint"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,25 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter unit="m/s" name="Std Max Wind Speed" abbreviation="stdMaxWindSpeed" xmlns:ns2="group">
|
||||
<Method name="stdMaxWindSpeed">
|
||||
<Field abbreviation="MaxWindSpeed"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<DerivedParameter name="Std Sky Cover" abbreviation="stdSkyCover">
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="QPF6hr_bestCat"/>
|
||||
<Field abbreviation="clouds_bestCat"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<DerivedParameter unit="K" name="Std Temperature" abbreviation="stdTemperature">
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="QPF6hr_bestCat"/>
|
||||
<Field abbreviation="temperature"/>
|
||||
</Method>
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="precipType"/>
|
||||
<Field abbreviation="MRF_temp"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<DerivedParameter name="Std Wind Direction" abbreviation="stdWindDir">
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="QPF6hr_bestCat"/>
|
||||
<Field abbreviation="windDir"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<DerivedParameter unit="m/s" name="Std Wind Speed" abbreviation="stdWindSpeed">
|
||||
<Method name="StdMOS">
|
||||
<Field abbreviation="QPF6hr_bestCat"/>
|
||||
<Field abbreviation="windSpeedInflated"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,26 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter unit="m" name="12 hour Height" abbreviation="GH12hour" internal="true">
|
||||
<Method name="Difference">
|
||||
<Field abbreviation="GH"/>
|
||||
<Field abbreviation="accum_GH12"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,30 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter abbreviation="accum_htMan12" name="accum_htMan12" unit="m">
|
||||
<Method name="PointAccum" models="bufrua">
|
||||
<Field abbreviation="staName"/>
|
||||
<Field abbreviation="rptType"/>
|
||||
<Field abbreviation="validTime"/>
|
||||
<Field abbreviation="htMan"/>
|
||||
<ConstantField value="720"/>
|
||||
<ConstantField value="720"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,30 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter abbreviation="accum_numMand12" name="accum_numMand12">
|
||||
<Method name="PointAccum" models="bufrua">
|
||||
<Field abbreviation="staName"/>
|
||||
<Field abbreviation="rptType"/>
|
||||
<Field abbreviation="validTime"/>
|
||||
<Field abbreviation="numMand"/>
|
||||
<ConstantField value="720"/>
|
||||
<ConstantField value="720"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,30 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter abbreviation="accum_prMan12" name="accum_prMan12" unit="Pa">
|
||||
<Method name="PointAccum" models="bufrua">
|
||||
<Field abbreviation="staName"/>
|
||||
<Field abbreviation="rptType"/>
|
||||
<Field abbreviation="validTime"/>
|
||||
<Field abbreviation="prMan"/>
|
||||
<ConstantField value="720"/>
|
||||
<ConstantField value="720"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
|
@ -0,0 +1,28 @@
|
|||
<?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.
|
||||
-->
|
||||
<DerivedParameter name="LSR Sample" abbreviation="lsrSample" xmlns:ns2="group">
|
||||
<Method name="lsrSample">
|
||||
<Field abbreviation="timeObs"/>
|
||||
<Field abbreviation="injuries"/>
|
||||
<Field abbreviation="fatalities"/>
|
||||
<Field abbreviation="remarks"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
Loading…
Add table
Reference in a new issue