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

Is compaction turned off? #58

Open rbrtmch opened 1 year ago

rbrtmch commented 1 year ago

I noticed that the call to the compaction routine is commented out. Is it turned off or is in done somewhere else?

https://github.com/fastscape-lem/fastscapelib-fortran/blob/b4d13f4703c0d682b38c513c6754f0d0813c076f/src/Marine.f90#L141

benbovy commented 1 year ago

Looks like it has always been commented out since the addition of the marine component in #20. Not sure if that is intentional or not, though. @jeanbraun and Xiaoping Yuan might have a better idea as I just included their code in that PR and I'm not very familiar with the internals of the marine component.