Omaha #4384: Create Wave and Period derived parameters for nwpsTrkngCG0 model, add them to Volume Browser.

Change-Id: I17ebbd913a17e158898a27b83e342f08ade610d6

Former-commit-id: c01694607f [formerly 09d7c45466f2fad8df8142bcbf0ded2e3757ffcb]
Former-commit-id: b13f8c7794
This commit is contained in:
David Gillingham 2015-04-09 12:45:21 -05:00
parent be4eba46a3
commit 2e3b98f02f
25 changed files with 600 additions and 2 deletions

View file

@ -164,4 +164,14 @@
<field key="PSurge18ftCumul_PHISH" displayTypes="IMAGE" />
<field key="PSurge19ftCumul_PHISH" displayTypes="IMAGE" />
<field key="PSurge20ftCumul_PHISH" displayTypes="IMAGE" />
<field key="Wave1" displayTypes="ARROW"/>
<field key="Wave2" displayTypes="ARROW"/>
<field key="Wave3" displayTypes="ARROW"/>
<field key="Wave4" displayTypes="ARROW"/>
<field key="Wave5" displayTypes="ARROW"/>
<field key="Wave6" displayTypes="ARROW"/>
<field key="Wave7" displayTypes="ARROW"/>
<field key="Wave8" displayTypes="ARROW"/>
<field key="Wave9" displayTypes="ARROW"/>
<field key="Wave10" displayTypes="ARROW"/>
</fieldDisplayTypesFile>

View file

@ -99,4 +99,9 @@
<contribute xsi:type="subinclude"
fileName="menus/volumebrowser/fields/planview-timeseries/sfc2d/NAMDNG5km.xml" />
</contribute>
<contribute xsi:type="toolbarSubMenu" menuText="NWPS">
<contribute xsi:type="subinclude"
fileName="menus/volumebrowser/fields/planview-timeseries/sfc2d/NWPS.xml" />
</contribute>
</menuTemplate>

View file

@ -0,0 +1,62 @@
<?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.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="menuItem" menuText="Period1"
key="Period1" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period2"
key="Period2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period3"
key="Period3" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period4"
key="Period4" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period5"
key="Period5" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period6"
key="Period6" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period7"
key="Period7" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period8"
key="Period8" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period9"
key="Period9" indentText="false" />
<contribute xsi:type="menuItem" menuText="Period10"
key="Period10" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave1"
key="Wave1" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave2"
key="Wave2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave3"
key="Wave3" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave4"
key="Wave4" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave5"
key="Wave5" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave6"
key="Wave6" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave7"
key="Wave7" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave8"
key="Wave8" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave9"
key="Wave9" indentText="false" />
<contribute xsi:type="menuItem" menuText="Wave10"
key="Wave10" indentText="false" />
</menuTemplate>

View file

@ -70,6 +70,7 @@
<vbSource key="NPHwave15" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="NPHwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="NPHwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="nwpsTrkngCG0" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="OPCWave181" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="OPCWave182" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="OPCWave180" category="SfcGrid" views="PLANVIEW TIMESERIES" />

View file

@ -29,6 +29,6 @@
<regex>ecmwf_decrypted</regex>
<!-- NWPS pattern -->
<regex>xxx_nwps_CG1*</regex>
<regex>xxx_nwps_CG0_Trkng*</regex>
<regex>\p{Alpha}{3}_nwps_CG1</regex>
<regex>\p{Alpha}{3}_nwps_CG0_Trkng</regex>
</requestPatterns>

View file

@ -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 name="Period1" abbreviation="Period1" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="Primary" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period10" abbreviation="Period10" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-10" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period2" abbreviation="Period2" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="Secondary" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period3" abbreviation="Period3" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="Tertiary" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period4" abbreviation="Period4" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-4" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period5" abbreviation="Period5" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-5" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period6" abbreviation="Period6" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-6" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period7" abbreviation="Period7" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-7" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period8" abbreviation="Period8" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-8" />
</Method>
</DerivedParameter>

View file

@ -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 name="Period9" abbreviation="Period9" unit="s">
<Method name="Alias" level="Surface">
<Field abbreviation="SWPER" level="OSEQD-9" />
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave1" abbreviation="Wave1" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="Primary" unit="ft"/>
<Field abbreviation="SWDIR" level="Primary" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave10" abbreviation="Wave10" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-10" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-10" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave2" abbreviation="Wave2" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="Secondary" unit="ft"/>
<Field abbreviation="SWDIR" level="Secondary" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave3" abbreviation="Wave3" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="Tertiary" unit="ft"/>
<Field abbreviation="SWDIR" level="Tertiary" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave4" abbreviation="Wave4" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-4" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-4" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave5" abbreviation="Wave5" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-5" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-5" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave6" abbreviation="Wave6" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-6" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-6" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave7" abbreviation="Wave7" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-7" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-7" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave8" abbreviation="Wave8" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-8" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-8" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>

View file

@ -0,0 +1,27 @@
<?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="Wave9" abbreviation="Wave9" unit="ft" xmlns:ns2="group">
<Method name="Vector" level="Surface">
<Field abbreviation="SWELL" level="OSEQD-9" unit="ft"/>
<Field abbreviation="SWDIR" level="OSEQD-9" unit="deg"/>
<ConstantField value="1"/>
</Method>
</DerivedParameter>