Laserfiche WebLink
<br />10. Development of a Snow Accumulation Algorithm for the NEXRAD Radar <br />System, First Version: June 1996 <br /> <br />10.1 Introduction <br /> <br />The MOD specifies several milestones for the delivery of results in the development of the <br />Snow Accumulation Algorithm (hereafter Snow Algorithm) for the NEXRAD radar system. <br />The following sections and appendices describe the Snow Algorithm itself and not the <br />associated data gathering activities (secs. 2 to 6), or their results in specifying a relationship <br />between effective reflectivity factor (Ze) and snow water equivalent (8) on the ground (sees. <br />7 to 9). The appendixes give specific details for the various specialists who will be involved <br />in the further programming or use of the Snow Algorithm. <br /> <br />· Appendix B contains appendix B of the MOD: Algorithm Documentation Requirements. <br />It specifies a document containing nine sections: <br />1. Source. <br />2. Bibliography <br />3. Functional Description <br />4. Functional Comparison <br />5. Statistical Performance <br />6. Operational Performance <br />7. Adaptable Parameters <br />8. Strengths and Limitations <br />9. Future Enhancements <br /> <br />However, this report has a different structure. The rest of appendix B identifies the <br />sections of this report that fulfill those requirements. <br /> <br />· Appendix C is the same as appendix C of the MOD: Criteria for Acceptance of <br />Deliverables. It specifies numerous characteristics to be included in the Snow Algorithm.. <br /> <br />· Appendix D summarizes the tasks specified in the SOW given in the MOD and gives the <br />delivery timetable and preliminary results. <br /> <br />10.2 Relationship to Other OSF Software Programs <br /> <br />This Snow Algorithm is partly based on procedures already in use with the NEXRAD system, <br />specifically the PPS (precipitation processing subsystem), intended for rain, and Doppler <br />winds (VAD) portions. Where appropriate, the same PPS or VAD subroutine names have <br />been used where they are identical or accomplish the same thing. Likewise, a few of the <br />variables are the same. The program structure differs in that it does not use the same <br />shared memory as the PPS and V AD routines because of the complicated addresses in those <br />routines and the reduced program memory space in the development versions. The enclosed <br />simpler program structure is expected to be rewritten into the NEXRAD software style. <br /> <br />The programs use reflectivity (Ze) data from Level II tapes consisting of dBZ, offset, <br />multiplied by 2, and offset again to yield integer numbers called "biased dBZ" in the PPS <br />software ranging from 0 to 255; 0 indicates that Ze is below the detection level for the WSR- <br />88D. Velocity data are also rescaled to a range of 0 to 255. Resulting numbers are therefore <br />not "biased" in the normal dictionary sense but are resealed into the byte range of numbers. <br /> <br />37 <br />