10.07.2015 Views

Converting a NEXRAD Rainfall Map into a Flood Inundation Map by ...

Converting a NEXRAD Rainfall Map into a Flood Inundation Map by ...

Converting a NEXRAD Rainfall Map into a Flood Inundation Map by ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

on the steps needed to transfer the data and update the hydrologic configuration toreflect the new input setup.4.1.3.2 Accessing the HEC-DSS SystemThe first thing done <strong>by</strong> the application is to open the HEC-DSS file thatstores the precipitation records for the new HEC-HMS input configuration. TheZOPEN DSS subroutine is in charge of attaching a DSS file to a program (theGDBToHMSDSS application in this case) and obtains basic information from thefile, allowing reading and writing to proceed. In other words, ZOPEN is the firstDSS subroutine to be called when interfacing with the HEC-DSS system. TheDSS file does not need to exist before the ZOPEN subroutine is called and it willbe created if it is not present. By doing this, the application provides a genericfunctionality for data storage <strong>into</strong> a new or existing DSS file.The main FORTRAN subroutine that writes regular time series <strong>into</strong> HEC-DSS, the ZSRTS subroutine (Store Regular-Interval Time Series Data), has beenincorporated <strong>into</strong> the main program (GDB2HMSDSS) as a public module that isinvoked every time it is required. The main input and output arguments that arepassed through this utility are described bellow denoting the descriptors needed tostore datasets <strong>into</strong> the HEC-DSS system. This description is of particularrelevance for the definition of all the parameters that have to be present in the GISsystem before the data exchange operation takes place as shown bellow.ZSRTS(IFLTAB(1), sPath, Len(sPath), sBDate, Len(sBDate), sBTime,Len(sBTime), lNVals, fValues(1), sUnits, Len(sUnits), sType, Len(sType),lPLAN, ISTAT)87

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!