Processing of Input Data in a few steps
Under Construction- 1. Get started
- 2. Process the map files
- 3. Create Stream and Soil input files
- 4. Create Model States
- 5. Create Road input files
- 6. Mass Wasting Model input files
- 7. Configuration file for DHSVM
- 8. Configuration file for WMW
The following input files are required if using the road component, or the sediment and mass wasting model:
Configuration files editing
1. Get Started
- a high resolution DEM ( few 10s of meters if using the mass watsing model)
- a mask file , ( we derive it from the DEM)
- a digitized soil type map
- a digitized vegetation map
- a digitized road map if using the road components
- a stream map is best, but not required: streams can be retrieved from the DEM
- a digitized soil depth map is best, but not required: it can derived from the DEM, and a required minimum and maximum soil depth for the basin
2. Process the DEM, MASK, SOIL and VEGETATION map files
Few programs to process the map files, remove the header automatically and convert maps from ascii to binary are available in the Tools Section.
3. Create Stream and Soil input files
Create the stream.network.dat and stream.map.dat
stream.map.dat
.stream.network.dat with a value of -1 ,
in the first row and 6th columni ( destination channel ID) of the file. Routing results for this stream segment will
be placed in the stream output file if the keyword SAVE appears in the last column of the file.
Add "SAVE stream.network.dat, stream segment 1.
( If not saving the output at the mouth, it should be assigned a destination channel ID 0 ). Create the stream class file by editing the sample
stream.class.dat file.
Create Initial channel state file by running the program
MakeChannelState.scr.
Look at the documentation for further details on the format of the input files.
4. Create Model States
create the Interception, Snow and Soil state file for the date
specified in an Info file.
Compile and run the MakeModelStateBin.c
5. Create Road input file
The program CREATEROADNETWORK
creates the file road.network.dat. It requires the DEM, the soil depth grid
and the existing road network coverage. Similarly to stream.network.dat, insert
a "SAVE" at the end of the line for each segment to be looked at in the output files:
road.network.dat.
Create the road.class.dat by editing the sample file:
DHSVM 3.0 version sample file ( not Rainy Creek)
- #ClassID HydWidth HydDepth n Inf RoadType ERod ERod_ol d50 n surface Width
where ERod is the Erodability, ERod_ol is the overland ( unpaved ditch ) erodability, n the Manning Coefficient, etc.
- #Class Width Depth n Inf
6. Mass Wasting Model input files
A higher resolution DEM that you would normally used is required, along with a higher
resolution mask file, are required. A 10 meter DEM and mask files were used to test the
model by Doten et al. (2006) over Rainy Creek in the Cascades.
7. Configuration file for DHSVM
Edit the sample configuration file and edit paths, model options and dates.
8. Configuration file for WMW
Edit the sample configuration file and edit paths, model options and dates.

