dvalters / HAIL-CAESAR

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
http://dvalters.github.io/HAIL-CAESAR
GNU General Public License v3.0
38 stars 12 forks source link

Initialise water depths from pre-existing water depth raster file #41

Closed dvalters closed 3 years ago

dvalters commented 3 years ago

Summary

See #36

dvalters commented 3 years ago

The parameter file should now have the following two lines added to activate the restart mode:#

water_init_raster_file:             WaterDepths2160.asc        # DEM of water depths in same format as the output depths dem
water_init_from_raster_on:     yes                                      # WILL INITIALISE THE INITIAL WATER DEPTHS FROM A DEM FILE, SPECIFIED ABOVE
dvalters commented 3 years ago

Closes #41