fastscape-lem / fastscapelib-fortran

A Fortran (+ Python bindings) library of efficient algorithms for landscape evolution modeling
https://fastscape-lem.github.io/fastscapelib-fortran/
GNU General Public License v3.0
23 stars 17 forks source link

Add marine component #20

Closed benbovy closed 5 years ago

benbovy commented 5 years ago

Implementation of marine sediment transport and deposition. The method is described in 10.1016/j.epsl.2019.115728.

benbovy commented 5 years ago

Do we need to uncomment !if (runMarine) where (h.lt.sealevel) Sedflux=0.d0 at line 304 in src/StreamPowerLaw.f90? And also the deallocate two lines below?