Skip to content

Fortran implementation

Compare
Choose a tag to compare
@tristan-salles tristan-salles released this 01 Aug 03:57

Initial release of Badlands 2016

The model is written in fortran and is based on the following characteristics:

  • The finite volume approach from Tucker et al. (2001) based on the dual Delaunay-Voronoi framework is used to solve the continuity equation explicitly,
  • Node ordering is perform efficiently based on the work from Braun & Willett (2013),
  • A Hilbert Space-Filling Curve method algorithm (Zoltan) is used to partition the TIN-based surface into subdomains,
  • Drainage network partitioning is generated through METIS library.