click here for comments on improvements with the evolution of computers




Requirements in Design

The initial requirements for the latest version of NWSRFS were developed from extensive interactions between designers in the Office of Hydrology (OH) and the RFCs.
Scientific algorithms were designed to be independent of any specific computer system, and were coded by OH and RFC hydrologists who were intimately familiar with the physics of the processes being modeled.
Specifications for data access and command decoding routines were develped by OH and RFC staff, and were coded by software programmers.

The functional requirements which guided the latest design of NWSRFS were to: NWSRFS has been designed to be modular, so that components could be developed by a number of individuals and then combined into a total system.
References in the program code to system-specific routines were isolated so that the entire NWSRFS could be ported from one hardware/operating system platform to another with minimum effort.
Routines which performed scientific algorithms were separated from input/output routines so that the science could be run on any computer without needing changes in the reading or writing of information from the computer system.
Scientific algorithms were organized into modular functions so that the functions could be shared, unchanged, among major components of the NWSRFS.