Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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