REGION DEFINITION FILE ====================== This file is used to define subareas to the rainfall simulation program. Subareas should be numbered consecutively. After this header, each line of the file defines one subarea, and looks something like: NUMBER TEXT where NUMBER is a 2-digit subarea code, and TEXT is a name (up to 60 characters) for the subarea being defined. These definitions will be used on program output, and to check the specification of sites in the file siteinfo.def. The rows are read using the FORTRAN format I5,A60. The first subarea - number 0 - always represents the entire area and *must* be present. This header is 19 lines long. -------------------------------------------------------------------------------- 0 The Netherlands 1 Inland sites 2 Coastal sites