hazcollect project awips critical design review marysue schultz cira/fsl december 8, 2004

23
HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Upload: nicholas-lester

Post on 30-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

HazCollect Project AWIPS Critical Design Review

MarySue Schultz

CIRA/FSL

December 8, 2004

Page 2: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Outline

• System Design Overview• AWIPS System Interfaces• AWIPS Software Design• Software Development Status• Testing

Page 3: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

System Design Overview

Page 4: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

AWIPS Requirements

• Store hazard products received from the SBN and WAN in the Text Database (filter out duplicates).

• Send hazard products with local WMO headers to the primary and backup NWWS uplink sites.

• Transfer products in voice-ready format to the CRS.

• Notify WFO staff prior to warning dissemination (audible and visible alarm).

• Perform all of the above within 30 seconds.

Page 5: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

AWIPS Requirements

• Software must perform during failover.

• Software must perform during site backup

Page 6: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Assumptions

• Hazard products transmitted on the SBN / WAN will have the same format as current weather warning products:– A valid WMO header

– Full county codes

• Software for formatting and transmitting products to the CRS will be provided to FSL.

Page 7: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

HazCollect System Design

EMs DMIS

NWS Gateway

HazCollectServers

NCF

CAPformat

Converts toAWIPS WMO

format

SBN

WAN

NWWS

(primary)

NWSWFOs

CRS

transmitters

NOAA weather radios

(primary/backup)

NWWS

DMIS: Disaster Management Interoperability ServicesCAP: Common Alert ProtocolCRS: Console Replacement System

NWSTG

Page 8: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

OB6 Hardware Configuration

NAS CP

DX1 DX2 PX1

PV PV

LX

FDDI

DS1 DS2

DX1:TextDB read/writeWarnDB DecoderSMTP MTA/MHSHazCollect Processes

Text Notification

[Text Database]

[Data Storage]

Page 9: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

AWIPS System Interfaces

Page 10: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

AWIPS Interfaces

• HazCollect Servers

- Warning products delivered over SBN and WAN

• CRS

- CEM Formatter

• NWWS

- WAN interface package (NGIT)

Page 11: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Interface Issues / Notes

• Products delivered over the SBN have CCB headers; products delivered over the WAN do not.

• CEM formatter does not return status values.

• Check CEM formatter into OB6?

Page 12: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

AWIPS Software Design

Page 13: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Warning Products: From SBN to Text DB

CPAcq

ServerCommsRouter

DataController

Warn DBDecoder

Text DBWriter

Data Server (DX1) FSLSEC

Text DB

NGIT

SBN

Page 14: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Automated Dissemination of Hazard Products

CPSBN AcquisitionAnd Processing

Text DB

NWWS

CRS

DX1

New Code

ProductNotificationText WS

To NWWSAnd CRSWAN

D-2D

Archive

Page 15: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Hazard Warning Dissemination: Current / Backup Design

ForecasterInput

Text Workstation

WAN

Data Server

TextWindow

WAN Interface

Text DBWriter

Text DB

NWWS

NCF

NWR

Hazard Product

[Archive]

(Primary andBackup)

CRS

Page 16: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Automated and Backup Modes

NCF

SBN

WAN

NWWS

SBNIngest

WANIngest

TextDB

CRS NWR

NWWSNCF

TextDB

TextWS CRS NWR

WFO

WFO

NWWS

Automated

Backup

NWWS

Page 17: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Design Changes

• Sites required to use CEM formatter for hazard products; locally developed formatters can be used for weather products.

• D2D notifications: - Red banner box used for arrival of priority 1 and 2 products; - Red banner box used for error notification; - Blinking status box used for arrival of priority 3 products; - Three attempts to send products will be made before error notifications sent to D2D.

• Check contents of CEM formatter output files to determine the success or failure of the formatter.

• Activate alarm/alert on the Text Workstation.

Page 18: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Issues / Notes

• Development / testing of CRS code:

- Formatters: CEM formatter has been modified to handle new event codes.

- Testing of CRS transmission code: CRS and NWR transmission code has been installed in a previous build.

- CRS dictionary

Page 19: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Issues / Notes

• Error handling:

- Notify D2D of any processing errors

- Attempt to send products three times

- Red banner box + audible alarm

- CEM formatter errors

Page 20: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Issues / Notes

• Site backup: - No access to neighboring sites’ NWR transmitters - NCF will transmit to NWWS

• Text DB performance

• No VTEC numbers: - Hazard warnings are not VTEC products

• No acknowledgement from AWIPS to EMs: - Error notification is possible

Page 21: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Software Development Status

Page 22: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Phase I Development

• Requirement: develop and test software that processes one event code.

• Status: - Development has been completed. - Testing at FSL and NGIT has been completed. - Software has been checked into FSL’s OB6 CMS. - Phase I test plan has been started; due early Jan.

Page 23: HazCollect Project AWIPS Critical Design Review MarySue Schultz CIRA/FSL December 8, 2004

Phase II Development

• Requirement: develop and test software that processes all event codes.

• Status:

- Software development and testing has started.

- Software will be checked into OB6 CMS early Jan.