You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Sava case

Input data:
-water depth (for each day) in asc file format with header (header should be removed to make it correct asc file format)
SavaInput.zip

Actions
-Convert sobek grid output to habitat input (remove obsolete header)
-Import to one netcdf file
-Use pcraster to calculate waterdepth with the following formula based model :watdiep%%f.map= boolean(if(sobdiep%%f.map ge 0.05 then 1 else 0))
-Use pcraster to calculate flooding with the following formula based model: overstrom.map = scalar(watdiep%%f.map) + overstrom.map (aggregation of results to one map)

(%%f means the map is time dependent)

-Export resulting map to asc file format

  • No labels